Home
last modified time | relevance | path

Searched refs:extreloff (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1020 uint32_t extreloff; /* offset to external relocation entries */ member
/xnu-10002.41.9/libkern/kxld/
H A Dkxld_reloc.c662 dysymtabhdr->extreloff, in kxld_reloc_export_macho()
H A Dkxld_object.c737 (struct relocation_info *) ((void *) (my_file + object->dysymtab_hdr->extreloff)), in init_from_final_linked_image()
/xnu-10002.41.9/libkern/c++/
H A DOSKext.cpp6961 if (dysymtab->locreloff < dysymtab->extreloff) { in slidePrelinkedExecutable()
6962 dysymtab->extreloff -= reloc_size; in slidePrelinkedExecutable()