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

1 2

  /development/ndk/platforms/android-21/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
elf.h 70 #define PT_GNU_RELRO 0x6474e552
  /bionic/libc/bionic/
libc_init_static.cpp 60 if (phdr->p_type != PT_GNU_RELRO) {
  /external/elfutils/libebl/
eblsegmenttypename.c 66 else if (segment == PT_GNU_RELRO)
  /bionic/libc/include/
elf.h 179 #define PT_GNU_RELRO 0x6474e552
  /toolchain/binutils/binutils-2.25/include/elf/
internal.h 309 ((/* Only PT_LOAD, PT_GNU_RELRO and PT_TLS segments can contain \
313 || (segment)->p_type == PT_GNU_RELRO \
common.h 436 #define PT_GNU_RELRO (PT_LOOS + 0x474e552) /* Read-only after relocation */
    [all...]
  /bionic/linker/
linker_phdr.cpp 642 if (phdr->p_type != PT_GNU_RELRO) {
655 // correctly if the PT_GNU_RELRO segment starts on a page
660 // linker must only emit a PT_GNU_RELRO segment if it ensures
677 * specified by one or more PT_GNU_RELRO segments. This must be always
717 if (phdr->p_type != PT_GNU_RELRO) {
779 if (phdr->p_type != PT_GNU_RELRO) {
    [all...]

Completed in 3096 milliseconds

1 2