Searched refs:sectnum (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.121.3/libkern/kxld/ |
| H A D | kxld_sect.h | 58 u_int sectnum; // The number of the section (for relocation) member 75 u_long *sect_offset, u_int sectnum, const struct kxld_relocator *relocator) 84 u_long *sect_offset, u_int sectnum, const struct kxld_relocator *relocator)
|
| H A D | kxld_sym.c | 150 sym->sectnum = NO_SECT; in kxld_sym_init_absolute() 309 sym->sectnum = n_sect - 1; in init_sym_sectnum() 849 sym->relocated_sectnum = sect->sectnum; in kxld_sym_relocate() 953 sym->sectnum = NO_SECT; in kxld_sym_resolve() 977 kxld_sym_resolve_common(KXLDSym *sym, u_int sectnum, kxld_addr_t base_addr) in kxld_sym_resolve_common() argument 989 sym->sectnum = sectnum; in kxld_sym_resolve_common()
|
| H A D | kxld_sect.c | 59 u_int sectnum, const KXLDRelocator *relocator) in kxld_sect_init_from_macho_32() argument 74 sect->sectnum = sectnum; in kxld_sect_init_from_macho_32() 109 u_int sectnum, const KXLDRelocator *relocator) in kxld_sect_init_from_macho_64() argument 124 sect->sectnum = sectnum; in kxld_sect_init_from_macho_64()
|
| H A D | kxld_sym.h | 52 uint8_t sectnum; // The symbol's section number member 256 kern_return_t kxld_sym_resolve_common(KXLDSym *sym, u_int sectnum,
|
| H A D | kxld_object.h | 109 const KXLDObject *object, u_int sectnum)
|
| H A D | kxld_object.c | 1373 sect = kxld_object_get_section_by_index(object, sym->sectnum); in kxld_object_get_reloc_at_symbol() 1418 kxld_object_get_section_by_index(const KXLDObject *object, u_int sectnum) in kxld_object_get_section_by_index() argument 1424 if (sectnum < object->sects.nitems) { in kxld_object_get_section_by_index() 1425 sect = kxld_array_get_item(&object->sects, sectnum); in kxld_object_get_section_by_index() 1496 u_int sectnum = 0; in resolve_common_symbols() local 1536 rval = kxld_array_get_index(&object->sects, sect, §num); in resolve_common_symbols() 1545 kxld_sym_resolve_common(sym, sectnum, base_addr); in resolve_common_symbols() 2643 kmodsect = kxld_array_get_item(&object->sects, kmodsym->sectnum);
|
| H A D | kxld_vtable.c | 96 vtable_sym->sectnum); in kxld_vtable_init()
|
| H A D | kxld_symtab.c | 663 sect = kxld_array_get_item(sectarray, sym->sectnum); in kxld_symtab_relocate()
|
| H A D | kxld_seg.c | 408 reorder_buffer[reorder_buffer_index]->sectnum = *sect_reorder_index; in reorder_section()
|
| H A D | kxld_kext.c | 1065 super_metaclass_pointer_sym->sectnum); in get_metaclass_symbol_from_super_meta_class_pointer_symbol()
|