Home | History | Annotate | Download | only in elf

Lines Matching defs:PT_LOOS

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. */
499 #define PT_OPENBSD_NOBTCFI (PT_LOOS + 0x5a3dbe8) /* No branch target CFI. */
500 #define PT_OPENBSD_SYSCALLS (PT_LOOS + 0x5a3dbe9) /* System call sites. */
501 #define PT_OPENBSD_BOOTDATA (PT_LOOS + 0x5a41be6) /* Section for boot arguments. */
504 #define PT_SUNWBSS (PT_LOOS + 0xffffffa) /* Sun Specific segment. */
505 #define PT_SUNWSTACK (PT_LOOS + 0xffffffb) /* Stack segment. */
506 #define PT_SUNWDTRACE (PT_LOOS + 0xffffffc)
507 #define PT_SUNWCAP (PT_LOOS + 0xffffffd)
511 #define PT_GNU_MBIND_LO (PT_LOOS + 0x474e555)