/third_party/elfutils/tests/ |
H A D | dwfl-report-segment-contiguous.c | 66 .p_flags = PF_R | PF_W, in main()
|
H A D | showptable.c | 115 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); in main()
|
H A D | alldts.c | 238 phdr[1].p_flags = PF_W | PF_R; in main()
|
/third_party/elfio/examples/writer/ |
H A D | writer.cpp | 105 data_seg->set_flags( PF_W | PF_R ); in main()
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 248 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 D | ELFIOTest1.cpp | 192 data_seg->set_flags( PF_W | PF_R ); in write_exe_i386()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 555 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 D | dynlink.c | 555 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 D | vdso.rs | 94 if phdr.p_flags & PF_W != 0 { in init_from_sysinfo_ehdr()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 622 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 D | elflint.c | 1316 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 D | findtextrel.c | 331 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()
|
H A D | size.c | 618 (phdr->p_flags & PF_W) == 0 ? '-' : 'w', in show_segments()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 659 #define PF_W 2 // Write macro
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1260 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 D | dynlink.c | 1295 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 D | ELF.h | 1063 PF_W = 2, // Write
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1226 PF_W = 2, // Write
|
/third_party/elfio/elfio/ |
H A D | elf_types.hpp | 987 constexpr Elf_Word PF_W = 2; // Write member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 623 #define PF_W (1 << 1) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 619 #define PF_W (1 << 1) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 619 #define PF_W (1 << 1) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 619 #define PF_W (1 << 1) macro
|
/third_party/musl/include/ |
H A D | elf.h | 635 #define PF_W (1 << 1) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 510 BCase(PF_W); in bitset()
|