Searched refs:kxld_reloc_create_macho (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.121.2/libkern/kxld/ |
| H A D | kxld_reloc.h | 95 kern_return_t kxld_reloc_create_macho(struct kxld_array *relocarray,
|
| H A D | kxld_sect.c | 88 rval = kxld_reloc_create_macho(§->relocs, relocator, in kxld_sect_init_from_macho_32() 138 rval = kxld_reloc_create_macho(§->relocs, relocator, in kxld_sect_init_from_macho_64()
|
| H A D | kxld_object.c | 736 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 D | kxld_reloc.c | 285 kxld_reloc_create_macho(KXLDArray *relocarray, const KXLDRelocator *relocator, in kxld_reloc_create_macho() function
|