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

  /bionic/libc/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /development/ndk/platforms/android-L/include/
elf.h 73 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /bionic/libc/bionic/
libc_init_static.cpp 76 if (phdr->p_type != PT_GNU_RELRO) {
  /external/elfutils/0.153/libebl/
eblsegmenttypename.c 91 else if (segment == PT_GNU_RELRO)
  /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
  /bionic/linker/
linker_phdr.cpp 470 if (phdr->p_type != PT_GNU_RELRO) {
483 // correctly if the PT_GNU_RELRO segment starts on a page
488 // linker must only emit a PT_GNU_RELRO segment if it ensures
505 * specified by one or more PT_GNU_RELRO segments. This must be always
542 if (phdr->p_type != PT_GNU_RELRO) {
602 if (phdr->p_type != PT_GNU_RELRO) {
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 488 LLVM_READOBJ_ENUM_CASE(ELF, PT_GNU_RELRO);
    [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...]
  /external/elfutils/0.153/src/
elflint.c     [all...]
readelf.c 1025 else if (phdr->p_type == PT_GNU_RELRO)
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 240 milliseconds