Home
last modified time | relevance | path

Searched refs:PF_R (Results 1 - 25 of 33) sorted by relevance

12

/third_party/elfutils/tests/
H A Ddwfl-report-segment-contiguous.c49 .p_flags = PF_R, in main()
66 .p_flags = PF_R | PF_W, in main()
H A Dvendorelf.c103 phdr.p_flags = PF_R; in check_elf()
168 || phdr.p_flags != PF_R in check_elf()
H A Dalldts.c233 phdr[0].p_flags = PF_R | PF_X; in main()
238 phdr[1].p_flags = PF_W | PF_R; in main()
H A Dupdate2.c115 phdr[0].p_flags = PF_R | PF_X; in main()
H A Dshowptable.c116 putc_unlocked ((phdr->p_flags & PF_R) ? 'R' : ' ', stdout); in main()
H A Dupdate3.c164 phdr[0].p_flags = PF_R | PF_X; in main()
H A Dupdate4.c316 phdr[0].p_flags = PF_R | PF_X; in main()
/third_party/elfio/examples/writer/
H A Dwriter.cpp82 text_seg->set_flags( PF_X | PF_R ); in main()
105 data_seg->set_flags( PF_W | PF_R ); in main()
/third_party/elfio/tests/
H A DELFIOTest.cpp244 PF_R + PF_X, 4 ); in TEST()
248 PF_R + PF_W, 4 ); in TEST()
251 checkSegment( seg, 0x6474E551, 0x0, 0x0, 0x0, 0x0, PF_R + PF_W, 4 ); in TEST()
355 0x00000000000001c0, 0x00000000000001c0, PF_R + PF_X, 8 ); in TEST()
359 0x000000000000066c, 0x000000000000066c, PF_R + PF_X, in TEST()
363 checkSegment( seg, 0x6474E551, 0x0, 0x0, 0x0, 0x0, PF_R + PF_W, 8 ); in TEST()
648 PF_R + PF_X, 4 ); in TEST()
652 PF_R + PF_X, 0x10000 ); in TEST()
655 checkSegment( seg, 0x6474E551, 0x0, 0x0, 0x0, 0x0, PF_R + PF_W, 0x4 ); in TEST()
H A DELFIOTest1.cpp172 text_seg->set_flags( PF_X | PF_R ); in write_exe_i386()
192 data_seg->set_flags( PF_W | PF_R ); in write_exe_i386()
552 text_seg->set_flags( PF_X | PF_R ); in TEST()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs102 if phdr.p_flags & (PF_R | PF_X) != (PF_R | PF_X) { in init_from_sysinfo_ehdr()
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_create.c284 if (phdr->p_flags != (PF_X | PF_R)) in _UCD_add_backing_file_at_segment()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c555 if ((ph->p_flags&(PF_R|PF_W))!=(PF_R|PF_W)) continue; in reclaim_gaps()
682 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
698 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
771 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
774 if ((ph->p_flags & PF_R) && (ph->p_flags & PF_X) && (!(ph->p_flags & PF_W))) { in map_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c555 if ((ph->p_flags&(PF_R|PF_W))!=(PF_R|PF_W)) continue; in reclaim_gaps()
682 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
698 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
771 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
774 if ((ph->p_flags & PF_R) && (ph->p_flags & PF_X) && (!(ph->p_flags & PF_W))) { in map_library()
/third_party/musl/ldso/
H A Ddynlink.c622 if ((ph->p_flags&(PF_R|PF_W))!=(PF_R|PF_W)) continue; in reclaim_gaps()
749 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
765 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
838 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
842 if ((ph->p_flags & PF_R) && (ph->p_flags & PF_X) && (!(ph->p_flags & PF_W))) { in map_library()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp660 #define PF_R 4 // Read macro
/third_party/elfutils/src/
H A Dsize.c617 (phdr->p_flags & PF_R) == 0 ? '-' : 'r', in show_segments()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc291 info->dlpi_phdr[i].p_flags == (PF_R | PF_X)) { in FilterElfHeader()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1260 if ((ph->p_flags&(PF_R|PF_W))!=(PF_R|PF_W)) continue; in reclaim_gaps()
1485 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
1501 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
1628 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
4875 prot = (((ph->p_flags & PF_R) ? PROT_READ : 0) | in task_map_library()
4898 prot = (((ph->p_flags & PF_R) ? PROT_READ : 0) | in task_map_library()
5040 prot = (((ph->p_flags & PF_R) ? PROT_READ : 0) | in task_map_library()
/third_party/musl/ldso/linux/
H A Ddynlink.c1295 if ((ph->p_flags&(PF_R|PF_W))!=(PF_R|PF_W)) continue; in reclaim_gaps()
1637 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
1653 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
1803 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
5245 prot = (((ph->p_flags & PF_R) ? PROT_READ : 0) | in task_map_library()
5268 prot = (((ph->p_flags & PF_R) ? PROT_READ : 0) | in task_map_library()
5430 prot = (((ph->p_flags & PF_R) ? PROT_READ : 0) | in task_map_library()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1064 PF_R = 4, // Read
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1227 PF_R = 4, // Read
/third_party/elfio/elfio/
H A Delf_types.hpp988 constexpr Elf_Word PF_R = 4; // Read member
/third_party/musl/porting/linux/user/include/
H A Delf.h624 #define PF_R (1 << 2) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h620 #define PF_R (1 << 2) macro

Completed in 70 milliseconds

12