OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_GNU_EH_FRAME
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde-dip.c
25
/* Locate the FDE entry for a given address, using
PT_GNU_EH_FRAME
ELF
100
#ifndef
PT_GNU_EH_FRAME
101
#define
PT_GNU_EH_FRAME
(PT_LOOS + 0x474e550)
306
else if (phdr->p_type ==
PT_GNU_EH_FRAME
)
310
PT_SUNW_EH_FRAME/
PT_GNU_EH_FRAME
, so accept them as well. */
383
PT_GNU_EH_FRAME
data region. *BASES is updated if an FDE to return is
416
Also, DW_EH_PE_datarel here means using
PT_GNU_EH_FRAME
start
/src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde-dip.c
25
/* Locate the FDE entry for a given address, using
PT_GNU_EH_FRAME
ELF
100
#ifndef
PT_GNU_EH_FRAME
101
#define
PT_GNU_EH_FRAME
(PT_LOOS + 0x474e550)
306
else if (phdr->p_type ==
PT_GNU_EH_FRAME
)
310
PT_SUNW_EH_FRAME/
PT_GNU_EH_FRAME
, so accept them as well. */
383
PT_GNU_EH_FRAME
data region. *BASES is updated if an FDE to return is
405
Also, DW_EH_PE_datarel here means using
PT_GNU_EH_FRAME
start
/src/external/gpl3/binutils/dist/include/elf/
internal.h
339
|| (segment)->p_type ==
PT_GNU_EH_FRAME
\
common.h
488
#define
PT_GNU_EH_FRAME
(PT_LOOS + 0x474e550) /* Frame unwind information */
489
#define PT_SUNW_EH_FRAME
PT_GNU_EH_FRAME
/* Solaris uses the same value */
/src/external/gpl3/binutils.old/dist/include/elf/
internal.h
339
|| (segment)->p_type ==
PT_GNU_EH_FRAME
\
common.h
488
#define
PT_GNU_EH_FRAME
(PT_LOOS + 0x474e550) /* Frame unwind information */
489
#define PT_SUNW_EH_FRAME
PT_GNU_EH_FRAME
/* Solaris uses the same value */
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d
305
enum
PT_GNU_EH_FRAME
= PT_LOOS + 0x474e550; /* Frame unwind information */
306
enum PT_SUNW_EH_FRAME =
PT_GNU_EH_FRAME
; /* Solaris uses the same value */
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d
305
enum
PT_GNU_EH_FRAME
= PT_LOOS + 0x474e550; /* Frame unwind information */
306
enum PT_SUNW_EH_FRAME =
PT_GNU_EH_FRAME
; /* Solaris uses the same value */
/src/external/gpl3/gdb.old/dist/include/elf/
internal.h
339
|| (segment)->p_type ==
PT_GNU_EH_FRAME
\
common.h
488
#define
PT_GNU_EH_FRAME
(PT_LOOS + 0x474e550) /* Frame unwind information */
489
#define PT_SUNW_EH_FRAME
PT_GNU_EH_FRAME
/* Solaris uses the same value */
/src/external/gpl3/gdb/dist/include/elf/
internal.h
339
|| (segment)->p_type ==
PT_GNU_EH_FRAME
\
common.h
488
#define
PT_GNU_EH_FRAME
(PT_LOOS + 0x474e550) /* Frame unwind information */
489
#define PT_SUNW_EH_FRAME
PT_GNU_EH_FRAME
/* Solaris uses the same value */
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
DwarfCFIEHPrinter.h
71
if (Phdr.p_type != ELF::
PT_GNU_EH_FRAME
)
/src/sys/lib/libunwind/
AddressSpace.hpp
420
case
PT_GNU_EH_FRAME
:
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp
225
case ELF::
PT_GNU_EH_FRAME
:
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d
276
enum
PT_GNU_EH_FRAME
= PT_SUNW_EH_FRAME;
/src/external/gpl3/binutils/dist/gprofng/src/
Elf.cc
891
RET_S (
PT_GNU_EH_FRAME
);
892
RET_S (
PT_GNU_EH_FRAME
);
/src/external/gpl3/binutils.old/dist/gprofng/src/
Elf.cc
891
RET_S (
PT_GNU_EH_FRAME
);
892
RET_S (
PT_GNU_EH_FRAME
);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d
282
enum
PT_GNU_EH_FRAME
= 0x6474e550;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d
287
enum
PT_GNU_EH_FRAME
= 0x6474e550;
/src/sys/arch/epoc32/stand/e32boot/include/
elf.h
358
#define
PT_GNU_EH_FRAME
0x6474e550 /* EH frame segment */
/src/sys/sys/
exec_elf.h
450
#define
PT_GNU_EH_FRAME
0x6474e550 /* EH frame segment */
/src/tools/arm-elf2aout/sys/
exec_elf.h
360
#define
PT_GNU_EH_FRAME
0x6474e550 /* EH frame segment */
/src/tools/m68k-elf2aout/sys/
exec_elf.h
360
#define
PT_GNU_EH_FRAME
0x6474e550 /* EH frame segment */
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h
1292
PT_GNU_EH_FRAME
= 0x6474e550,
Completed in 48 milliseconds
1
2
Indexes created Wed Apr 29 00:23:26 UTC 2026