Home
last modified time | relevance | path

Searched refs:PF_W (Results 1 - 25 of 28) sorted by relevance

12

/third_party/elfutils/tests/
H A Ddwfl-report-segment-contiguous.c66 .p_flags = PF_R | PF_W, in main()
H A Dshowptable.c115 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); in main()
H A Dalldts.c238 phdr[1].p_flags = PF_W | PF_R; in main()
/third_party/elfio/examples/writer/
H A Dwriter.cpp105 data_seg->set_flags( PF_W | PF_R ); in main()
/third_party/elfio/tests/
H A DELFIOTest.cpp248 PF_R + PF_W, 4 ); in TEST()
251 checkSegment( seg, 0x6474E551, 0x0, 0x0, 0x0, 0x0, PF_R + PF_W, 4 ); in TEST()
363 checkSegment( seg, 0x6474E551, 0x0, 0x0, 0x0, 0x0, PF_R + PF_W, 8 ); in TEST()
655 checkSegment( seg, 0x6474E551, 0x0, 0x0, 0x0, 0x0, PF_R + PF_W, 0x4 ); in TEST()
H A DELFIOTest1.cpp192 data_seg->set_flags( PF_W | PF_R ); in write_exe_i386()
/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()
683 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
699 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
772 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
774 if ((ph->p_flags & PF_R) && (ph->p_flags & PF_X) && (!(ph->p_flags & PF_W))) { in map_library()
792 if (ph->p_memsz > ph->p_filesz && (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()
683 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
699 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
772 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
774 if ((ph->p_flags & PF_R) && (ph->p_flags & PF_X) && (!(ph->p_flags & PF_W))) { in map_library()
792 if (ph->p_memsz > ph->p_filesz && (ph->p_flags&PF_W)) { in map_library()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs94 if phdr.p_flags & PF_W != 0 { in init_from_sysinfo_ehdr()
/third_party/musl/ldso/
H A Ddynlink.c622 if ((ph->p_flags&(PF_R|PF_W))!=(PF_R|PF_W)) continue; in reclaim_gaps()
750 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
766 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
839 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
842 if ((ph->p_flags & PF_R) && (ph->p_flags & PF_X) && (!(ph->p_flags & PF_W))) { in map_library()
861 if (ph->p_memsz > ph->p_filesz && (ph->p_flags&PF_W)) { in map_library()
/third_party/elfutils/src/
H A Delflint.c1316 newp->read_only = (phdr->p_flags & PF_W) == 0; in check_reloc_shdr()
4138 segment_flags[pcnt] |= PF_W; in check_sections()
4140 && (phdr->p_flags & PF_W) == 0) in check_sections()
4254 if ((phdr->p_flags & PF_W) != 0 in check_sections()
4255 && (segment_flags[pcnt] & PF_W) == 0) in check_sections()
4597 if ((phdr2->p_flags & PF_W) == 0) in check_program_header()
4607 if ((phdr2->p_flags & ~PF_W) in check_program_header()
4608 != (phdr->p_flags & ~PF_W)) in check_program_header()
4711 if ((phdr->p_flags & PF_W) != 0) in check_program_header()
H A Dfindtextrel.c331 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()
H A Dsize.c618 (phdr->p_flags & PF_W) == 0 ? '-' : 'w', in show_segments()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp659 #define PF_W 2 // Write macro
/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()
1486 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
1502 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
1629 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
1637 if (ph->p_memsz > ph->p_filesz && (ph->p_flags&PF_W)) { in map_library()
4876 ((ph->p_flags & PF_W) ? PROT_WRITE : 0) | in task_map_library()
4899 ((ph->p_flags & PF_W) ? PROT_WRITE : 0) | in task_map_library()
5041 ((ph->p_flags & PF_W) ? PROT_WRITE : 0) | in task_map_library()
5055 if (ph->p_memsz > ph->p_filesz && (ph->p_flags & PF_W)) { in task_map_library()
[all...]
/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()
1638 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
1654 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
1804 ((ph->p_flags&PF_W) ? PROT_WRITE: 0) | in map_library()
1818 if (ph->p_memsz > ph->p_filesz && (ph->p_flags&PF_W)) { in map_library()
5246 ((ph->p_flags & PF_W) ? PROT_WRITE : 0) | in task_map_library()
5269 ((ph->p_flags & PF_W) ? PROT_WRITE : 0) | in task_map_library()
5431 ((ph->p_flags & PF_W) ? PROT_WRITE : 0) | in task_map_library()
5445 if (ph->p_memsz > ph->p_filesz && (ph->p_flags & PF_W)) { in task_map_library()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1063 PF_W = 2, // Write
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1226 PF_W = 2, // Write
/third_party/elfio/elfio/
H A Delf_types.hpp987 constexpr Elf_Word PF_W = 2; // Write member
/third_party/musl/porting/linux/user/include/
H A Delf.h623 #define PF_W (1 << 1) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h619 #define PF_W (1 << 1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h619 #define PF_W (1 << 1) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h619 #define PF_W (1 << 1) macro
/third_party/musl/include/
H A Delf.h635 #define PF_W (1 << 1) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp510 BCase(PF_W); in bitset()

Completed in 104 milliseconds

12