Searched refs:cies (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | ehframe.cc | 657 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()
|
D | ehframe.h | 485 Offsets_to_cie* cies, 500 Offsets_to_cie* cies);
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-eh-frame.c | 919 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 …]
|
D | elf-bfd.h | 370 struct cie *cies; member 385 struct htab *cies; member
|
D | ChangeLog-2008 | 3349 (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.
|
D | ChangeLog-2006 | 198 (_bfd_elf_discard_section_eh_frame_hdr): Delete cies hash table. 202 and last_cie_inf fields. Add cies field.
|
D | ChangeLog-2007 | 168 cies if not merging. Merge CIEs during the main loop and set up each
|