Lines Matching refs:KXLDRelocator

117 static kern_return_t generic_process_reloc(const KXLDRelocator *relocator,
130 static kern_return_t x86_64_process_reloc(const KXLDRelocator *relocator,
145 static kern_return_t arm_process_reloc(const KXLDRelocator *relocator,
152 static kxld_addr_t get_pointer_at_addr_32(const KXLDRelocator *relocator,
157 static kxld_addr_t get_pointer_at_addr_64(const KXLDRelocator *relocator,
162 static u_int count_relocatable_relocs(const KXLDRelocator *relocator,
166 static kern_return_t calculate_targets(KXLDRelocator *relocator,
169 static kxld_addr_t align_raw_function_address(const KXLDRelocator *relocator,
176 const KXLDRelocator *relocator, u_long offset);
181 static kern_return_t export_macho_for_array(const KXLDRelocator *relocator,
188 kxld_relocator_init(KXLDRelocator *relocator, u_char *file,
252 kxld_reloc_create_macho(KXLDArray *relocarray, const KXLDRelocator *relocator,
380 count_relocatable_relocs(const KXLDRelocator *relocator,
422 kxld_relocator_clear(KXLDRelocator *relocator)
430 kxld_relocator_has_pair(const KXLDRelocator *relocator, u_int r_type)
440 kxld_relocator_get_pair_type(const KXLDRelocator *relocator,
451 kxld_relocator_has_got(const KXLDRelocator *relocator, u_int r_type)
461 kxld_reloc_get_symbol(const KXLDRelocator *relocator, const KXLDReloc *reloc,
559 kxld_reloc_export_macho(const KXLDRelocator *relocator,
611 kxld_relocator_get_pointer_at_addr(const KXLDRelocator *relocator,
627 get_pointer_at_addr_32(const KXLDRelocator *relocator,
649 get_pointer_at_addr_64(const KXLDRelocator *relocator,
670 kxld_relocator_set_vtables(KXLDRelocator *relocator, const KXLDDict *vtables)
683 align_raw_function_address(const KXLDRelocator *relocator, kxld_addr_t value)
695 kxld_relocator_process_sect_reloc(KXLDRelocator *relocator,
760 kxld_relocator_process_table_reloc(KXLDRelocator *relocator,
806 calculate_targets(KXLDRelocator *relocator, kxld_addr_t *_target,
959 check_for_direct_pure_virtual_call(const KXLDRelocator *relocator, u_long offset)
1007 export_macho_for_array(const KXLDRelocator *relocator,
1135 generic_process_reloc(const KXLDRelocator *relocator, u_char *instruction,
1226 x86_64_process_reloc(const KXLDRelocator *relocator __unused, u_char *instruction,
1456 arm_process_reloc(const KXLDRelocator *relocator __unused, u_char *instruction,