/netbsd-src/sys/arch/zaurus/stand/zbsdmod/ |
H A D | zbsdmod.c | 125 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0) 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/ews4800mips/stand/common/ |
H A 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/ |
H A D | aout68k.h | 158 #define PF_R 4 macro
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | ELF.h | 245 PF_R = 0x4 //!< Segment is readable. enumerator
|
/netbsd-src/sys/kern/ |
H A D | core_elf32.c | 246 ws.psections->p_flags = PF_R; in ELFNAMEEND() 361 phdr.p_flags |= PF_R; in ELFNAMEEND()
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | map_object.c | 196 stack_flags = PF_R | PF_W; in _rtld_map_object() 542 if (elfflags & PF_R) in convert_prot()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | layout.cc | 1572 elfcpp::PF_R); in make_eh_frame_section() 1574 elfcpp::PF_R); in make_eh_frame_section() 1677 elfcpp::Elf_Word ret = elfcpp::PF_R; in section_flags_to_segment() 2104 gold_assert(seg_flags == (elfcpp::PF_R | elfcpp::PF_W)); in attach_allocated_section_to_segment() 2567 && ((*p)->flags() & elfcpp::PF_R) != 0 in find_first_load_seg() 2583 elfcpp::PF_R); in find_first_load_seg() 3008 phdr_seg = this->make_output_segment(elfcpp::PT_PHDR, elfcpp::PF_R); in finalize() 3404 int flags = elfcpp::PF_R | elfcpp::PF_W; in create_stack_segment() 3779 if ((flags1 & elfcpp::PF_R) != (flags2 & elfcpp::PF_R)) in segment_precedes() 3780 return (flags1 & elfcpp::PF_R) == 0; in segment_precedes() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | layout.cc | 1575 elfcpp::PF_R); in make_eh_frame_section() 1577 elfcpp::PF_R); in make_eh_frame_section() 1680 elfcpp::Elf_Word ret = elfcpp::PF_R; in section_flags_to_segment() 2107 gold_assert(seg_flags == (elfcpp::PF_R | elfcpp::PF_W)); in attach_allocated_section_to_segment() 2571 && ((*p)->flags() & elfcpp::PF_R) != 0 in find_first_load_seg() 2587 elfcpp::PF_R); in find_first_load_seg() 3012 phdr_seg = this->make_output_segment(elfcpp::PT_PHDR, elfcpp::PF_R); in finalize() 3427 int flags = elfcpp::PF_R | elfcpp::PF_W; in create_stack_segment() 3848 if ((flags1 & elfcpp::PF_R) != (flags2 & elfcpp::PF_R)) in segment_precedes() 3849 return (flags1 & elfcpp::PF_R) == 0; in segment_precedes() [all …]
|
/netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
H A D | exec_elf.h | 298 #define PF_R 0x4 /* Segment is readable */ macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/ |
H A D | elf_common.d | 312 enum PF_R = 0x4; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
H A D | elf_common.d | 312 enum PF_R = 0x4; variable
|
/netbsd-src/tools/amiga-elf2bb/sys/ |
H A D | exec_elf.h | 320 #define PF_R 0x4 /* Segment is readable */ macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/ |
H A D | elf_common.d | 302 enum PF_R = (1 << 2); variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
H A D | elf.d | 291 enum PF_R = 0x4; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
H A D | elf_common.d | 297 enum PF_R = (1 << 2); variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 274 << ((Phdr.p_flags & ELF::PF_R) ? "r" : "-") in printProgramHeaders()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Elf.cc | 478 if (phdr->p_type == PT_LOAD && phdr->p_flags == (PF_R | PF_X)) in get_baseAddr() 963 ADD_S (PF_R) in dump_p_flags()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Elf.cc | 491 if (phdr->p_type == PT_LOAD && phdr->p_flags == (PF_R | PF_X)) in get_baseAddr() 1057 ADD_S (PF_R) in dump_p_flags()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | common.h | 507 #define PF_R (1 << 2) /* Segment is readable */ macro
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | common.h | 510 #define PF_R (1 << 2) /* Segment is readable */ macro
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf.c | 1695 (p->p_flags & PF_R) != 0 ? 'r' : '-', in _bfd_elf_print_private_bfd_data() 1698 if ((p->p_flags &~ (unsigned) (PF_R | PF_W | PF_X)) != 0) in _bfd_elf_print_private_bfd_data() 1699 fprintf (f, " %lx", p->p_flags &~ (unsigned) (PF_R | PF_W | PF_X)); in _bfd_elf_print_private_bfd_data() 4768 m->p_flags = PF_R; in _bfd_elf_map_sections_to_segments() 5086 m->p_flags = PF_R; in _bfd_elf_map_sections_to_segments() 5127 unsigned long p_flags = PF_R; in _bfd_elf_map_sections_to_segments() 5162 m->p_flags = PF_R; in _bfd_elf_map_sections_to_segments() 5742 p->p_flags |= PF_R; in assign_file_positions_for_load_sections() 5777 p->p_flags |= PF_R; in assign_file_positions_for_load_sections() 5988 p->p_flags |= PF_R; in assign_file_positions_for_load_sections() [all …]
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
H A D | elf.h | 370 #define PF_R 0x4 /* Segment is readable */ macro
|
/netbsd-src/tools/arm-elf2aout/sys/ |
H A D | exec_elf.h | 372 #define PF_R 0x4 /* Segment is readable */ macro
|
/netbsd-src/tools/m68k-elf2aout/sys/ |
H A D | exec_elf.h | 372 #define PF_R 0x4 /* Segment is readable */ macro
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf.c | 1686 (p->p_flags & PF_R) != 0 ? 'r' : '-', in _bfd_elf_print_private_bfd_data() 1689 if ((p->p_flags &~ (unsigned) (PF_R | PF_W | PF_X)) != 0) in _bfd_elf_print_private_bfd_data() 1690 fprintf (f, " %lx", p->p_flags &~ (unsigned) (PF_R | PF_W | PF_X)); in _bfd_elf_print_private_bfd_data() 5306 m->p_flags = PF_R; in _bfd_elf_map_sections_to_segments() 5624 m->p_flags = PF_R; in _bfd_elf_map_sections_to_segments() 5665 unsigned long p_flags = PF_R; in _bfd_elf_map_sections_to_segments() 5700 m->p_flags = PF_R; in _bfd_elf_map_sections_to_segments() 6285 p->p_flags |= PF_R; in assign_file_positions_for_load_sections() 6320 p->p_flags |= PF_R; in assign_file_positions_for_load_sections() 6534 p->p_flags |= PF_R; in assign_file_positions_for_load_sections() [all …]
|