Home
last modified time | relevance | path

Searched refs:hdr_info (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf-eh-frame.c459 bfd_elf_discard_eh_frame_entry (struct eh_frame_hdr_info *hdr_info) in bfd_elf_discard_eh_frame_entry() argument
462 for (i = 0; i < hdr_info->array_count; i++) in bfd_elf_discard_eh_frame_entry()
464 if (hdr_info->u.compact.entries[i]->flags & SEC_EXCLUDE) in bfd_elf_discard_eh_frame_entry()
467 for (j = i + 1; j < hdr_info->array_count; j++) in bfd_elf_discard_eh_frame_entry()
468 hdr_info->u.compact.entries[j-1] = hdr_info->u.compact.entries[j]; in bfd_elf_discard_eh_frame_entry()
470 hdr_info->array_count--; in bfd_elf_discard_eh_frame_entry()
471 hdr_info->u.compact.entries[hdr_info->array_count] = NULL; in bfd_elf_discard_eh_frame_entry()
480 bfd_elf_record_eh_frame_entry (struct eh_frame_hdr_info *hdr_info, in bfd_elf_record_eh_frame_entry() argument
483 if (hdr_info->array_count == hdr_info->u.compact.allocated_entries) in bfd_elf_record_eh_frame_entry()
485 if (hdr_info->u.compact.allocated_entries == 0) in bfd_elf_record_eh_frame_entry()
[all …]
DChangeLog-20083353 (_bfd_elf_begin_eh_frame_parsing): Set hdr_info->merge_cies instead
3354 of hdr_info->cies.
3361 (_bfd_elf_end_eh_frame_parsing): Do not free hdr_info->cies here...
DChangeLog-20152314 (_bfd_elf_parse_eh_frame): Update hdr_info field references.
2318 (find_merged_cie): Update hdr_info field references.
2324 (_bfd_elf_write_section_eh_frame): Update hdr_info field references.
DChangeLog-20132669 hdr_info->array.
DChangeLog-20102473 variables htab and hdr_info and mark info parameter as unused.
DChangeLog-20141518 range of FDEs to hdr_info->array.
DChangeLog-2004783 CIE in hdr_info. Only set make_relative and make_lsda_relative
DChangeLog-02035663 param. Get "hdr_info" from link hash table.
5667 header section from link hash table. Don't alloc hdr_info. Clear
DChangeLog-0001481 if hdr_info->strip.