Home
last modified time | relevance | path

Searched defs:relocs (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/libkern/kxld/
H A Dkxld_sect.h54 KXLDArray relocs; // The section's relocation entries member
H A Dkxld_reloc.c411 const struct relocation_info *relocs, u_int nrelocs) in count_relocatable_relocs()
520 kxld_reloc_get_reloc_index_by_offset(const KXLDArray *relocs, in kxld_reloc_get_reloc_index_by_offset()
549 kxld_reloc_get_reloc_by_offset(const KXLDArray *relocs, kxld_addr_t offset) in kxld_reloc_get_reloc_by_offset()
1060 get_macho_data_size_for_array(const KXLDArray *relocs) in get_macho_data_size_for_array()
1085 const KXLDArray *relocs, struct relocation_info **dstp) in export_macho_for_array()
H A Dkxld_sect.c63 struct relocation_info *relocs = NULL; in kxld_sect_init_from_macho_32() local
113 struct relocation_info *relocs = NULL; in kxld_sect_init_from_macho_64() local
H A Dkxld_util.c312 struct relocation_info *relocs = NULL; in validate_and_swap_macho_32() local
493 struct relocation_info *relocs = NULL; in validate_and_swap_macho_64() local
H A Dkxld_vtable.c338 const KXLDRelocator *relocator, const KXLDArray *relocs, in init_by_entries_and_relocs()