Home
last modified time | relevance | path

Searched defs:sect (Results 1 – 13 of 13) sorted by relevance

/xnu-8796.121.2/libkern/kxld/
H A Dkxld_sect.c58 kxld_sect_init_from_macho_32(KXLDSect *sect, u_char *macho, u_long *sect_offset, in kxld_sect_init_from_macho_32()
108 kxld_sect_init_from_macho_64(KXLDSect *sect, u_char *macho, u_long *sect_offset, in kxld_sect_init_from_macho_64()
159 kxld_sect_init_got(KXLDSect *sect, u_int ngots) in kxld_sect_init_got()
191 kxld_sect_init_zerofill(KXLDSect *sect, const char *segname, in kxld_sect_init_zerofill()
211 kxld_sect_clear(KXLDSect *sect) in kxld_sect_clear()
236 kxld_sect_deinit(KXLDSect *sect) in kxld_sect_deinit()
251 kxld_sect_get_num_relocs(const KXLDSect *sect) in kxld_sect_get_num_relocs()
273 kxld_sect_get_macho_data_size(const KXLDSect *sect) in kxld_sect_get_macho_data_size()
290 kxld_sect_get_ngots(const KXLDSect *sect, const KXLDRelocator *relocator, in kxld_sect_get_ngots()
324 kxld_sect_align_address(const KXLDSect *sect, kxld_addr_t address) in kxld_sect_align_address()
[all …]
H A Dkxld_seg.c144 KXLDSect *sect = NULL; in kxld_seg_create_seg_from_sections() local
185 KXLDSect *sect = NULL; in kxld_seg_finalize_object_segment() local
272 KXLDSect *sect = NULL; in reorder_sections() local
544 KXLDSect *sect = NULL; in kxld_seg_export_macho_to_file_buffer() local
603 KXLDSect * sect = NULL; in kxld_seg_export_macho_to_vm() local
781 kxld_seg_add_section(KXLDSeg *seg, KXLDSect *sect) in kxld_seg_add_section()
817 KXLDSect *sect = NULL; in kxld_seg_finish_init() local
871 KXLDSect *sect = NULL; in kxld_seg_relocate() local
H A Dkxld_object.c580 KXLDSect *sect = NULL; in init_from_final_linked_image() local
824 KXLDSect *sect = NULL; in init_from_execute() local
961 KXLDSect *sect = NULL; in init_from_object() local
1349 KXLDSect *sect = NULL; in kxld_object_get_sect_by_name() local
1372 const KXLDSect *sect = NULL; in kxld_object_get_reloc_at_symbol() local
1401 const KXLDReloc *reloc, const KXLDSect *sect) in kxld_object_get_symbol_of_reloc()
1425 KXLDSect *sect = NULL; in kxld_object_get_section_by_index() local
1466 add_section(KXLDObject *object, KXLDSect **sect) in add_section()
1495 KXLDSect *sect = NULL; in resolve_common_symbols() local
H A Dkxld_sym.c586 kxld_sym_get_section_offset(const KXLDSym *sym, const KXLDSect *sect) in kxld_sym_get_section_offset()
845 kxld_sym_relocate(KXLDSym *sym, const KXLDSect *sect) in kxld_sym_relocate()
H A Dkxld_reloc.c763 const KXLDReloc *reloc, const KXLDSect *sect) in kxld_relocator_process_sect_reloc()
883 const KXLDSect *sect = NULL; in calculate_targets() local
1004 const KXLDSect *sect = NULL; in get_target_by_address_lookup() local
H A Dkxld_vtable.c171 const KXLDSect *sect, const KXLDRelocator *relocator) in init_by_relocs()
H A Dkxld_symtab.c655 const KXLDSect *sect = NULL; in kxld_symtab_relocate() local
H A Dkxld_kext.c1052 const KXLDSect *sect = NULL; in get_metaclass_symbol_from_super_meta_class_pointer_symbol() local
/xnu-8796.121.2/libkern/libkern/
H A Dsection_keywords.h38 #define __SECTION_START_SYM(seg, sect) asm("section$start$" seg "$" sect) argument
39 #define __SECTION_END_SYM(seg, sect) asm("section$end$" seg "$" sect) argument
/xnu-8796.121.2/san/memory/
H A Dkasan.c188 void *sect; in kasan_load_kext() local
206 void *sect; in kasan_unload_kext() local
239 const char *sect = KASAN_GLOBAL_SECTNAME; in kasan_init_xnu_globals() local
/xnu-8796.121.2/bsd/dev/dtrace/
H A Dfbt.c347 fbt_provide_kernel_section(struct modctl *ctl, kernel_section_t *sect, kernel_nlist_t *sym, uint32_… in fbt_provide_kernel_section()
454 kernel_section_t *sect = firstsect(seg); in fbt_provide_module_kernel_syms() local
/xnu-8796.121.2/osfmk/kern/
H A Dkalloc.c901 kernel_section_t *sect = (kernel_section_t *)getsectbynamefromheader( in kalloc_type_view_parse() local
/xnu-8796.121.2/libkern/c++/
H A DOSKext.cpp1163 kernel_section_t * sect; in removeKextBootstrap() local