/third_party/elfutils/libebl/ |
D | eblsegmenttypename.c | 66 else if (segment == PT_GNU_RELRO) in ebl_segment_type_name()
|
D | ChangeLog | 1310 PT_GNU_RELRO.
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 40 pub(super) const PT_GNU_RELRO: u32 = 0x6474_e552; constant
|
D | vdso.rs | 119 } 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/ |
D | ELF.h | 1032 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/ |
D | ELF.h | 1203 PT_GNU_RELRO = 0x6474e552, // Read-only after relocation. enumerator
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 745 PT_GNU_RELRO
|
D | linux.txt | 1858 PT_GNU_RELRO
|
D | android.txt | 1811 PT_GNU_RELRO
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 422 { PT_GNU_RELRO, "GNU_RELRO" },
|
D | elf_types.hpp | 971 constexpr Elf_Word PT_GNU_RELRO = 0X6474E552; // Read only after relocs variable
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 667 } 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/ |
D | dynlink.c | 667 } 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/ |
D | dynlink.c | 671 } 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/ |
D | elf.h | 606 #define PT_GNU_RELRO 0x6474e552 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 605 #define PT_GNU_RELRO 0x6474e552 macro
|
/third_party/musl/include/ |
D | elf.h | 610 #define PT_GNU_RELRO 0x6474e552 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 605 #define PT_GNU_RELRO 0x6474e552 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 605 #define PT_GNU_RELRO 0x6474e552 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 729 #define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */ macro
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 1470 } 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/ |
D | dynlink.c | 1470 } 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/ |
D | ELFYAML.cpp | 56 ECase(PT_GNU_RELRO); in enumeration()
|
/third_party/elfutils/src/ |
D | elflint.c | 4520 && 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/ |
D | mod.rs | 2119 pub const PT_GNU_RELRO: u32 = 0x6474e552; constant
|