Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h32 #define PT_LOOS 0x60000000 macro
36 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
37 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
38 #define PT_GNU_RELRO (PT_LOOS + 0x474e552)
39 #define PT_GNU_PROPERTY (PT_LOOS + 0x474e553)
Delf-fdpic.h10 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
/bionic/libc/include/bits/
Delf_common.h536 #define PT_LOOS 0x60000000 /* First OS-specific. */ macro