/toolchain/binutils/binutils-2.25/include/elf/ |
D | external.h | 95 unsigned char p_flags[4]; /* Segment flags */ member 101 unsigned char p_flags[4]; /* Segment flags */ member
|
D | internal.h | 88 unsigned long p_flags; /* Segment flags */ member 259 unsigned long p_flags; member
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-msp430.c | 487 int p_flags = 0; in msp430_profiler() local 529 p_flags |= MSP430_PROFILER_FLAG_FRAGMENT; in msp430_profiler() 532 p_flags |= MSP430_PROFILER_FLAG_JUMP; in msp430_profiler() 535 p_flags |= MSP430_PROFILER_FLAG_PROLSTART; in msp430_profiler() 538 p_flags |= MSP430_PROFILER_FLAG_PROLEND; in msp430_profiler() 541 p_flags |= MSP430_PROFILER_FLAG_EPISTART; in msp430_profiler() 544 p_flags |= MSP430_PROFILER_FLAG_EPIEND; in msp430_profiler() 547 p_flags |= MSP430_PROFILER_FLAG_ENTRY; in msp430_profiler() 550 p_flags |= MSP430_PROFILER_FLAG_EXIT; in msp430_profiler() 553 p_flags |= MSP430_PROFILER_FLAG_INITSECT; in msp430_profiler() [all …]
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp_internal.h | 98 Elf_Word p_flags; 106 Elf_Word p_flags;
|
D | elfcpp.h | 1317 { return Convert<32, big_endian>::convert_host(this->p_->p_flags); } 1363 { this->p_->p_flags = Convert<32, big_endian>::convert_host(v); }
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 1224 (p->p_flags & PF_R) != 0 ? 'r' : '-', in _bfd_elf_print_private_bfd_data() 1225 (p->p_flags & PF_W) != 0 ? 'w' : '-', in _bfd_elf_print_private_bfd_data() 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() 2511 if (!(hdr->p_flags & PF_W)) in _bfd_elf_make_section_from_phdr() 2549 if (hdr->p_flags & PF_X) in _bfd_elf_make_section_from_phdr() 2552 if (!(hdr->p_flags & PF_W)) in _bfd_elf_make_section_from_phdr() 3949 m->p_flags = PF_R | PF_X; in _bfd_elf_map_sections_to_segments() [all …]
|
D | elf-nacl.c | 33 return (seg->p_flags & PF_X) != 0; in segment_executable()
|
D | elfcode.h | 357 dst->p_flags = H_GET_32 (abfd, src->p_flags); in elf_swap_phdr_in() 392 H_PUT_32 (abfd, src->p_flags, dst->p_flags); in elf_swap_phdr_out()
|
D | bfd.c | 1592 m->p_flags = flags; in bfd_record_phdr()
|
D | elf64-hppa.c | 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()
|
D | elf32-lm32.c | 802 return ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W); in _lm32fdpic_osec_readonly_p()
|
D | elf64-ia64-vms.c | 4546 if (i_phdr->p_flags & PF_X) in elf64_vms_object_p() 4554 else if ((i_phdr->p_flags & (PF_R | PF_W)) == PF_R) in elf64_vms_object_p()
|
D | elf32-spu.c | 262 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_OVERLAY) != 0) in spu_elf_object_p() 5334 phdr[i].p_flags |= PF_OVERLAY; in spu_elf_modify_program_headers()
|
D | elf32-ppc.c | 2465 n->p_flags = PF_X | PF_R; in ppc_elf_modify_segment_map() 2467 n->p_flags |= PF_PPC_VLE; in ppc_elf_modify_segment_map()
|
D | elfnn-ia64.c | 1199 p->p_flags |= PF_IA_64_NORECOV; in elfNN_ia64_modify_program_headers()
|
D | elf32-bfin.c | 2152 return ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W); in _bfinfdpic_osec_readonly_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()
|
D | elfxx-mips.c | 12180 options_segment->p_flags = PF_R; in _bfd_mips_elf_modify_segment_map() 12214 m->p_flags = 0; in _bfd_mips_elf_modify_segment_map()
|
D | ChangeLog-9899 | 1408 Always overwrite p_flags. 1419 * elf.c (assign_file_positions_for_segments): Don't overwrite p_flags.
|
D | ChangeLog-2012 | 2009 * elf.c: Preserve the original p_align and p_flags if they are
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-elf.c | 137 unsigned char p_flags[4]; /* Segment flags */ member 145 unsigned char p_flags[4]; /* Segment flags */ member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 4229 internal->p_flags = BYTE_GET (external->p_flags); in get_32bit_program_headers() 4268 internal->p_flags = BYTE_GET (external->p_flags); in get_64bit_program_headers() 4388 (segment->p_flags & PF_R ? 'R' : ' '), in process_program_headers() 4389 (segment->p_flags & PF_W ? 'W' : ' '), in process_program_headers() 4390 (segment->p_flags & PF_X ? 'E' : ' ')); in process_program_headers() 4424 (segment->p_flags & PF_R ? 'R' : ' '), in process_program_headers() 4425 (segment->p_flags & PF_W ? 'W' : ' '), in process_program_headers() 4426 (segment->p_flags & PF_X ? 'E' : ' ')); in process_program_headers() 4447 (segment->p_flags & PF_R ? 'R' : ' '), in process_program_headers() 4448 (segment->p_flags & PF_W ? 'W' : ' '), in process_program_headers() [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ld.texinfo | 5133 an integer. It is used to set the @code{p_flags} field of the program
|