Searched refs:KXLDRelocator (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.101.5/libkern/kxld/ |
| H A D | kxld_reloc.h | 48 typedef struct kxld_relocator KXLDRelocator; typedef 54 typedef kern_return_t (*ProcessReloc)(const KXLDRelocator *relocator, 90 kern_return_t kxld_relocator_init(KXLDRelocator *relocator, u_char *file, 96 const KXLDRelocator *relocator, const struct relocation_info *srcs, 99 void kxld_relocator_clear(KXLDRelocator *relocator) 106 boolean_t kxld_relocator_has_pair(const KXLDRelocator *relocator, u_int r_type) 109 u_int kxld_relocator_get_pair_type(const KXLDRelocator *relocator, 113 boolean_t kxld_relocator_has_got(const KXLDRelocator *relocator, u_int r_type) 116 kxld_addr_t kxld_relocator_get_pointer_at_addr(const KXLDRelocator *relocator, 120 struct kxld_sym * kxld_reloc_get_symbol(const KXLDRelocator *relocator, [all …]
|
| H A D | kxld_reloc.c | 125 static kern_return_t generic_process_reloc(const KXLDRelocator *relocator, 138 static kern_return_t x86_64_process_reloc(const KXLDRelocator *relocator, 153 static kern_return_t arm_process_reloc(const KXLDRelocator *relocator, 166 static kern_return_t arm64_process_reloc(const KXLDRelocator *relocator, 173 static kxld_addr_t get_pointer_at_addr_32(const KXLDRelocator *relocator, 178 static kxld_addr_t get_pointer_at_addr_64(const KXLDRelocator *relocator, 183 static u_int count_relocatable_relocs(const KXLDRelocator *relocator, 187 static kern_return_t calculate_targets(KXLDRelocator *relocator, 190 static kxld_addr_t align_raw_function_address(const KXLDRelocator *relocator, 197 const KXLDRelocator *relocator, u_long offset); [all …]
|
| H A D | kxld_vtable.c | 67 const KXLDSect *sect, const KXLDRelocator *relocator); 70 const KXLDSym *vtable_sym, const KXLDRelocator *relocator, 74 const KXLDRelocator *relocator, const KXLDDict *defined_cxx_symbols); 84 const KXLDRelocator *relocator = NULL; in kxld_vtable_init() 171 const KXLDSect *sect, const KXLDRelocator *relocator) in init_by_relocs() 259 init_by_entries(KXLDVTable *vtable, const KXLDRelocator *relocator, in init_by_entries() 338 const KXLDRelocator *relocator, const KXLDArray *relocs, in init_by_entries_and_relocs()
|
| H A D | kxld_sect.c | 59 u_int sectnum, const KXLDRelocator *relocator) in kxld_sect_init_from_macho_32() 109 u_int sectnum, const KXLDRelocator *relocator) in kxld_sect_init_from_macho_64() 290 kxld_sect_get_ngots(const KXLDSect *sect, const KXLDRelocator *relocator, in kxld_sect_get_ngots() 702 kxld_sect_process_relocs(KXLDSect *sect, KXLDRelocator *relocator) in kxld_sect_process_relocs()
|
| H A D | kxld_object.c | 94 KXLDRelocator relocator; 1335 const KXLDRelocator *
|