Home
last modified time | relevance | path

Searched defs:PT_GNU_RELRO (Results 1 – 12 of 12) sorted by relevance

/external/crosvm/kernel_loader/src/
Delf.rs79 pub const PT_GNU_RELRO: u32 = 1685382482; constant
/external/kernel-headers/original/uapi/linux/
Delf.h40 #define PT_GNU_RELRO (PT_LOOS + 0x474e552) macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1032 PT_GNU_RELRO = 0x6474e552, // Read-only after relocation. enumerator
/external/llvm/include/llvm/Support/
DELF.h1034 PT_GNU_RELRO = 0x6474e552, // Read-only after relocation. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1203 PT_GNU_RELRO = 0x6474e552, // Read-only after relocation. enumerator
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2119 pub const PT_GNU_RELRO: u32 = 0x6474e552; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2678 pub const PT_GNU_RELRO: u32 = 0x6474e552; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1543 pub const PT_GNU_RELRO: u32 = 0x6474e552; constant
/external/google-breakpad/src/third_party/musl/include/
Delf.h485 #define PT_GNU_RELRO 0x6474e552 macro
/external/kmod/port-gnu/
Delf.h611 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */ macro
/external/musl/include/
Delf.h606 #define PT_GNU_RELRO 0x6474e552 macro
/external/elfutils/libelf/
Delf.h729 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */ macro