Home
last modified time | relevance | path

Searched refs:PF_R (Results 1 – 25 of 72) sorted by relevance

123

/netbsd-src/sys/arch/zaurus/stand/zbsdmod/
H A Dzbsdmod.c125 (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 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/
H A Daout68k.h158 #define PF_R 4 macro
/netbsd-src/external/bsd/elftosb/dist/common/
H A DELF.h245 PF_R = 0x4 //!< Segment is readable. enumerator
/netbsd-src/sys/kern/
H A Dcore_elf32.c246 ws.psections->p_flags = PF_R; in ELFNAMEEND()
361 phdr.p_flags |= PF_R; in ELFNAMEEND()
/netbsd-src/libexec/ld.elf_so/
H A Dmap_object.c196 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 Dlayout.cc1572 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 Dlayout.cc1575 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 Dexec_elf.h298 #define PF_R 0x4 /* Segment is readable */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf_common.d312 enum PF_R = 0x4; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf_common.d312 enum PF_R = 0x4; variable
/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h320 #define PF_R 0x4 /* Segment is readable */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf_common.d302 enum PF_R = (1 << 2); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d291 enum PF_R = 0x4; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d297 enum PF_R = (1 << 2); variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp274 << ((Phdr.p_flags & ELF::PF_R) ? "r" : "-") in printProgramHeaders()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DElf.cc478 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 DElf.cc491 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 Dcommon.h507 #define PF_R (1 << 2) /* Segment is readable */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h510 #define PF_R (1 << 2) /* Segment is readable */ macro
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf.c1695 (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 Delf.h370 #define PF_R 0x4 /* Segment is readable */ macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h372 #define PF_R 0x4 /* Segment is readable */ macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h372 #define PF_R 0x4 /* Segment is readable */ macro
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf.c1686 (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 …]

123