Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h44 #define PT_LOOS 0x60000000 macro
48 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
49 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
50 #define PT_GNU_RELRO (PT_LOOS + 0x474e552)
51 #define PT_GNU_PROPERTY (PT_LOOS + 0x474e553)
Delf-fdpic.h22 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
/bionic/libc/include/bits/
Delf_common.h500 #define PT_LOOS 0x60000000 /* First OS-specific. */ macro