Searched refs:PT_LOAD (Results 1 – 25 of 93) sorted by relevance
1234
/toolchain/binutils/binutils-2.25/gold/ |
D | defstd.cc | 131 elfcpp::PT_LOAD, // segment_type 145 elfcpp::PT_LOAD, // segment_type 159 elfcpp::PT_LOAD, // segment_type 173 elfcpp::PT_LOAD, // segment_type 187 elfcpp::PT_LOAD, // segment_type 201 elfcpp::PT_LOAD, // segment_type 215 elfcpp::PT_LOAD, // segment_type 229 elfcpp::PT_LOAD, // segment_type 243 elfcpp::PT_LOAD, // segment_type 257 elfcpp::PT_LOAD, // segment_type
|
D | layout.cc | 1942 if ((*p)->type() != elfcpp::PT_LOAD) in attach_allocated_section_to_segment() 1982 Output_segment* oseg = this->make_output_segment(elfcpp::PT_LOAD, in attach_allocated_section_to_segment() 2267 if ((*p)->type() == elfcpp::PT_LOAD in find_first_load_seg() 2283 Output_segment* load_seg = this->make_output_segment(elfcpp::PT_LOAD, in find_first_load_seg() 2794 && (*p)->type() == elfcpp::PT_LOAD in finalize() 2802 if ((*p)->type() == elfcpp::PT_LOAD in finalize() 3336 if (type1 == elfcpp::PT_LOAD && type2 != elfcpp::PT_LOAD) in segment_precedes() 3338 if (type2 == elfcpp::PT_LOAD && type1 != elfcpp::PT_LOAD) in segment_precedes() 3369 if (type1 != elfcpp::PT_LOAD) in segment_precedes() 3526 if ((*p)->type() == elfcpp::PT_LOAD) in set_segment_offsets() [all …]
|
D | script-sections.cc | 3845 current_seg = layout->make_output_segment(elfcpp::PT_LOAD, in create_segments() 3917 Output_segment* load_seg = layout->make_output_segment(elfcpp::PT_LOAD, in create_segments() 4121 if (oseg->type() == elfcpp::PT_LOAD) in attach_sections_using_phdrs_clause() 4160 && r->second->type() != elfcpp::PT_LOAD) in attach_sections_using_phdrs_clause() 4163 if (r->second->type() != elfcpp::PT_LOAD) in attach_sections_using_phdrs_clause() 4200 if (oseg->type() != elfcpp::PT_LOAD) in set_phdrs_clause_addresses() 4286 if ((*p)->type() != elfcpp::PT_LOAD) in put_headers_in_phdrs()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | empty-orphan.t | 10 default_phdr PT_LOAD; 11 text_phdr PT_LOAD; 12 data_phdr PT_LOAD;
|
D | phdrs.t | 4 text PT_LOAD FILEHDR PHDRS ; 5 data PT_LOAD ;
|
D | phdrs3a.t | 3 data PT_LOAD FILEHDR PHDRS FLAGS(4); 4 text PT_LOAD FILEHDR PHDRS FLAGS(1);
|
D | phdrs3.t | 3 data PT_LOAD ; 5 text PT_LOAD FILEHDR PHDRS ;
|
D | phdrs2.t | 3 Foo PT_LOAD ; 4 Bar PT_LOAD ;
|
D | size-2.t | 5 image PT_LOAD FLAGS (5);
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-nacl.c | 101 if (seg->p_type == PT_LOAD) in nacl_modify_segment_map() 198 if (prevseg->p_type == PT_LOAD) in nacl_modify_segment_map() 249 if ((*m)->p_type == PT_LOAD && (*m)->includes_filehdr) in nacl_modify_program_headers() 271 if (p->p_type == PT_LOAD && p->p_vaddr < first_load_phdr->p_vaddr) in nacl_modify_program_headers() 326 if (seg->p_type == PT_LOAD in nacl_final_write_processing()
|
D | elf.c | 986 else if (phdr->p_type == PT_LOAD && phdr->p_memsz != 0) in _bfd_elf_make_section_from_shdr() 994 if (((phdr->p_type == PT_LOAD in _bfd_elf_make_section_from_shdr() 1170 case PT_LOAD: pt = "LOAD"; break; in get_segment_type() 2500 if (hdr->p_type == PT_LOAD) in _bfd_elf_make_section_from_phdr() 2538 if (hdr->p_type == PT_LOAD) in _bfd_elf_make_section_from_phdr() 2569 case PT_LOAD: in bfd_section_from_phdr() 3783 m->p_type = PT_LOAD; in make_mapping() 3842 || (*m)->p_type != PT_LOAD)) in elf_modify_segment_map() 3850 if (remove_empty_load && (*m)->p_type == PT_LOAD && (*m)->count == 0) in elf_modify_segment_map() 4296 if (m->p_type == PT_LOAD in _bfd_elf_map_sections_to_segments() [all …]
|
D | elf32-spu.c | 262 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_OVERLAY) != 0) in spu_elf_object_p() 2167 if (m->p_type == PT_LOAD) in spu_elf_check_vma() 4190 if (m->p_type == PT_LOAD) in spu_elf_auto_overlay() 5219 if (m->p_type == PT_LOAD && m->count > 1) in spu_elf_modify_segment_map() 5237 m2->p_type = PT_LOAD; in spu_elf_modify_segment_map() 5249 m2->p_type = PT_LOAD; in spu_elf_modify_segment_map() 5272 if ((*p)->p_type == PT_LOAD && (*p)->count == 1 in spu_elf_modify_segment_map() 5361 if (phdr[i].p_type == PT_LOAD) in spu_elf_modify_program_headers() 5385 if (phdr[i].p_type == PT_LOAD) in spu_elf_modify_program_headers()
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | script_test_9.t | 3 text PT_LOAD FLAGS(5); 4 data PT_LOAD FLAGS(6);
|
D | script_test_3.t | 49 text PT_LOAD FILEHDR PHDRS FLAGS(5); 52 data PT_LOAD; 53 bss PT_LOAD;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | nobits-1.t | 4 data PT_LOAD;
|
D | note-1.t | 4 data PT_LOAD;
|
D | note-2.t | 4 data PT_LOAD;
|
D | extract-symbol-1.ld | 4 data PT_LOAD AT (0);
|
D | maxpage5.t | 6 data PT_LOAD;
|
D | note-3.t | 3 text PT_LOAD FILEHDR PHDRS ;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
D | alloc.t | 3 text PT_LOAD FLAGS(5); /* R_E */
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | elf32sh-symbian.sc | 181 text PT_LOAD ; 182 data PT_LOAD ; 183 dyn PT_LOAD FLAGS (0) ;
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | internal.h | 314 || (segment)->p_type == PT_LOAD)) \
|
D | common.h | 421 #define PT_LOAD 1 /* Loadable program segment */ macro
|
/toolchain/binutils/binutils-2.25/gold/po/ |
D | id.po | 1673 msgid "section in two PT_LOAD segments" 1674 msgstr "daerah dalam dua bagian PT_LOAD" 1677 msgid "allocated section not in any PT_LOAD segment" 1678 msgstr "daerah dialokasikan tidak dalam bagian PT_LOAD apapun" 1681 msgid "may only specify load address for PT_LOAD segment" 1682 msgstr "mungkin hanya dispesifikasikan alamat pemuatan untuk bagian PT_LOAD" 1699 msgid "using FILEHDR and PHDRS on more than one PT_LOAD segment is not currently supported" 1700 msgstr "menggunakan FILEHDR dan PHDRS di lebih dari sekali bagian PT_LOAD saat ini belum didukung"
|
1234