Home
last modified time | relevance | path

Searched refs:relocatablesec (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c845 struct Dwarf_Section_s *relocatablesec, in loop_through_relocations() argument
854 relocatablesec->dss_reloc_size; in loop_through_relocations()
860 int is_rela = relocatablesec->dss_is_rela; in loop_through_relocations()
874 if(!relocatablesec->dss_data_was_malloc) { in loop_through_relocations()
885 memcpy(mspace,relocatablesec->dss_data,relocatablesec->dss_size); in loop_through_relocations()
886 relocatablesec->dss_data = mspace; in loop_through_relocations()
889 target_section = relocatablesec->dss_data; in loop_through_relocations()
895 relocatablesec->dss_size, in loop_through_relocations()
916 struct Dwarf_Section_s * relocatablesec = 0; in dwarf_elf_object_relocate_a_section() local
930 if (relocatablesec->dss_reloc_index == 0 ) { in dwarf_elf_object_relocate_a_section()
[all …]
H A Ddwarf_elfread.c304 struct Dwarf_Section_s **relocatablesec, int *error) in find_section_to_relocate() argument
306 MATCH_REL_SEC(section_index,dbg->de_debug_info,relocatablesec); in find_section_to_relocate()
309 MATCH_REL_SEC(section_index,dbg->de_debug_loc,relocatablesec); in find_section_to_relocate()
326 MATCH_REL_SEC(section_index,dbg->de_debug_sup,relocatablesec); in find_section_to_relocate()
434 struct Dwarf_Section_s * relocatablesec, in apply_rela_entries() argument
460 relocatablesec->dss_data, in apply_rela_entries()
461 relocatablesec->dss_size, in apply_rela_entries()
487 struct Dwarf_Section_s * relocatablesec = 0; in elf_relocations_nolibelf() local
500 &relocatablesec, error); in elf_relocations_nolibelf()
514 section_with_reloc_records = relocatablesec->dss_reloc_index; in elf_relocations_nolibelf()
[all …]