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

/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dhppa.h582 #define PT_HP_TLS (PT_LOOS + 0x0)
583 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
584 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
585 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
586 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
587 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
588 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
589 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
590 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
591 #define PT_HP_CORE_MMF (PT_LOOS
[all...]
H A 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)
H A 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-current/gnu/usr.bin/binutils/include/elf/
H A Dhppa.h536 #define PT_HP_TLS (PT_LOOS + 0x0)
537 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
538 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
539 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
540 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
541 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
542 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
543 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
544 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
545 #define PT_HP_CORE_MMF (PT_LOOS
[all...]
H A 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)
H A 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-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde-glibc.c62 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-dw2-fde-glibc.c66 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
/openbsd-current/sys/sys/
H A Dexec_elf.h472 #define PT_LOOS 0x60000000 /* reserved range for OS */ macro
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1389 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator in enum:llvm::ELF::__anon69
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c2192 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS))
2212 sprintf (buff, "LOOS+%lx", p_type - PT_LOOS);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c2753 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS))
2773 sprintf (buff, "LOOS+%lx", p_type - PT_LOOS);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c4212 else if (m->p_type >= PT_LOOS && m->p_type <= PT_HIOS)
4214 (unsigned int) (m->p_type - PT_LOOS));

Completed in 414 milliseconds