Lines Matching refs:KXLDRelocator

126 static kern_return_t generic_process_reloc(const KXLDRelocator *relocator,
139 static kern_return_t x86_64_process_reloc(const KXLDRelocator *relocator,
154 static kern_return_t arm_process_reloc(const KXLDRelocator *relocator,
167 static kern_return_t arm64_process_reloc(const KXLDRelocator *relocator,
174 static kxld_addr_t get_pointer_at_addr_32(const KXLDRelocator *relocator,
179 static kxld_addr_t get_pointer_at_addr_64(const KXLDRelocator *relocator,
184 static u_int count_relocatable_relocs(const KXLDRelocator *relocator,
188 static kern_return_t calculate_targets(KXLDRelocator *relocator,
191 static kxld_addr_t align_raw_function_address(const KXLDRelocator *relocator,
198 const KXLDRelocator *relocator, u_long offset);
203 static kern_return_t export_macho_for_array(const KXLDRelocator *relocator,
210 kxld_relocator_init(KXLDRelocator *relocator, u_char *file, in kxld_relocator_init()
286 kxld_reloc_create_macho(KXLDArray *relocarray, const KXLDRelocator *relocator, in kxld_reloc_create_macho()
411 count_relocatable_relocs(const KXLDRelocator *relocator, in count_relocatable_relocs()
452 kxld_relocator_clear(KXLDRelocator *relocator) in kxld_relocator_clear()
460 kxld_relocator_has_pair(const KXLDRelocator *relocator, u_int r_type) in kxld_relocator_has_pair()
470 kxld_relocator_get_pair_type(const KXLDRelocator *relocator, in kxld_relocator_get_pair_type()
481 kxld_relocator_has_got(const KXLDRelocator *relocator, u_int r_type) in kxld_relocator_has_got()
491 kxld_reloc_get_symbol(const KXLDRelocator *relocator, const KXLDReloc *reloc, in kxld_reloc_get_symbol()
594 kxld_reloc_export_macho(const KXLDRelocator *relocator, in kxld_reloc_export_macho()
678 kxld_relocator_get_pointer_at_addr(const KXLDRelocator *relocator, in kxld_relocator_get_pointer_at_addr()
694 get_pointer_at_addr_32(const KXLDRelocator *relocator, in get_pointer_at_addr_32()
716 get_pointer_at_addr_64(const KXLDRelocator *relocator, in get_pointer_at_addr_64()
738 kxld_relocator_set_vtables(KXLDRelocator *relocator, const KXLDDict *vtables) in kxld_relocator_set_vtables()
751 align_raw_function_address(const KXLDRelocator *relocator, kxld_addr_t value) in align_raw_function_address()
763 kxld_relocator_process_sect_reloc(KXLDRelocator *relocator, in kxld_relocator_process_sect_reloc()
828 kxld_relocator_process_table_reloc(KXLDRelocator *relocator, in kxld_relocator_process_table_reloc()
880 calculate_targets(KXLDRelocator *relocator, kxld_addr_t *_target, in calculate_targets()
1037 check_for_direct_pure_virtual_call(const KXLDRelocator *relocator, u_long offset) in check_for_direct_pure_virtual_call()
1085 export_macho_for_array(const KXLDRelocator *relocator, in export_macho_for_array()
1243 generic_process_reloc(const KXLDRelocator *relocator, u_char *instruction, in generic_process_reloc()
1340 x86_64_process_reloc(const KXLDRelocator *relocator __unused, u_char *instruction, in x86_64_process_reloc()
1577 arm_process_reloc(const KXLDRelocator *relocator __unused, u_char *instruction, in arm_process_reloc()
1696 arm64_process_reloc(const KXLDRelocator *relocator __unused, u_char *instruction, in arm64_process_reloc()