HomeSort by relevance Sort by last modified time
    Searched defs:FDPIC_FUNCPTRS (Results 1 - 4 of 4) sorted by null

  /external/strace/xlat/
personality_flags.h 8 #if !(defined(FDPIC_FUNCPTRS) || (defined(HAVE_DECL_FDPIC_FUNCPTRS) && HAVE_DECL_FDPIC_FUNCPTRS))
9 # define FDPIC_FUNCPTRS 0x0080000
46 XLAT(FDPIC_FUNCPTRS),
  /bionic/libc/kernel/uapi/linux/
personality.h 24 FDPIC_FUNCPTRS = 0x0080000,
38 PER_LINUX_FDPIC = 0x0000 | FDPIC_FUNCPTRS,
  /external/kernel-headers/original/uapi/linux/
personality.h 14 FDPIC_FUNCPTRS = 0x0080000, /* userspace function ptrs point to descriptors
45 PER_LINUX_FDPIC = 0x0000 | FDPIC_FUNCPTRS,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
personality.h 13 FDPIC_FUNCPTRS = 0x0080000, /* userspace function ptrs point to descriptors
44 PER_LINUX_FDPIC = 0x0000 | FDPIC_FUNCPTRS,

Completed in 284 milliseconds