HomeSort by: relevance | last modified time | path
    Searched refs:PT_GNU_RELRO (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/include/elf/
internal.h 324 ((/* Only PT_LOAD, PT_GNU_RELRO and PT_TLS segments can contain \
328 || (segment)->p_type == PT_GNU_RELRO \
341 || (segment)->p_type == PT_GNU_RELRO \
common.h 491 #define PT_GNU_RELRO (PT_LOOS + 0x474e552) /* Read-only after relocation */
  /src/external/gpl3/binutils.old/dist/include/elf/
internal.h 324 ((/* Only PT_LOAD, PT_GNU_RELRO and PT_TLS segments can contain \
328 || (segment)->p_type == PT_GNU_RELRO \
341 || (segment)->p_type == PT_GNU_RELRO \
common.h 491 #define PT_GNU_RELRO (PT_LOOS + 0x474e552) /* Read-only after relocation */
  /src/external/gpl3/gdb.old/dist/include/elf/
internal.h 324 ((/* Only PT_LOAD, PT_GNU_RELRO and PT_TLS segments can contain \
328 || (segment)->p_type == PT_GNU_RELRO \
341 || (segment)->p_type == PT_GNU_RELRO \
common.h 491 #define PT_GNU_RELRO (PT_LOOS + 0x474e552) /* Read-only after relocation */
  /src/external/gpl3/gdb/dist/include/elf/
internal.h 324 ((/* Only PT_LOAD, PT_GNU_RELRO and PT_TLS segments can contain \
328 || (segment)->p_type == PT_GNU_RELRO \
341 || (segment)->p_type == PT_GNU_RELRO \
common.h 491 #define PT_GNU_RELRO (PT_LOOS + 0x474e552) /* Read-only after relocation */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 228 case ELF::PT_GNU_RELRO:
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 308 enum PT_GNU_RELRO = PT_LOOS + 0x474e552; /* Read-only after relocation */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 308 enum PT_GNU_RELRO = PT_LOOS + 0x474e552; /* Read-only after relocation */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 279 enum PT_GNU_RELRO = 0x6474e552;
  /src/libexec/ld.elf_so/
headers.c 596 case PT_GNU_RELRO:
601 "PT_GNU_RELRO", (void *)(uintptr_t)vaddr,
map_object.c 240 case PT_GNU_RELRO:
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 284 enum PT_GNU_RELRO = 0x6474e552;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 289 enum PT_GNU_RELRO = 0x6474e552;
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 360 #define PT_GNU_RELRO 0x6474e552 /* Make read-only after relocation */
  /src/sys/sys/
exec_elf.h 452 #define PT_GNU_RELRO 0x6474e552 /* Make read-only after relocation */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 362 #define PT_GNU_RELRO 0x6474e552 /* Make read-only after relocation */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 362 #define PT_GNU_RELRO 0x6474e552 /* Make read-only after relocation */
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1297 PT_GNU_RELRO = 0x6474e552, // Read-only after relocation.
  /src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.c 2774 /* Strip modifies the flags and alignment of PT_GNU_RELRO.
2778 if (phdr2[i].p_type == PT_GNU_RELRO
2911 /* Strip modifies the flags and alignment of PT_GNU_RELRO.
2915 if (phdr2[i].p_type == PT_GNU_RELRO
  /src/external/gpl3/gdb/dist/gdb/
solib-svr4.c 3077 /* Strip modifies the flags and alignment of PT_GNU_RELRO.
3081 if (phdr2[i].p_type == PT_GNU_RELRO
3214 /* Strip modifies the flags and alignment of PT_GNU_RELRO.
3218 if (phdr2[i].p_type == PT_GNU_RELRO
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 488 enum PT_GNU_RELRO = 0x6474e552;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp 67 ECase(PT_GNU_RELRO);

Completed in 165 milliseconds

1 2