Searched refs:PF_X (Results 1 – 14 of 14) sorted by relevance
160 elfcpp::PF_X, // segment_flags_set174 elfcpp::PF_X, // segment_flags_set188 elfcpp::PF_X, // segment_flags_set
1632 ret |= elfcpp::PF_X; in section_flags_to_segment()1950 && ((*p)->flags() & elfcpp::PF_X) != (seg_flags & elfcpp::PF_X)) in attach_allocated_section_to_segment()2272 || ((*p)->flags() & elfcpp::PF_X) == 0)) in find_first_load_seg()2795 && ((*p)->flags() & elfcpp::PF_X) != 0 in finalize()3093 flags |= elfcpp::PF_X; in create_executable_stack_info()3428 if ((flags1 & elfcpp::PF_X) != (flags2 & elfcpp::PF_X)) in segment_precedes()3429 return (flags1 & elfcpp::PF_X) != 0; in segment_precedes()3465 if ((flags & elfcpp::PF_X) == 0) in is_text_segment()3567 && ((*p)->flags() & (elfcpp::PF_W | elfcpp::PF_X)) == 0) in set_segment_offsets()
4407 if (target->isolate_execinstr() && (this->flags() & elfcpp::PF_X) != 0) in set_section_addresses()
3630 if target->isolate_execinstr(), reject PF_X segments.7645 sections with different PF_X flags in the same segment.
33 return (seg->p_flags & PF_X) != 0; in segment_executable()
1226 (p->p_flags & PF_X) != 0 ? 'x' : '-'); 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()2504 if (hdr->p_flags & PF_X) in _bfd_elf_make_section_from_phdr()2549 if (hdr->p_flags & PF_X) in _bfd_elf_make_section_from_phdr()3949 m->p_flags = PF_R | PF_X; in _bfd_elf_map_sections_to_segments()4906 p->p_flags |= PF_X; in assign_file_positions_for_load_sections()
2703 m->p_flags = PF_R | PF_X; in elf64_hppa_modify_segment_map()2727 m->p_flags |= (PF_X | PF_HP_CODE); in elf64_hppa_modify_segment_map()
5569 elf_stack_flags (output_bfd) = PF_R | PF_W | PF_X; in bfd_elf_size_dynamic_sections()5591 exec = PF_X; in bfd_elf_size_dynamic_sections()5595 exec = PF_X; in bfd_elf_size_dynamic_sections()
4546 if (i_phdr->p_flags & PF_X) in elf64_vms_object_p()
2465 n->p_flags = PF_X | PF_R; in ppc_elf_modify_segment_map()
1994 * elfcode.h (map_program_segments): Set the PF_X bit for data
440 #define PF_X (1 << 0) /* Segment is executable */ macro
510 PF_X = 0x1,
4390 (segment->p_flags & PF_X ? 'E' : ' ')); in process_program_headers()4426 (segment->p_flags & PF_X ? 'E' : ' ')); in process_program_headers()4449 (segment->p_flags & PF_X ? 'E' : ' ')); in process_program_headers()