Home
last modified time | relevance | path

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

1234

/netbsd/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/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/sys/arch/x68k/stand/aout2hux/
H A Daout68k.h158 #define PF_R 4 macro
/netbsd/external/bsd/elftosb/dist/common/
H A DELF.h245 PF_R = 0x4 //!< Segment is readable. enumerator
/netbsd/sys/kern/
H A Dcore_elf32.c246 ws.psections->p_flags = PF_R; in ELFNAMEEND()
361 phdr.p_flags |= PF_R; in ELFNAMEEND()
/netbsd/libexec/ld.elf_so/
H A Dmap_object.c196 stack_flags = PF_R | PF_W; in _rtld_map_object()
540 if (elfflags & PF_R) in convert_prot()
/netbsd/external/gpl3/gdb/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()
2100 gold_assert(seg_flags == (elfcpp::PF_R | elfcpp::PF_W)); in attach_allocated_section_to_segment()
2563 && ((*p)->flags() & elfcpp::PF_R) != 0 in find_first_load_seg()
2579 elfcpp::PF_R); in find_first_load_seg()
3395 int flags = elfcpp::PF_R | elfcpp::PF_W; in create_stack_segment()
3765 if ((flags1 & elfcpp::PF_R) != (flags2 & elfcpp::PF_R)) in segment_precedes()
3766 return (flags1 & elfcpp::PF_R) == 0; in segment_precedes()
5158 (elfcpp::PF_R in finish_dynamic_section()
[all …]
/netbsd/external/gpl3/binutils/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()
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()
5172 (elfcpp::PF_R in finish_dynamic_section()
[all …]
/netbsd/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()
2100 gold_assert(seg_flags == (elfcpp::PF_R | elfcpp::PF_W)); in attach_allocated_section_to_segment()
2562 && ((*p)->flags() & elfcpp::PF_R) != 0 in find_first_load_seg()
2578 elfcpp::PF_R); in find_first_load_seg()
3392 int flags = elfcpp::PF_R | elfcpp::PF_W; in create_stack_segment()
3762 if ((flags1 & elfcpp::PF_R) != (flags2 & elfcpp::PF_R)) in segment_precedes()
3763 return (flags1 & elfcpp::PF_R) == 0; in segment_precedes()
5155 (elfcpp::PF_R in finish_dynamic_section()
[all …]
/netbsd/external/gpl3/gdb.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()
2100 gold_assert(seg_flags == (elfcpp::PF_R | elfcpp::PF_W)); in attach_allocated_section_to_segment()
2563 && ((*p)->flags() & elfcpp::PF_R) != 0 in find_first_load_seg()
2579 elfcpp::PF_R); in find_first_load_seg()
3395 int flags = elfcpp::PF_R | elfcpp::PF_W; in create_stack_segment()
3765 if ((flags1 & elfcpp::PF_R) != (flags2 & elfcpp::PF_R)) in segment_precedes()
3766 return (flags1 & elfcpp::PF_R) == 0; in segment_precedes()
5158 (elfcpp::PF_R in finish_dynamic_section()
[all …]
/netbsd/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h298 #define PF_R 0x4 /* Segment is readable */ macro
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dgcore.c380 p_flags |= PF_R; /* Segment is readable. */ in make_output_phdrs()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dgcore.c380 p_flags |= PF_R; /* Segment is readable. */ in make_output_phdrs()
/netbsd/tools/amiga-elf2bb/sys/
H A Dexec_elf.h320 #define PF_R 0x4 /* Segment is readable */ macro
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp274 << ((Phdr.p_flags & ELF::PF_R) ? "r" : "-") in printProgramHeaders()
/netbsd/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h483 #define PF_R (1 << 2) /* Segment is readable */ macro
/netbsd/external/gpl3/binutils/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/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h489 #define PF_R (1 << 2) /* Segment is readable */ macro
/netbsd/external/gpl3/gdb.old/dist/include/elf/
H A Dcommon.h489 #define PF_R (1 << 2) /* Segment is readable */ macro
/netbsd/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h507 #define PF_R (1 << 2) /* Segment is readable */ macro
/netbsd/external/gpl3/binutils/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()
4768 m->p_flags = PF_R; in _bfd_elf_map_sections_to_segments()
5090 m->p_flags = PF_R; in _bfd_elf_map_sections_to_segments()
5131 unsigned long p_flags = PF_R; in _bfd_elf_map_sections_to_segments()
5166 m->p_flags = PF_R; in _bfd_elf_map_sections_to_segments()
5746 p->p_flags |= PF_R; in assign_file_positions_for_load_sections()
5781 p->p_flags |= PF_R; in assign_file_positions_for_load_sections()
5992 p->p_flags |= PF_R; in assign_file_positions_for_load_sections()
6318 p->p_flags = PF_R; in assign_file_positions_for_non_load_sections()
[all …]
/netbsd/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h370 #define PF_R 0x4 /* Segment is readable */ macro
/netbsd/tools/arm-elf2aout/sys/
H A Dexec_elf.h372 #define PF_R 0x4 /* Segment is readable */ macro
/netbsd/tools/m68k-elf2aout/sys/
H A Dexec_elf.h372 #define PF_R 0x4 /* Segment is readable */ macro
/netbsd/sys/lib/libsa/
H A Dloadfile_elf32.c722 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0) in ELFNAMEEND()

1234