Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs40 pub(super) const PT_GNU_RELRO: u32 = 0x6474_e552; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1032 PT_GNU_RELRO = 0x6474e552, // Read-only after relocation. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1203 PT_GNU_RELRO = 0x6474e552, // Read-only after relocation. enumerator
/third_party/elfio/elfio/
Delf_types.hpp971 constexpr Elf_Word PT_GNU_RELRO = 0X6474E552; // Read only after relocs variable
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2119 pub const PT_GNU_RELRO: u32 = 0x6474e552; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1543 pub const PT_GNU_RELRO: u32 = 0x6474e552; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2678 pub const PT_GNU_RELRO: u32 = 0x6474e552; constant
/third_party/musl/ndk_musl_include/
Delf.h605 #define PT_GNU_RELRO 0x6474e552 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h605 #define PT_GNU_RELRO 0x6474e552 macro
/third_party/musl/include/
Delf.h605 #define PT_GNU_RELRO 0x6474e552 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h605 #define PT_GNU_RELRO 0x6474e552 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h605 #define PT_GNU_RELRO 0x6474e552 macro
/third_party/musl/porting/linux/user/include/
Delf.h606 #define PT_GNU_RELRO 0x6474e552 macro
/third_party/elfutils/libelf/
Delf.h729 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */ macro