Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Delf-eh-frame.c1007 sec = hdr_info->hdr_sec; in _bfd_elf_discard_section_eh_frame_hdr()
1034 if (hdr_info->hdr_sec == NULL) in _bfd_elf_maybe_strip_eh_frame_hdr()
1037 if (bfd_is_abs_section (hdr_info->hdr_sec->output_section)) in _bfd_elf_maybe_strip_eh_frame_hdr()
1039 hdr_info->hdr_sec = NULL; in _bfd_elf_maybe_strip_eh_frame_hdr()
1056 hdr_info->hdr_sec->flags |= SEC_EXCLUDE; in _bfd_elf_maybe_strip_eh_frame_hdr()
1057 hdr_info->hdr_sec = NULL; in _bfd_elf_maybe_strip_eh_frame_hdr()
1543 sec = hdr_info->hdr_sec; in _bfd_elf_write_section_eh_frame_hdr()
Delf-bfd.h302 asection *hdr_sec; member
Delflink.c10299 if (elf_hash_table (info)->eh_info.hdr_sec == o) in bfd_elf_final_link()
DChangeLog-02035655 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
5668 hdr_sec instead of setting "strip".
/freebsd-9-stable/contrib/binutils/ld/emultempl/
Delf32.em896 htab->eh_info.hdr_sec = s;