Home
last modified time | relevance | path

Searched refs:PT_GNU_RELRO (Results 1 – 25 of 29) sorted by relevance

12

/third_party/elfutils/libebl/
Deblsegmenttypename.c66 else if (segment == PT_GNU_RELRO) in ebl_segment_type_name()
DChangeLog1310 PT_GNU_RELRO.
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs40 pub(super) const PT_GNU_RELRO: u32 = 0x6474_e552; constant
Dvdso.rs119 } else if phdr.p_type == PT_INTERP || phdr.p_type == PT_GNU_RELRO { in init_from_sysinfo_ehdr()
/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/rust/crates/libc/libc-test/semver/
Dfuchsia.txt745 PT_GNU_RELRO
Dlinux.txt1858 PT_GNU_RELRO
Dandroid.txt1811 PT_GNU_RELRO
/third_party/elfio/elfio/
Delfio_dump.hpp422 { PT_GNU_RELRO, "GNU_RELRO" },
Delf_types.hpp971 constexpr Elf_Word PT_GNU_RELRO = 0X6474E552; // Read only after relocs variable
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c667 } else if (ph->p_type == PT_GNU_RELRO) { in map_library()
1395 } else if (ph->p_type == PT_GNU_RELRO) { in kernel_mapped_dso()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c667 } else if (ph->p_type == PT_GNU_RELRO) { in map_library()
1394 } else if (ph->p_type == PT_GNU_RELRO) { in kernel_mapped_dso()
/third_party/musl/ldso/
Ddynlink.c671 } else if (ph->p_type == PT_GNU_RELRO) { in map_library()
1421 } else if (ph->p_type == PT_GNU_RELRO) {
/third_party/musl/porting/linux/user/include/
Delf.h606 #define PT_GNU_RELRO 0x6474e552 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h605 #define PT_GNU_RELRO 0x6474e552 macro
/third_party/musl/include/
Delf.h610 #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/porting/liteos_m_iccarm/kernel/include/
Delf.h605 #define PT_GNU_RELRO 0x6474e552 macro
/third_party/elfutils/libelf/
Delf.h729 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */ macro
/third_party/musl/ldso/linux/
Ddynlink.c1470 } else if (ph->p_type == PT_GNU_RELRO) { in map_library()
2517 } else if (ph->p_type == PT_GNU_RELRO) { in kernel_mapped_dso()
4850 if (ph->p_type == PT_GNU_RELRO) { in task_map_library()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1470 } else if (ph->p_type == PT_GNU_RELRO) { in map_library()
2517 } else if (ph->p_type == PT_GNU_RELRO) { in kernel_mapped_dso()
4854 if (ph->p_type == PT_GNU_RELRO) { in task_map_library()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp56 ECase(PT_GNU_RELRO); in enumeration()
/third_party/elfutils/src/
Delflint.c4520 && phdr->p_type != PT_GNU_STACK && phdr->p_type != PT_GNU_RELRO in check_program_header()
4574 else if (phdr->p_type == PT_GNU_RELRO) in check_program_header()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2119 pub const PT_GNU_RELRO: u32 = 0x6474e552; constant

12