Home
last modified time | relevance | path

Searched refs:hdr_sec (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-eh-frame.c1631 sec = hdr_info->hdr_sec; in _bfd_elf_discard_section_eh_frame_hdr()
1710 if (hdr_info->hdr_sec == NULL) in _bfd_elf_maybe_strip_eh_frame_hdr()
1713 if (bfd_is_abs_section (hdr_info->hdr_sec->output_section) in _bfd_elf_maybe_strip_eh_frame_hdr()
1720 hdr_info->hdr_sec->flags |= SEC_EXCLUDE; in _bfd_elf_maybe_strip_eh_frame_hdr()
1721 hdr_info->hdr_sec = NULL; in _bfd_elf_maybe_strip_eh_frame_hdr()
1729 hdr_info->hdr_sec, 0, NULL, false, false, &bh))) in _bfd_elf_maybe_strip_eh_frame_hdr()
2300 if (hdr_info->hdr_sec == NULL in _bfd_elf_fixup_eh_frame_hdr()
2363 sec = hdr_info->hdr_sec; in write_compact_eh_frame_hdr()
2413 sec = hdr_info->hdr_sec; in write_dwarf_eh_frame_hdr()
2527 sec = hdr_info->hdr_sec; in _bfd_elf_write_section_eh_frame_hdr()
Delf-bfd.h484 asection *hdr_sec; member
Delf.c4884 return elf_hash_table (info)->eh_info.hdr_sec; in elf_eh_frame_hdr()
DChangeLog-02035655 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
5668 hdr_sec instead of setting "strip".
Delflink.c13726 if (htab->eh_info.hdr_sec == o) in bfd_elf_final_link()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-eh-frame.c1631 sec = hdr_info->hdr_sec; in _bfd_elf_discard_section_eh_frame_hdr()
1710 if (hdr_info->hdr_sec == NULL) in _bfd_elf_maybe_strip_eh_frame_hdr()
1713 if (bfd_is_abs_section (hdr_info->hdr_sec->output_section) in _bfd_elf_maybe_strip_eh_frame_hdr()
1720 hdr_info->hdr_sec->flags |= SEC_EXCLUDE; in _bfd_elf_maybe_strip_eh_frame_hdr()
1721 hdr_info->hdr_sec = NULL; in _bfd_elf_maybe_strip_eh_frame_hdr()
1729 hdr_info->hdr_sec, 0, NULL, false, false, &bh))) in _bfd_elf_maybe_strip_eh_frame_hdr()
2300 if (hdr_info->hdr_sec == NULL in _bfd_elf_fixup_eh_frame_hdr()
2363 sec = hdr_info->hdr_sec; in write_compact_eh_frame_hdr()
2413 sec = hdr_info->hdr_sec; in write_dwarf_eh_frame_hdr()
2527 sec = hdr_info->hdr_sec; in _bfd_elf_write_section_eh_frame_hdr()
Delf-bfd.h482 asection *hdr_sec; member
Delf.c4892 return elf_hash_table (info)->eh_info.hdr_sec; in elf_eh_frame_hdr()
DChangeLog-02035655 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
5668 hdr_sec instead of setting "strip".
Delflink.c13507 if (htab->eh_info.hdr_sec == o) in bfd_elf_final_link()
/netbsd/src/external/gpl3/binutils/dist/ld/
Dldelf.c1398 htab->eh_info.hdr_sec = s; in ldelf_after_open()