Home
last modified time | relevance | path

Searched refs:PF_X (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddefstd.cc160 elfcpp::PF_X, // segment_flags_set
174 elfcpp::PF_X, // segment_flags_set
188 elfcpp::PF_X, // segment_flags_set
Dlayout.cc1632 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()
Doutput.cc4407 if (target->isolate_execinstr() && (this->flags() & elfcpp::PF_X) != 0) in set_section_addresses()
DChangeLog3630 if target->isolate_execinstr(), reject PF_X segments.
7645 sections with different PF_X flags in the same segment.
/toolchain/binutils/binutils-2.25/bfd/
Delf-nacl.c33 return (seg->p_flags & PF_X) != 0; in segment_executable()
Delf.c1226 (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()
Delf64-hppa.c2703 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()
Delflink.c5569 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()
Delf64-ia64-vms.c4546 if (i_phdr->p_flags & PF_X) in elf64_vms_object_p()
Delf32-ppc.c2465 n->p_flags = PF_X | PF_R; in ppc_elf_modify_segment_map()
DChangeLog-91931994 * elfcode.h (map_program_segments): Set the PF_X bit for data
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h440 #define PF_X (1 << 0) /* Segment is executable */ macro
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h510 PF_X = 0x1,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c4390 (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()