Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/kxld/
H A Dkxld_reloc.c202 static kern_return_t export_macho_for_array(const KXLDRelocator *relocator,
628 rval = export_macho_for_array(relocator, locrelocs, &dst); in kxld_reloc_export_macho()
631 rval = export_macho_for_array(relocator, extrelocs, &dst); in kxld_reloc_export_macho()
1084 export_macho_for_array(const KXLDRelocator *relocator, in export_macho_for_array() function