Home
last modified time | relevance | path

Searched refs:PF_R (Results 1 – 24 of 24) sorted by relevance

/third_party/elfio/examples/writer/
Dwriter.cpp82 text_seg->set_flags( PF_X | PF_R ); in main()
106 data_seg->set_flags( PF_W | PF_R ); in main()
/third_party/elfio/tests/
DELFIOTest.cpp236 PF_R + PF_X, 4 ); in BOOST_AUTO_TEST_CASE()
240 PF_R + PF_W, 4 ); in BOOST_AUTO_TEST_CASE()
243 checkSegment( seg, 0x6474E551, 0x0, 0x0, 0x0, 0x0, PF_R + PF_W, 4 ); in BOOST_AUTO_TEST_CASE()
341 0x00000000000001c0, 0x00000000000001c0, PF_R + PF_X, 8 ); in BOOST_AUTO_TEST_CASE()
345 0x000000000000066c, 0x000000000000066c, PF_R + PF_X, in BOOST_AUTO_TEST_CASE()
349 checkSegment( seg, 0x6474E551, 0x0, 0x0, 0x0, 0x0, PF_R + PF_W, 8 ); in BOOST_AUTO_TEST_CASE()
633 PF_R + PF_X, 4 ); in BOOST_AUTO_TEST_CASE()
637 PF_R + PF_X, 0x10000 ); in BOOST_AUTO_TEST_CASE()
640 checkSegment( seg, 0x6474E551, 0x0, 0x0, 0x0, 0x0, PF_R + PF_W, 0x4 ); in BOOST_AUTO_TEST_CASE()
DELFIOTest1.cpp175 text_seg->set_flags( PF_X | PF_R ); in write_exe_i386()
196 data_seg->set_flags( PF_W | PF_R ); in write_exe_i386()
556 text_seg->set_flags( PF_X | PF_R ); in BOOST_AUTO_TEST_CASE()
/third_party/libunwind/src/coredump/
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/
Ddynlink.c553 if ((ph->p_flags&(PF_R|PF_W))!=(PF_R|PF_W)) continue; in reclaim_gaps()
665 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
681 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
754 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
757 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/
Ddynlink.c553 if ((ph->p_flags&(PF_R|PF_W))!=(PF_R|PF_W)) continue; in reclaim_gaps()
665 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
681 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
754 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
757 if ((ph->p_flags & PF_R) && (ph->p_flags & PF_X) && (!(ph->p_flags & PF_W))) { in map_library()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h274 #define PF_R 0x4 /* Readable. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h274 #define PF_R 0x4 /* Readable. */ macro
/third_party/abseil-cpp/absl/debugging/
Dsymbolize_test.cc277 info->dlpi_phdr[i].p_flags == (PF_R | PF_X)) { in FilterElfHeader()
Dsymbolize_elf.inc1293 constexpr int rx = PF_X | PF_R;
/third_party/musl/ldso/
Ddynlink.c555 if ((ph->p_flags&(PF_R|PF_W))!=(PF_R|PF_W)) continue; in reclaim_gaps()
667 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
683 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
756 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_test.cc291 info->dlpi_phdr[i].p_flags == (PF_R | PF_X)) { in FilterElfHeader()
Dsymbolize_elf.inc1303 constexpr int rx = PF_X | PF_R;
/third_party/elfio/elfio/
Delf_types.hpp660 #define PF_R 4 // Read macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1064 PF_R = 4, // Read enumerator
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1190 if ((ph->p_flags&(PF_R|PF_W))!=(PF_R|PF_W)) continue; in reclaim_gaps()
1350 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
1366 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
1458 prot = (((ph->p_flags&PF_R) ? PROT_READ : 0) | in map_library()
4351 prot = (((ph->p_flags & PF_R) ? PROT_READ : 0) | in task_map_library()
4373 prot = (((ph->p_flags & PF_R) ? PROT_READ : 0) | in task_map_library()
4467 prot = (((ph->p_flags & PF_R) ? PROT_READ : 0) | in task_map_library()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1227 PF_R = 4, // Read enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h620 #define PF_R (1 << 2) macro
/third_party/musl/porting/linux/user/include/
Delf.h622 #define PF_R (1 << 2) macro
/third_party/musl/ndk_musl_include/
Delf.h620 #define PF_R (1 << 2) macro
/third_party/musl/include/
Delf.h620 #define PF_R (1 << 2) macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h620 #define PF_R (1 << 2) macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h620 #define PF_R (1 << 2) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp511 BCase(PF_R); in bitset()