Searched refs:eh_frame_hdr (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/gdb/include/
H A Dbfdlink.h286 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
288 unsigned int eh_frame_hdr: 1;
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-eh-frame.c636 /* This function is called for .eh_frame_hdr section after
638 input sections. It finalizes the size of .eh_frame_hdr section. */
659 elf_tdata (abfd)->eh_frame_hdr = sec;
664 It needs to decide whether .eh_frame_hdr should be output or not,
688 if (info->eh_frame_hdr)
1057 /* Helper function used to sort .eh_frame_hdr search table by increasing
1072 /* Write out .eh_frame_hdr section. This must be called after
1075 .eh_frame_hdr format:
1085 .eh_frame_hdr section start as base)
H A Delf-bfd.h328 /* TRUE if .eh_frame_hdr should contain the sorted search table.
1253 asection *eh_frame_hdr;
1251 asection *eh_frame_hdr; member in struct:elf_obj_tdata
H A Delf.c2371 "eh_frame_hdr");
3381 asection *dynsec, *eh_frame_hdr;
3661 /* If there is a .eh_frame_hdr section, throw in a PT_GNU_EH_FRAME
3663 eh_frame_hdr = elf_tdata (abfd)->eh_frame_hdr;
3664 if (eh_frame_hdr != NULL
3665 && (eh_frame_hdr->output_section->flags & SEC_LOAD) != 0)
3674 m->sections[0] = eh_frame_hdr->output_section;
4387 if (elf_tdata (abfd)->eh_frame_hdr)
3376 asection *dynsec, *eh_frame_hdr; local
H A Delflink.c150 s = bfd_make_section (abfd, ".eh_frame_hdr");
8346 if (info->eh_frame_hdr)
9283 if (info->eh_frame_hdr

Completed in 90 milliseconds