Home
last modified time | relevance | path

Searched refs:FDPIC_FUNCPTRS (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dpersonality_flags.h20 #if defined(FDPIC_FUNCPTRS) || (defined(HAVE_DECL_FDPIC_FUNCPTRS) && HAVE_DECL_FDPIC_FUNCPTRS)
22 static_assert((FDPIC_FUNCPTRS) == (0x0080000), "FDPIC_FUNCPTRS != 0x0080000");
25 # define FDPIC_FUNCPTRS 0x0080000
96 XLAT(FDPIC_FUNCPTRS),
Dpersonality_types.h22 static_assert((PER_LINUX_FDPIC) == (FDPIC_FUNCPTRS), "PER_LINUX_FDPIC != FDPIC_FUNCPTRS");
25 # define PER_LINUX_FDPIC FDPIC_FUNCPTRS
Dpersonality_flags.in3 FDPIC_FUNCPTRS 0x0080000
Dpersonality_types.in3 PER_LINUX_FDPIC FDPIC_FUNCPTRS
/external/kernel-headers/original/uapi/linux/
Dpersonality.h14 FDPIC_FUNCPTRS = 0x0080000, /* userspace function ptrs point to descriptors enumerator
45 PER_LINUX_FDPIC = 0x0000 | FDPIC_FUNCPTRS,
/external/strace/
DChangeLog34018 FDPIC_FUNCPTRS, MMAP_PAGE_ZERO, ADDR_COMPAT_LAYOUT, READ_IMPLIES_EXEC,