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

  /bionic/libc/include/sys/
exec_elf.h 133 #define PT_GNU_RELRO 0x6474e552 /* Read-only post relocation */
  /external/elfutils/libebl/
eblsegmenttypename.c 91 else if (segment == PT_GNU_RELRO)
  /bionic/linker/
linker.c 997 } else if (phdr->p_type == PT_GNU_RELRO) {
    [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...]

Completed in 287 milliseconds