Home
last modified time | relevance | path

Searched refs:indirectsymoff (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/EXTERNAL_HEADERS/mach-o/
H A Dloader.h990 uint32_t indirectsymoff; /* file offset to the indirect symbol table */ member
/xnu-10002.1.13/libkern/kxld/
H A Dkxld_object.c2441 symidx = (int32_t *) ((void *) (object->file + object->dysymtab_hdr->indirectsymoff));
2443 … (int32_t *) ((void *) (object->split_info.kextExecutable + object->dysymtab_hdr->indirectsymoff));
H A Dkxld_reloc.c660 dysymtabhdr->indirectsymoff, in kxld_reloc_export_macho()