| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | 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
|
| D | layout.cc | 1682 ret |= elfcpp::PF_W; in section_flags_to_segment() 2012 && ((*p)->flags() & elfcpp::PF_W) != (seg_flags & elfcpp::PF_W)) in attach_allocated_section_to_segment() 2077 && (((*p)->flags() & elfcpp::PF_W) in attach_allocated_section_to_segment() 2078 == (seg_flags & elfcpp::PF_W))) in attach_allocated_section_to_segment() 2107 gold_assert(seg_flags == (elfcpp::PF_R | elfcpp::PF_W)); in attach_allocated_section_to_segment() 2573 || ((*p)->flags() & elfcpp::PF_W) == 0) in find_first_load_seg() 3427 int flags = elfcpp::PF_R | elfcpp::PF_W; in create_stack_segment() 3841 if ((flags1 & elfcpp::PF_W) != (flags2 & elfcpp::PF_W)) in segment_precedes() 3842 return (flags1 & elfcpp::PF_W) == 0; in segment_precedes() 3843 if ((flags1 & elfcpp::PF_W) != 0 in segment_precedes() [all …]
|
| /netbsd/src/sys/arch/zaurus/stand/zbsdmod/ |
| D | zbsdmod.c | 125 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0) in elf32bsdboot() 129 #define IS_DATA(p) (p.p_flags & PF_W) in elf32bsdboot() 239 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0) in elf32bsdboot() 254 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0) in elf32bsdboot()
|
| /netbsd/src/sys/arch/atari/stand/tostools/libtos/ |
| D | elf.c | 102 if ((phdrs[i].p_flags & (PF_W|PF_X)) && (sum > kernsize)) in elf_load() 152 if (php->p_flags & (PF_W|PF_X)) { in elf_load()
|
| D | exec_elf.h | 299 #define PF_W 0x2 /* Segment is writable */ macro
|
| /netbsd/src/sys/arch/ews4800mips/stand/common/ |
| D | bootxx.c | 207 (p[i].p_flags & (PF_W|PF_R|PF_X)) == 0) in load_elf() 222 (p[i].p_flags & (PF_W|PF_R|PF_X)) == 0) in load_elf()
|
| /netbsd/src/sys/arch/x68k/stand/aout2hux/ |
| D | aout2hux.c | 239 if (nphdr == 1 && (get_uint32(&phdr[0].p_flags) & PF_W)) { in open_elf() 328 if ((get_uint32(&phdr[d].p_flags) & PF_W) == 0 && in open_elf() 329 get_uint32(&phdr[t].p_flags) & PF_W) in open_elf() 345 if ((get_uint32(&phdr[d].p_flags) & PF_W) == 0) in open_elf()
|
| D | aout68k.h | 159 #define PF_W 2 macro
|
| /netbsd/src/libexec/ld.elf_so/ |
| D | map_object.c | 196 stack_flags = PF_R | PF_W; in _rtld_map_object() 545 if (elfflags & PF_W) in convert_prot() 563 if (!(elfflags & PF_W)) in convert_flags()
|
| /netbsd/src/usr.sbin/mdsetimage/ |
| D | exec_elf32.c | 110 #define IS_DATA(p) (p.p_flags & PF_W) in ELFNAMEEND()
|
| /netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| D | lsan_common_linux.cc | 86 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) || in ProcessGlobalRegionsCallback()
|
| /netbsd/src/sys/arch/epoc32/stand/e32boot/exe/ |
| D | netbsd.cpp | 105 (phdr[i].p_flags & (PF_W | PF_X)) == 0) in ParseHeader()
|
| /netbsd/src/external/bsd/elftosb/dist/common/ |
| D | ELF.h | 244 PF_W = 0x2, //!< Segment is writable. enumerator
|
| /netbsd/src/sys/kern/ |
| D | exec_elf.c | 362 vmprot |= (ph->p_flags & PF_W) ? VM_PROT_WRITE : 0; in elf_load_psection() 374 if ((ph->p_flags & PF_W) != 0) { in elf_load_psection()
|
| D | core_elf32.c | 363 phdr.p_flags |= PF_W; in ELFNAMEEND()
|
| /netbsd/src/tools/amiga-elf2bb/sys/ |
| D | exec_elf.h | 321 #define PF_W 0x2 /* Segment is writable */ macro
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | gcore.c | 385 p_flags |= PF_W; /* Segment is writable. */ in make_output_phdrs()
|
| /netbsd/src/external/gpl3/binutils/dist/include/elf/ |
| D | common.h | 509 #define PF_W (1 << 1) /* Segment is writable */ macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | common.h | 510 #define PF_W (1 << 1) /* Segment is writable */ macro
|
| /netbsd/src/usr.bin/elf2aout/ |
| D | elf2aout.c | 328 if (ph[i].p_flags & PF_W) { in main()
|
| /netbsd/src/sys/arch/epoc32/stand/e32boot/include/ |
| D | elf.h | 371 #define PF_W 0x2 /* Segment is writable */ macro
|
| /netbsd/src/tools/m68k-elf2aout/sys/ |
| D | exec_elf.h | 373 #define PF_W 0x2 /* Segment is writable */ macro
|
| /netbsd/src/sys/lib/libsa/ |
| D | loadfile_elf32.c | 722 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0) in ELFNAMEEND()
|
| /netbsd/src/sys/sys/ |
| D | exec_elf.h | 464 #define PF_W 0x2 /* Segment is writable */ macro
|
| /netbsd/src/usr.bin/elf2ecoff/ |
| D | elf2ecoff.c | 241 if (ph[i].p_flags & PF_W) { in main()
|