Searched refs:sectnum (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sect.h58 u_int sectnum; // The number of the section (for relocation) member in struct:kxld_sect
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 Dkxld_sect.c58 u_int sectnum, const KXLDRelocator *relocator)
73 sect->sectnum = sectnum;
106 u_int sectnum, const KXLDRelocator *relocator)
121 sect->sectnum = sectnum;
57 kxld_sect_init_from_macho_32(KXLDSect *sect, u_char *macho, u_long *sect_offset, u_int sectnum, const KXLDRelocator *relocator) argument
105 kxld_sect_init_from_macho_64(KXLDSect *sect, u_char *macho, u_long *sect_offset, u_int sectnum, const KXLDRelocator *relocator) argument
H A Dkxld_sym.h52 uint8_t sectnum; // The symbol's section number member in struct:kxld_sym
256 kern_return_t kxld_sym_resolve_common(KXLDSym *sym, u_int sectnum,
H A Dkxld_sym.c146 sym->sectnum = NO_SECT;
308 sym->sectnum = n_sect - 1;
847 sym->relocated_sectnum = sect->sectnum;
949 sym->sectnum = NO_SECT;
973 kxld_sym_resolve_common(KXLDSym *sym, u_int sectnum, kxld_addr_t base_addr) argument
985 sym->sectnum = sectnum;
H A Dkxld_object.h109 const KXLDObject *object, u_int sectnum)
H A Dkxld_object.c1229 sect = kxld_object_get_section_by_index(object, sym->sectnum);
1268 kxld_object_get_section_by_index(const KXLDObject *object, u_int sectnum) argument
1274 if (sectnum < object->sects.nitems) {
1275 sect = kxld_array_get_item(&object->sects, sectnum);
1346 u_int sectnum = 0; local
1384 rval = kxld_array_get_index(&object->sects, sect, &sectnum);
1393 kxld_sym_resolve_common(sym, sectnum, base_addr);
2300 kmodsect = kxld_array_get_item(&object->sects, kmodsym->sectnum);
H A Dkxld_seg.c401 reorder_buffer[reorder_buffer_index]->sectnum = *sect_reorder_index;
H A Dkxld_symtab.c639 sect = kxld_array_get_item(sectarray, sym->sectnum);
H A Dkxld_vtable.c96 vtable_sym->sectnum);
H A Dkxld_kext.c1040 super_metaclass_pointer_sym->sectnum);

Completed in 38 milliseconds