Home
last modified time | relevance | path

Searched refs:PF_W (Results 1 – 25 of 51) sorted by relevance

123

/netbsd/src/external/gpl3/binutils/dist/gold/
Ddefstd.cc161 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
Dlayout.cc1682 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/
Dzbsdmod.c125 (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/
Delf.c102 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()
Dexec_elf.h299 #define PF_W 0x2 /* Segment is writable */ macro
/netbsd/src/sys/arch/ews4800mips/stand/common/
Dbootxx.c207 (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/
Daout2hux.c239 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()
Daout68k.h159 #define PF_W 2 macro
/netbsd/src/libexec/ld.elf_so/
Dmap_object.c196 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/
Dexec_elf32.c110 #define IS_DATA(p) (p.p_flags & PF_W) in ELFNAMEEND()
/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
Dlsan_common_linux.cc86 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) || in ProcessGlobalRegionsCallback()
/netbsd/src/sys/arch/epoc32/stand/e32boot/exe/
Dnetbsd.cpp105 (phdr[i].p_flags & (PF_W | PF_X)) == 0) in ParseHeader()
/netbsd/src/external/bsd/elftosb/dist/common/
DELF.h244 PF_W = 0x2, //!< Segment is writable. enumerator
/netbsd/src/sys/kern/
Dexec_elf.c362 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()
Dcore_elf32.c363 phdr.p_flags |= PF_W; in ELFNAMEEND()
/netbsd/src/tools/amiga-elf2bb/sys/
Dexec_elf.h321 #define PF_W 0x2 /* Segment is writable */ macro
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgcore.c385 p_flags |= PF_W; /* Segment is writable. */ in make_output_phdrs()
/netbsd/src/external/gpl3/binutils/dist/include/elf/
Dcommon.h509 #define PF_W (1 << 1) /* Segment is writable */ macro
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Dcommon.h510 #define PF_W (1 << 1) /* Segment is writable */ macro
/netbsd/src/usr.bin/elf2aout/
Delf2aout.c328 if (ph[i].p_flags & PF_W) { in main()
/netbsd/src/sys/arch/epoc32/stand/e32boot/include/
Delf.h371 #define PF_W 0x2 /* Segment is writable */ macro
/netbsd/src/tools/m68k-elf2aout/sys/
Dexec_elf.h373 #define PF_W 0x2 /* Segment is writable */ macro
/netbsd/src/sys/lib/libsa/
Dloadfile_elf32.c722 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0) in ELFNAMEEND()
/netbsd/src/sys/sys/
Dexec_elf.h464 #define PF_W 0x2 /* Segment is writable */ macro
/netbsd/src/usr.bin/elf2ecoff/
Delf2ecoff.c241 if (ph[i].p_flags & PF_W) { in main()

123