HomeSort by relevance Sort by last modified time
    Searched refs:PF_W (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/gold/
defstd.cc 161 elfcpp::PF_W, // segment_flags_clear
175 elfcpp::PF_W, // segment_flags_clear
189 elfcpp::PF_W, // segment_flags_clear
202 elfcpp::PF_W, // segment_flags_set
216 elfcpp::PF_W, // segment_flags_set
230 elfcpp::PF_W, // segment_flags_set
244 elfcpp::PF_W, // segment_flags_set
258 elfcpp::PF_W, // segment_flags_set
layout.cc     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf_test.go 25 {PF_W + PF_R + 0x50, "PF_W+PF_R+0x50"},
file_test.go 70 {PT_LOAD, PF_R + PF_W, 0x5fc, 0x80495fc, 0x80495fc, 0xd8, 0xf8, 0x1000},
71 {PT_DYNAMIC, PF_R + PF_W, 0x60c, 0x804960c, 0x804960c, 0x98, 0x98, 0x4},
121 {PT_LOAD, PF_R + PF_W, 0x688, 0x600688, 0x600688, 0x210, 0x218, 0x200000},
122 {PT_DYNAMIC, PF_R + PF_W, 0x6b0, 0x6006b0, 0x6006b0, 0x1a0, 0x1a0, 0x8},
125 {PT_LOOS + 0x474E551, PF_R + PF_W, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8},
137 {Type: PT_LOAD, Flags: PF_W + PF_R, Off: 0x2000, Vaddr: 0x402000, Paddr: 0x0, Filesz: 0x1000, Memsz: 0x1000, Align: 0x1000},
141 {Type: PT_LOAD, Flags: PF_W + PF_R, Off: 0x7000, Vaddr: 0x7f5407c70000, Paddr: 0x0, Filesz: 0x2000, Memsz: 0x2000, Align: 0x1000},
142 {Type: PT_LOAD, Flags: PF_W + PF_R, Off: 0x9000, Vaddr: 0x7f5407c72000, Paddr: 0x0, Filesz: 0x5000, Memsz: 0x5000, Align: 0x1000},
144 {Type: PT_LOAD, Flags: PF_W + PF_R, Off: 0xe000, Vaddr: 0x7f5407e81000, Paddr: 0x0, Filesz: 0x3000, Memsz: 0x3000, Align: 0x1000},
145 {Type: PT_LOAD, Flags: PF_W + PF_R, Off: 0x11000, Vaddr: 0x7f5407e96000, Paddr: 0x0, Filesz: 0x3000, Memsz: 0x3000, Align: 0x1 (…)
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf_test.go 25 {PF_W + PF_R + 0x50, "PF_W+PF_R+0x50"},
file_test.go 70 {PT_LOAD, PF_R + PF_W, 0x5fc, 0x80495fc, 0x80495fc, 0xd8, 0xf8, 0x1000},
71 {PT_DYNAMIC, PF_R + PF_W, 0x60c, 0x804960c, 0x804960c, 0x98, 0x98, 0x4},
121 {PT_LOAD, PF_R + PF_W, 0x688, 0x600688, 0x600688, 0x210, 0x218, 0x200000},
122 {PT_DYNAMIC, PF_R + PF_W, 0x6b0, 0x6006b0, 0x6006b0, 0x1a0, 0x1a0, 0x8},
125 {PT_LOOS + 0x474E551, PF_R + PF_W, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8},
137 {Type: PT_LOAD, Flags: PF_W + PF_R, Off: 0x2000, Vaddr: 0x402000, Paddr: 0x0, Filesz: 0x1000, Memsz: 0x1000, Align: 0x1000},
141 {Type: PT_LOAD, Flags: PF_W + PF_R, Off: 0x7000, Vaddr: 0x7f5407c70000, Paddr: 0x0, Filesz: 0x2000, Memsz: 0x2000, Align: 0x1000},
142 {Type: PT_LOAD, Flags: PF_W + PF_R, Off: 0x9000, Vaddr: 0x7f5407c72000, Paddr: 0x0, Filesz: 0x5000, Memsz: 0x5000, Align: 0x1000},
144 {Type: PT_LOAD, Flags: PF_W + PF_R, Off: 0xe000, Vaddr: 0x7f5407e81000, Paddr: 0x0, Filesz: 0x3000, Memsz: 0x3000, Align: 0x1000},
145 {Type: PT_LOAD, Flags: PF_W + PF_R, Off: 0x11000, Vaddr: 0x7f5407e96000, Paddr: 0x0, Filesz: 0x3000, Memsz: 0x3000, Align: 0x1 (…)
    [all...]
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 64 << ((Phdr.p_flags & ELF::PF_W) ? "w" : "-")
  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 59 return (type() == llvm::ELF::PT_LOAD) && ((flag() & llvm::ELF::PF_W) != 0x0);
  /external/elfutils/tests/
showptable.c 115 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout);
alldts.c 236 phdr[1].p_flags = PF_W | PF_R;
  /external/valgrind/coregrind/m_ume/
elf.c 61 # define PT_SUNWDTRACE_PROTECTION (PF_R | PF_W | PF_X)
431 if (ph->p_flags & PF_W) prot |= VKI_PROT_WRITE;
629 if ((ph->p_flags & (PF_R | PF_W | PF_X)) != PT_SUNWDTRACE_PROTECTION) {
672 if ((iph->p_flags & (PF_R | PF_W | PF_X))
722 if ((ph->p_flags & PF_W) == 0) info->stack_prot &= ~VKI_PROT_WRITE;
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 65 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
  /external/syslinux/gpxe/src/include/
elf.h 107 #define PF_W 0x2 /* Writable. */
  /external/elfutils/src/
ldlex.l 261 return PF_W;
findtextrel.c 346 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0)
elflint.c     [all...]
  /external/syslinux/com32/include/sys/
elfcommon.h 189 #define PF_W 0x2
  /build/soong/cmd/extract_linker/
main.go 89 if prog.Flags&elf.PF_W != 0 {
  /bionic/libc/include/
elf.h 470 #define PF_W 0x2
  /bionic/libc/kernel/uapi/linux/
elf.h 203 #define PF_W 0x2
  /external/kernel-headers/original/uapi/linux/
elf.h 241 #define PF_W 0x2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 249 #define PF_W 0x2
  /bionic/linker/
linker_phdr.cpp 140 MAYBE_MAP_FLAG((x), PF_W, PROT_WRITE))
686 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) {
725 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 577 llvm::ELF::PT_LOAD, llvm::ELF::PF_X, llvm::ELF::PF_W);
605 elfSegmentTable().find(llvm::ELF::PT_LOAD, llvm::ELF::PF_W, 0x0);
    [all...]
  /art/compiler/linker/
elf_builder.h 555 bss_.phdr_flags_ = PF_R | PF_W;
557 dynamic_.phdr_flags_ = PF_R | PF_W;
    [all...]

Completed in 686 milliseconds

1 2 3 4