Searched refs:PF_W (Results 1 – 17 of 17) sorted by relevance
/toolchain/binutils/binutils-2.25/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 | 1630 ret |= elfcpp::PF_W; in section_flags_to_segment() 1947 && ((*p)->flags() & elfcpp::PF_W) != (seg_flags & elfcpp::PF_W)) in attach_allocated_section_to_segment() 2009 && (((*p)->flags() & elfcpp::PF_W) in attach_allocated_section_to_segment() 2010 == (seg_flags & elfcpp::PF_W))) in attach_allocated_section_to_segment() 2038 gold_assert(seg_flags == (elfcpp::PF_R | elfcpp::PF_W)); in attach_allocated_section_to_segment() 2270 || ((*p)->flags() & elfcpp::PF_W) == 0) in find_first_load_seg() 2803 && ((*p)->flags() & elfcpp::PF_W) != 0 in finalize() 3091 int flags = elfcpp::PF_R | elfcpp::PF_W; in create_executable_stack_info() 3423 if ((flags1 & elfcpp::PF_W) != (flags2 & elfcpp::PF_W)) in segment_precedes() 3424 return (flags1 & elfcpp::PF_W) == 0; in segment_precedes() [all …]
|
D | i386.cc | 2652 elfcpp::PF_W, // segment_flags_set in do_finalize_sections() 2666 elfcpp::PF_W, // segment_flags_set in do_finalize_sections()
|
D | tilegx.cc | 4285 elfcpp::PF_W, // segment_flags_set in do_finalize_sections() 4299 elfcpp::PF_W, // segment_flags_set in do_finalize_sections()
|
D | x86_64.cc | 3243 elfcpp::PF_W, // segment_flags_set in do_finalize_sections() 3257 elfcpp::PF_W, // segment_flags_set in do_finalize_sections()
|
D | sparc.cc | 3131 elfcpp::PF_W, // segment_flags_set in do_finalize_sections() 3145 elfcpp::PF_W, // segment_flags_set in do_finalize_sections()
|
D | aarch64.cc | 6770 elfcpp::PF_W, // segment_flags_set in do_finalize_sections() 6784 elfcpp::PF_W, // segment_flags_set in do_finalize_sections()
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | common.h | 441 #define PF_W (1 << 1) /* Segment is writable */ macro
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 1225 (p->p_flags & PF_W) != 0 ? 'w' : '-', in _bfd_elf_print_private_bfd_data() 1227 if ((p->p_flags &~ (unsigned) (PF_R | PF_W | PF_X)) != 0) in _bfd_elf_print_private_bfd_data() 1228 fprintf (f, " %lx", p->p_flags &~ (unsigned) (PF_R | PF_W | PF_X)); in _bfd_elf_print_private_bfd_data() 2511 if (!(hdr->p_flags & PF_W)) in _bfd_elf_make_section_from_phdr() 2552 if (!(hdr->p_flags & PF_W)) in _bfd_elf_make_section_from_phdr() 4908 p->p_flags |= PF_W; in assign_file_positions_for_load_sections() 5152 p->p_flags = (lp->p_flags & ~PF_W); in assign_file_positions_for_non_load_sections()
|
D | elf32-lm32.c | 802 return ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W); in _lm32fdpic_osec_readonly_p()
|
D | elflink.c | 5569 elf_stack_flags (output_bfd) = PF_R | PF_W | PF_X; in bfd_elf_size_dynamic_sections() 5571 elf_stack_flags (output_bfd) = PF_R | PF_W; in bfd_elf_size_dynamic_sections() 5598 elf_stack_flags (output_bfd) = PF_R | PF_W | exec; in bfd_elf_size_dynamic_sections()
|
D | elf32-bfin.c | 2152 return ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W); in _bfinfdpic_osec_readonly_p()
|
D | elf64-ia64-vms.c | 4554 else if ((i_phdr->p_flags & (PF_R | PF_W)) == PF_R) in elf64_vms_object_p()
|
D | elf32-frv.c | 1306 return ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W); in _frvfdpic_osec_readonly_p()
|
D | elf32-sh.c | 3699 && ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W)); in sh_elf_osec_readonly_p()
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp.h | 511 PF_W = 0x2,
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 4389 (segment->p_flags & PF_W ? 'W' : ' '), in process_program_headers() 4425 (segment->p_flags & PF_W ? 'W' : ' '), in process_program_headers() 4448 (segment->p_flags & PF_W ? 'W' : ' '), in process_program_headers()
|