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

  /bionic/libc/bionic/
libc_init_static.cpp 74 if (phdr->p_type != PT_GNU_RELRO) {
  /external/elfutils/libebl/
eblsegmenttypename.c 91 else if (segment == PT_GNU_RELRO)
  /bionic/linker/
linker_phdr.cpp 451 if (phdr->p_type != PT_GNU_RELRO)
463 * correctly if the PT_GNU_RELRO segment starts on a page
468 * linker must only emit a PT_GNU_RELRO segment if it ensures
486 * specified by one or more PT_GNU_RELRO segments. This must be always
  /bionic/libc/include/sys/
exec_elf.h 351 #define PT_GNU_RELRO 0x6474e552 /* Make read-only after relocation */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 571 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 571 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 571 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
    [all...]
  /external/elfutils/libelf/
elf.h 581 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
readelf.c 961 else if (phdr->p_type == PT_GNU_RELRO)
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 84 milliseconds