Home
last modified time | relevance | path

Searched refs:cies (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dehframe.cc657 Offsets_to_cie cies; in do_add_ehframe_input_section() local
699 pcontents, p, pentend, &relocs, &cies, in do_add_ehframe_input_section()
707 pcontents, id, p, pentend, &relocs, &cies)) in do_add_ehframe_input_section()
731 Offsets_to_cie* cies, in read_cie() argument
966 cies->insert(std::make_pair(pcie - pcontents, cie_pointer)); in read_cie()
984 Offsets_to_cie* cies) in read_fde() argument
990 Offsets_to_cie::const_iterator pcie = cies->find(cie_offset); in read_fde()
991 if (pcie == cies->end()) in read_fde()
Dehframe.h485 Offsets_to_cie* cies,
500 Offsets_to_cie* cies);
/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c919 sec_info->cies = local_cies; in _bfd_elf_parse_eh_frame()
1092 if (hdr_info->cies == NULL) in find_merged_cie()
1094 hdr_info->cies = htab_try_create (1, cie_hash, cie_eq, free); in find_merged_cie()
1095 if (hdr_info->cies == NULL) in find_merged_cie()
1098 loc = htab_find_slot_with_hash (hdr_info->cies, cie, cie->hash, INSERT); in find_merged_cie()
1200 if (sec_info->cies) in _bfd_elf_discard_section_eh_frame()
1202 free (sec_info->cies); in _bfd_elf_discard_section_eh_frame()
1203 sec_info->cies = NULL; in _bfd_elf_discard_section_eh_frame()
1233 if (hdr_info->cies != NULL) in _bfd_elf_discard_section_eh_frame_hdr()
1235 htab_delete (hdr_info->cies); in _bfd_elf_discard_section_eh_frame_hdr()
[all …]
Delf-bfd.h370 struct cie *cies; member
385 struct htab *cies; member
DChangeLog-20083349 (eh_frame_sec_info): Add a cies field.
3354 of hdr_info->cies.
3357 If merging, store the cie array in sec_info->cies and point each
3361 (_bfd_elf_end_eh_frame_parsing): Do not free hdr_info->cies here...
3365 (_bfd_elf_gc_mark_fdes): Use it. Free sec_info->cies.
DChangeLog-2006198 (_bfd_elf_discard_section_eh_frame_hdr): Delete cies hash table.
202 and last_cie_inf fields. Add cies field.
DChangeLog-2007168 cies if not merging. Merge CIEs during the main loop and set up each