Searched defs:sectnum (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sect.h58 u_int sectnum; // The number of the section (for relocation) member in struct:kxld_sect
H A Dkxld_sym.h52 uint8_t sectnum; // The symbol's section number member in struct:kxld_sym
H A Dkxld_sect.c57 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.c973 kxld_sym_resolve_common(KXLDSym *sym, u_int sectnum, kxld_addr_t base_addr) argument
H A Dkxld_object.c1258 kxld_object_get_section_by_index(const KXLDObject *object, u_int sectnum) argument
1336 u_int sectnum = 0; local

Completed in 27 milliseconds