Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_sect.h58 u_int sectnum; // The number of the section (for relocation) member
H A Dkxld_sect.c59 u_int sectnum, const KXLDRelocator *relocator) in kxld_sect_init_from_macho_32()
109 u_int sectnum, const KXLDRelocator *relocator) in kxld_sect_init_from_macho_64()
H A Dkxld_sym.h52 uint8_t sectnum; // The symbol's section number member
H A Dkxld_object.c1423 kxld_object_get_section_by_index(const KXLDObject *object, u_int sectnum) in kxld_object_get_section_by_index()
1501 u_int sectnum = 0; in resolve_common_symbols() local
H A Dkxld_sym.c977 kxld_sym_resolve_common(KXLDSym *sym, u_int sectnum, kxld_addr_t base_addr) in kxld_sym_resolve_common()