Home
last modified time | relevance | path

Searched refs:PT_LOOS (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dhppa.h581 #define PT_HP_TLS (PT_LOOS + 0x0)
582 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
583 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
584 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
585 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
586 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
587 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
588 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
589 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
590 #define PT_HP_CORE_MMF (PT_LOOS + 0x9)
[all …]
Dia64.h90 #define PT_IA_64_HP_OPT_ANOT (PT_LOOS + 0x12)
91 #define PT_IA_64_HP_HSL_ANOT (PT_LOOS + 0x13)
92 #define PT_IA_64_HP_STACK (PT_LOOS + 0x14)
Dcommon.h303 #define PT_LOOS 0x60000000 /* OS-specific */ macro
308 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550) /* Frame unwind information */
310 #define PT_GNU_STACK (PT_LOOS + 0x474e551) /* Stack flags */
311 #define PT_GNU_RELRO (PT_LOOS + 0x474e552) /* Read-only after relocation */
312 #define PT_GNU_PROPERTY (PT_LOOS + 0x474e553) /* Program property note */
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dhppa.h535 #define PT_HP_TLS (PT_LOOS + 0x0)
536 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
537 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
538 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
539 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
540 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
541 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
542 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
543 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
544 #define PT_HP_CORE_MMF (PT_LOOS + 0x9)
[all …]
Dia64.h87 #define PT_IA_64_HP_OPT_ANOT (PT_LOOS + 0x12)
88 #define PT_IA_64_HP_HSL_ANOT (PT_LOOS + 0x13)
89 #define PT_IA_64_HP_STACK (PT_LOOS + 0x14)
Dcommon.h288 #define PT_LOOS 0x60000000 /* OS-specific */ macro
293 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
294 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dunwind-dw2-fde-glibc.c62 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
/openbsd/src/gnu/gcc/gcc/
Dunwind-dw2-fde-glibc.c66 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
/openbsd/src/sys/sys/
Dexec_elf.h470 #define PT_LOOS 0x60000000 /* reserved range for OS */ macro
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h1389 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c2750 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS)) in get_segment_type()
2770 sprintf (buff, "LOOS+%lx", p_type - PT_LOOS); in get_segment_type()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c2190 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS)) in get_segment_type()
2210 sprintf (buff, "LOOS+%lx", p_type - PT_LOOS); in get_segment_type()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c4207 else if (m->p_type >= PT_LOOS && m->p_type <= PT_HIOS) in print_segment_map()
4209 (unsigned int) (m->p_type - PT_LOOS)); in print_segment_map()