Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/kxld/
H A Dkxld_reloc.h95 kern_return_t kxld_reloc_create_macho(struct kxld_array *relocarray,
H A Dkxld_sect.c88 rval = kxld_reloc_create_macho(&sect->relocs, relocator, in kxld_sect_init_from_macho_32()
138 rval = kxld_reloc_create_macho(&sect->relocs, relocator, in kxld_sect_init_from_macho_64()
H A Dkxld_object.c736 rval = kxld_reloc_create_macho(&object->extrelocs, &object->relocator, in init_from_final_linked_image()
741 rval = kxld_reloc_create_macho(&object->locrelocs, &object->relocator, in init_from_final_linked_image()
H A Dkxld_reloc.c285 kxld_reloc_create_macho(KXLDArray *relocarray, const KXLDRelocator *relocator, in kxld_reloc_create_macho() function