Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/elf/
HDhppa.h601 #define PT_HP_TLS (PT_LOOS + 0x0)
602 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
603 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
604 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
605 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
606 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
607 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
608 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
609 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
610 #define PT_HP_CORE_MMF (PT_LOOS + 0x9)
[all …]
HDia64.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)
HDcommon.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 */
/freebsd-11-stable/contrib/gcc/
HDunwind-dw2-fde-glibc.c66 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
/freebsd-11-stable/sys/sys/
HDelf_common.h511 #define PT_LOOS 0x60000000 /* First OS-specific. */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1191 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h962 _ELF_DEFINE_PT(PT_LOOS, 0x60000000UL, \
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c694 if (ptype >= PT_LOOS && ptype <= PT_HIOS) in phdr_type()
696 ptype - PT_LOOS); in phdr_type()
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c2498 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS)) in get_segment_type()
2518 sprintf (buff, "LOOS+%lx", p_type - PT_LOOS); in get_segment_type()