Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_sect.h54 KXLDArray relocs; // The section's relocation entries member
H A Dkxld_reloc.c412 const struct relocation_info *relocs, u_int nrelocs) in count_relocatable_relocs()
521 kxld_reloc_get_reloc_index_by_offset(const KXLDArray *relocs, in kxld_reloc_get_reloc_index_by_offset()
550 kxld_reloc_get_reloc_by_offset(const KXLDArray *relocs, kxld_addr_t offset) in kxld_reloc_get_reloc_by_offset()
1061 get_macho_data_size_for_array(const KXLDArray *relocs) in get_macho_data_size_for_array()
1086 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.c295 struct relocation_info *relocs = NULL; in validate_and_swap_macho_32() local
476 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()