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_LOOS
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/elf/
hppa.h
602
#define PT_HP_TLS (
PT_LOOS
+ 0x0)
603
#define PT_HP_CORE_NONE (
PT_LOOS
+ 0x1)
604
#define PT_HP_CORE_VERSION (
PT_LOOS
+ 0x2)
605
#define PT_HP_CORE_KERNEL (
PT_LOOS
+ 0x3)
606
#define PT_HP_CORE_COMM (
PT_LOOS
+ 0x4)
607
#define PT_HP_CORE_PROC (
PT_LOOS
+ 0x5)
608
#define PT_HP_CORE_LOADABLE (
PT_LOOS
+ 0x6)
609
#define PT_HP_CORE_STACK (
PT_LOOS
+ 0x7)
610
#define PT_HP_CORE_SHM (
PT_LOOS
+ 0x8)
611
#define PT_HP_CORE_MMF (
PT_LOOS
+ 0x9
[
all
...]
common.h
484
#define
PT_LOOS
0x60000000 /* OS-specific */
487
#define PT_SUNW_UNWIND (
PT_LOOS
+ 0x464e550)
488
#define PT_GNU_EH_FRAME (
PT_LOOS
+ 0x474e550) /* Frame unwind information */
490
#define PT_GNU_STACK (
PT_LOOS
+ 0x474e551) /* Stack flags */
491
#define PT_GNU_RELRO (
PT_LOOS
+ 0x474e552) /* Read-only after relocation */
492
#define PT_GNU_PROPERTY (
PT_LOOS
+ 0x474e553) /* GNU property */
493
#define PT_GNU_SFRAME (
PT_LOOS
+ 0x474e554) /* SFrame stack trace information */
496
#define PT_OPENBSD_MUTABLE (
PT_LOOS
+ 0x5a3dbe5) /* Like bss, but not immutable. */
497
#define PT_OPENBSD_RANDOMIZE (
PT_LOOS
+ 0x5a3dbe6) /* Fill with random data. */
498
#define PT_OPENBSD_WXNEEDED (
PT_LOOS
+ 0x5a3dbe7) /* Program does W^X violations. *
[
all
...]
ia64.h
128
#define PT_IA_64_HP_OPT_ANOT (
PT_LOOS
+ 0x12)
129
#define PT_IA_64_HP_HSL_ANOT (
PT_LOOS
+ 0x13)
130
#define PT_IA_64_HP_STACK (
PT_LOOS
+ 0x14)
/src/external/gpl3/binutils.old/dist/include/elf/
hppa.h
602
#define PT_HP_TLS (
PT_LOOS
+ 0x0)
603
#define PT_HP_CORE_NONE (
PT_LOOS
+ 0x1)
604
#define PT_HP_CORE_VERSION (
PT_LOOS
+ 0x2)
605
#define PT_HP_CORE_KERNEL (
PT_LOOS
+ 0x3)
606
#define PT_HP_CORE_COMM (
PT_LOOS
+ 0x4)
607
#define PT_HP_CORE_PROC (
PT_LOOS
+ 0x5)
608
#define PT_HP_CORE_LOADABLE (
PT_LOOS
+ 0x6)
609
#define PT_HP_CORE_STACK (
PT_LOOS
+ 0x7)
610
#define PT_HP_CORE_SHM (
PT_LOOS
+ 0x8)
611
#define PT_HP_CORE_MMF (
PT_LOOS
+ 0x9
[
all
...]
common.h
484
#define
PT_LOOS
0x60000000 /* OS-specific */
487
#define PT_SUNW_UNWIND (
PT_LOOS
+ 0x464e550)
488
#define PT_GNU_EH_FRAME (
PT_LOOS
+ 0x474e550) /* Frame unwind information */
490
#define PT_GNU_STACK (
PT_LOOS
+ 0x474e551) /* Stack flags */
491
#define PT_GNU_RELRO (
PT_LOOS
+ 0x474e552) /* Read-only after relocation */
492
#define PT_GNU_PROPERTY (
PT_LOOS
+ 0x474e553) /* GNU property */
493
#define PT_GNU_SFRAME (
PT_LOOS
+ 0x474e554) /* SFrame stack trace information */
496
#define PT_OPENBSD_MUTABLE (
PT_LOOS
+ 0x5a3dbe5) /* Like bss, but not immutable. */
497
#define PT_OPENBSD_RANDOMIZE (
PT_LOOS
+ 0x5a3dbe6) /* Fill with random data. */
498
#define PT_OPENBSD_WXNEEDED (
PT_LOOS
+ 0x5a3dbe7) /* Program does W^X violations. *
[
all
...]
ia64.h
128
#define PT_IA_64_HP_OPT_ANOT (
PT_LOOS
+ 0x12)
129
#define PT_IA_64_HP_HSL_ANOT (
PT_LOOS
+ 0x13)
130
#define PT_IA_64_HP_STACK (
PT_LOOS
+ 0x14)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d
485
enum
PT_LOOS
= 0x60000000;
1544
enum PT_HP_TLS = (
PT_LOOS
+ 0x0);
1545
enum PT_HP_CORE_NONE = (
PT_LOOS
+ 0x1);
1546
enum PT_HP_CORE_VERSION = (
PT_LOOS
+ 0x2);
1547
enum PT_HP_CORE_KERNEL = (
PT_LOOS
+ 0x3);
1548
enum PT_HP_CORE_COMM = (
PT_LOOS
+ 0x4);
1549
enum PT_HP_CORE_PROC = (
PT_LOOS
+ 0x5);
1550
enum PT_HP_CORE_LOADABLE = (
PT_LOOS
+ 0x6);
1551
enum PT_HP_CORE_STACK = (
PT_LOOS
+ 0x7);
1552
enum PT_HP_CORE_SHM = (
PT_LOOS
+ 0x8)
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d
300
enum
PT_LOOS
= 0x60000000;
305
enum PT_GNU_EH_FRAME =
PT_LOOS
+ 0x474e550; /* Frame unwind information */
307
enum PT_GNU_STACK =
PT_LOOS
+ 0x474e551; /* Stack flags */
308
enum PT_GNU_RELRO =
PT_LOOS
+ 0x474e552; /* Read-only after relocation */
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d
300
enum
PT_LOOS
= 0x60000000;
305
enum PT_GNU_EH_FRAME =
PT_LOOS
+ 0x474e550; /* Frame unwind information */
307
enum PT_GNU_STACK =
PT_LOOS
+ 0x474e551; /* Stack flags */
308
enum PT_GNU_RELRO =
PT_LOOS
+ 0x474e552; /* Read-only after relocation */
/src/tools/amiga-elf2bb/sys/
exec_elf.h
312
#define
PT_LOOS
0x60000000 /* OS-specific range */
/src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde-dip.c
101
#define PT_GNU_EH_FRAME (
PT_LOOS
+ 0x474e550)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d
272
enum
PT_LOOS
= 0x60000000;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d
280
enum
PT_LOOS
= 0x60000000;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d
285
enum
PT_LOOS
= 0x60000000;
/src/sys/arch/epoc32/stand/e32boot/include/
elf.h
355
#define
PT_LOOS
0x60000000 /* OS-specific range */
/src/sys/sys/
exec_elf.h
447
#define
PT_LOOS
0x60000000 /* OS-specific range */
/src/tools/arm-elf2aout/sys/
exec_elf.h
357
#define
PT_LOOS
0x60000000 /* OS-specific range */
/src/tools/m68k-elf2aout/sys/
exec_elf.h
357
#define
PT_LOOS
0x60000000 /* OS-specific range */
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h
1285
PT_LOOS
= 0x60000000, // Lowest operating system-specific pt entry type.
/src/external/gpl3/binutils/dist/gprofng/src/
Elf.cc
890
RET_S (
PT_LOOS
);
/src/external/gpl3/binutils.old/dist/gprofng/src/
Elf.cc
890
RET_S (
PT_LOOS
);
/src/external/gpl3/binutils/dist/bfd/
elf.c
5887
else if (m->p_type >=
PT_LOOS
&& m->p_type <= PT_HIOS)
5889
(unsigned int) (m->p_type -
PT_LOOS
));
/src/external/gpl3/binutils/dist/binutils/
readelf.c
5889
sprintf (buff, "LOOS+%#lx", p_type -
PT_LOOS
);
5965
if ((p_type >=
PT_LOOS
) && (p_type <= PT_HIOS))
/src/external/gpl3/binutils.old/dist/bfd/
elf.c
5822
else if (m->p_type >=
PT_LOOS
&& m->p_type <= PT_HIOS)
5824
(unsigned int) (m->p_type -
PT_LOOS
));
/src/external/gpl3/binutils.old/dist/binutils/
readelf.c
5505
sprintf (buff, "LOOS+%#lx", p_type -
PT_LOOS
);
5581
if ((p_type >=
PT_LOOS
) && (p_type <= PT_HIOS))
Completed in 118 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026