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

  /development/ndk/platforms/android-L/include/
elf.h 73 #define PT_GNU_RELRO 0x6474e552
  /bionic/libc/bionic/
libc_init_static.cpp 76 if (phdr->p_type != PT_GNU_RELRO) {
  /bionic/libc/include/
elf.h 99 #define PT_GNU_RELRO 0x6474e552
  /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
  /bionic/linker/
linker_phdr.cpp 471 if (phdr->p_type != PT_GNU_RELRO) {
484 // correctly if the PT_GNU_RELRO segment starts on a page
489 // linker must only emit a PT_GNU_RELRO segment if it ensures
506 * specified by one or more PT_GNU_RELRO segments. This must be always
543 if (phdr->p_type != PT_GNU_RELRO) {
603 if (phdr->p_type != PT_GNU_RELRO) {
  /art/runtime/
elf.h     [all...]
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 104 case PT_GNU_RELRO: type = "GNU_RELRO"; break;
    [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...]
  /external/elfutils/0.153/src/
elflint.c     [all...]
readelf.c 1025 else if (phdr->p_type == PT_GNU_RELRO)
    [all...]

Completed in 108 milliseconds