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

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_vdso.lds.s22 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
50 eh_frame_hdr PT_GNU_EH_FRAME;
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s23 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
51 eh_frame_hdr PT_GNU_EH_FRAME;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_vdso.lds.s23 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
51 eh_frame_hdr PT_GNU_EH_FRAME;
/freebsd-11-stable/contrib/gdb/include/
H A Dbfdlink.h283 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
285 unsigned int eh_frame_hdr: 1;
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h301 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
303 unsigned int eh_frame_hdr: 1;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c822 (_("%P: fde encoding in %B(%A) prevents .eh_frame_hdr"
973 (_("%P: error in %B(%A); no .eh_frame_hdr table will be created.\n"),
987 /* This function is called for .eh_frame_hdr section after
989 input sections. It finalizes the size of .eh_frame_hdr section. */
1015 elf_tdata (abfd)->eh_frame_hdr = sec;
1020 It needs to decide whether .eh_frame_hdr should be output or not,
1044 if (info->eh_frame_hdr)
1492 /* Helper function used to sort .eh_frame_hdr search table by increasing
1507 /* Write out .eh_frame_hdr section. This must be called after
1510 .eh_frame_hdr forma
[all...]
H A Delf.c2711 "eh_frame_hdr");
3687 if (elf_tdata (abfd)->eh_frame_hdr)
3860 asection *dynsec, *eh_frame_hdr;
4137 /* If there is a .eh_frame_hdr section, throw in a PT_GNU_EH_FRAME
4139 eh_frame_hdr = elf_tdata (abfd)->eh_frame_hdr;
4140 if (eh_frame_hdr != NULL
4141 && (eh_frame_hdr->output_section->flags & SEC_LOAD) != 0)
4150 m->sections[0] = eh_frame_hdr->output_section;
3855 asection *dynsec, *eh_frame_hdr; local
H A Delf-bfd.h306 /* TRUE if .eh_frame_hdr should contain the sorted search table.
1420 asection *eh_frame_hdr;
1418 asection *eh_frame_hdr; member in struct:elf_obj_tdata
H A Delflink.c10350 if (info->eh_frame_hdr)
11405 if (info->eh_frame_hdr

Completed in 228 milliseconds