Searched refs:eh_frame (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.h46 unsigned int eh_frame : 1; member in struct:dwarf_section_display
56 eh_frame, enumerator in enum:dwarf_section_display_enum
H A Dobjdump.c2106 if (!debug_displays[i].eh_frame)
2129 ".eh_frame", /* .eh_frame */
/freebsd-9.3-release/sys/boot/i386/efi/
H A Dldscript.amd6412 .eh_frame : {
13 *(.eh_frame)
/freebsd-9.3-release/sys/conf/
H A Dldscript.amd6473 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
79 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
H A Dldscript.i38666 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
72 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
H A Dldscript.mips190 .eh_frame : { KEEP (*(.eh_frame)) }
H A Dldscript.mips.mips64191 .eh_frame : { KEEP (*(.eh_frame)) }
H A Dldscript.sparc64160 .eh_frame : { KEEP (*(.eh_frame)) }
H A Dldscript.mips.cfe207 .eh_frame : { KEEP (*(.eh_frame)) }
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c139 _Unwind_Ptr eh_frame; local
234 /* See if PC falls into one of the loaded segments. Find the eh_frame
316 &eh_frame);
386 ob.u.single = (fde *) eh_frame;
389 data->ret = linear_search_fdes (&ob, (fde *) eh_frame, (void *) data->pc);
H A Dconfigure14054 # .eh_frame data.
14055 echo "$as_me:$LINENO: checking assembler for eh_frame optimization" >&5
14056 echo $ECHO_N "checking assembler for eh_frame optimization... $ECHO_C" >&6
14073 .section .eh_frame,"aw",@progbits
14122 && $gcc_cv_objdump -s -j .eh_frame conftest.o 2>/dev/null \
/freebsd-9.3-release/sys/boot/arm/at91/
H A Dlinker.cfg182 .eh_frame : { KEEP (*(.eh_frame)) }
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Delf.sc372 .eh_frame ${RELOCATING-0} : ONLY_IF_RO { KEEP (*(.eh_frame)) }
382 .eh_frame ${RELOCATING-0} : ONLY_IF_RW { KEEP (*(.eh_frame)) }
H A Dmep.sc323 .eh_frame ${RELOCATING-0} : ONLY_IF_RO { KEEP (*(.eh_frame)) }
333 .eh_frame ${RELOCATING-0} : ONLY_IF_RW { KEEP (*(.eh_frame)) }

Completed in 125 milliseconds