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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
linker_phdr.cpp 45 #ifndef PT_GNU_RELRO
46 #define PT_GNU_RELRO 0x6474e552
255 * NOTE: This assumes there is a single PT_GNU_RELRO segment in the
267 if (phdr->p_type != PT_GNU_RELRO)
279 * correctly if the PT_GNU_RELRO segment starts on a page
284 * linker must only emit a PT_GNU_RELRO segment if it ensures
298 * specified by one or more PT_GNU_RELRO segments. This must be always
  /ndk/sources/android/crazy_linker/src/
linker_phdr.cpp 45 #ifndef PT_GNU_RELRO
46 #define PT_GNU_RELRO 0x6474e552
255 * NOTE: This assumes there is a single PT_GNU_RELRO segment in the
267 if (phdr->p_type != PT_GNU_RELRO)
279 * correctly if the PT_GNU_RELRO segment starts on a page
284 * linker must only emit a PT_GNU_RELRO segment if it ensures
298 * specified by one or more PT_GNU_RELRO segments. This must be always
  /development/ndk/platforms/android-L/include/
elf.h 73 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /bionic/libc/include/
elf.h 99 #define PT_GNU_RELRO 0x6474e552
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/0.153/libelf/
elf.h 586 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 575 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 575 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
    [all...]

Completed in 715 milliseconds