Home
last modified time | relevance | path

Searched refs:eh_frame_hdr (Results 1 – 25 of 59) sorted by relevance

123

/toolchain/binutils/binutils-2.25/gold/
Dehframe.cc340 Eh_frame_hdr* eh_frame_hdr) in write() argument
392 if (eh_frame_hdr != NULL) in write()
393 eh_frame_hdr->record_fde(output_offset + offset, fde_encoding); in write()
456 unsigned int addralign, Eh_frame_hdr* eh_frame_hdr, in write() argument
496 fde_encoding, eh_frame_hdr); in write()
Dehframe.h217 Eh_frame_hdr* eh_frame_hdr);
322 unsigned int addralign, Eh_frame_hdr* eh_frame_hdr,
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
Darm-lib.ld73 .eh_frame_hdr : { *(.eh_frame_hdr) }
Darm-dyn.ld74 .eh_frame_hdr : { *(.eh_frame_hdr) }
Darm-no-rel-plt.ld86 .eh_frame_hdr : { *(.eh_frame_hdr) }
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dmips-lib.ld83 .eh_frame_hdr : { *(.eh_frame_hdr) }
Dmips-dyn.ld86 .eh_frame_hdr : { *(.eh_frame_hdr) }
Deh-frame2-n32.d7 #warning: FDE encoding in.*prevents \.eh_frame_hdr table being created.
Deh-frame1-n32.d7 #warning: FDE encoding in.*prevents \.eh_frame_hdr table being created.
Deh-frame2-n64.d7 #warning: FDE encoding in.*prevents \.eh_frame_hdr table being created.
Deh-frame1-n64.d7 #warning: FDE encoding in.*prevents \.eh_frame_hdr table being created.
/toolchain/binutils/binutils-2.25/include/
Dbfdlink.h344 unsigned int eh_frame_hdr: 1; member
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delf_chaos.sc267 .eh_frame_hdr : { *(.eh_frame_hdr) }
Delf32sh-symbian.sc231 .eh_frame_hdr ALIGN(4) : { *(.eh_frame_hdr) } :text
Darmbpabi.sc255 .eh_frame_hdr : { *(.eh_frame_hdr) }
Dmep.sc332 .eh_frame_hdr : { *(.eh_frame_hdr) }
Delf32msp430.sc186 *(.eh_frame_hdr)
Dnds32elf.sc488 .eh_frame_hdr : { *(.eh_frame_hdr) }
Delf64hppa.sc433 .eh_frame_hdr : { *(.eh_frame_hdr) }
Delfxtensa.sc442 .eh_frame_hdr : { *(.eh_frame_hdr) }
Delf.sc542 .eh_frame_hdr : { *(.eh_frame_hdr) }
Depiphany_4x4.sc510 .eh_frame_hdr : { *(.eh_frame_hdr) }
/toolchain/binutils/binutils-2.25/bfd/
Delf-bfd.h1542 asection *eh_frame_hdr; member
1706 #define elf_eh_frame_hdr(bfd) (elf_tdata(bfd) -> o->eh_frame_hdr)
Delf-eh-frame.c1288 || !info->eh_frame_hdr in _bfd_elf_maybe_strip_eh_frame_hdr()
1793 if (info->eh_frame_hdr && sec != NULL) in _bfd_elf_write_section_eh_frame_hdr()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Delf32.em1047 if (link_info.eh_frame_hdr
1075 s = bfd_make_section_with_flags (elfbfd, ".eh_frame_hdr",
1086 einfo ("%P: warning: Cannot create .eh_frame_hdr section,"
2202 link_info.eh_frame_hdr = TRUE;
2381 --eh-frame-hdr Create .eh_frame_hdr section\n"));

123