HomeSort by relevance Sort by last modified time
    Searched refs:Output_section (Results 1 - 25 of 43) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gold/
compressed_output.h 53 // a regular Output_section which computes its contents into a buffer
56 class Output_compressed_section : public Output_section
62 : Output_section(name, flags, type),
reduced_debug_output.h 42 class Output_reduced_debug_abbrev_section : public Output_section
47 : Output_section(name, flags, type), sized_(false),
88 class Output_reduced_debug_info_section : public Output_section
93 : Output_section(name, flags, type), failed_(false)
mapfile.h 37 class Output_section;
78 print_output_section(const Output_section*);
copy-relocs.h 64 // OBJECT. OUTPUT_SECTION is the output section where section SHNDX
73 Output_section* output_section,
107 Output_section* output_section,
110 shndx_(shndx), output_section_(output_section),
118 Output_section* output_section_;
147 Output_section*,
layout.h 49 class Output_section;
512 // from the base file, and return a pointer to the Output_section.
514 Output_section*
525 Output_section*
602 Output_section*
606 Output_section* data_section,
631 Output_section*
680 Output_section*
730 Output_section*
816 Output_section*
1309 Output_section* output_section; member in struct:gold::Layout::Relaxation_debug_check::Section_info
    [all...]
script.h 100 uint64_t dot_value, Output_section* dot_section,
101 Output_section** result_section, uint64_t* result_alignment,
113 Output_section* dot_section,
114 Output_section** result_section, uint64_t* result_alignment,
350 Output_section* dot_section);
357 uint64_t dot_value, Output_section* dot_section);
371 uint64_t dot_value, Output_section* dot_section);
377 uint64_t dot_value, Output_section*);
script-sections.h 44 class Output_section;
169 Output_section*** output_section_slot,
176 place_orphan(Output_section* os);
272 create_note_and_tls_segments(Layout*, const std::vector<Output_section*>*);
276 is_bss_section(const Output_section*);
expression.cc 66 Output_section* dot_section;
68 Output_section** result_section_pointer;
98 Output_section* dot_section,
99 Output_section** result_section_pointer,
115 uint64_t dot_value, Output_section* dot_section,
116 Output_section** result_section_pointer,
228 *eei->result_section_pointer = sym->output_section();
301 Output_section** arg_section_pointer) const
339 Output_section* arg_section; \
384 Output_section** section_pointer
    [all...]
output.cc 184 const Output_section* shstrtab_section)
453 const Output_section* shstrtab)
657 Output_section_data::set_output_section(Output_section* os)
811 Output_section* os,
832 Output_section* os,
963 relobj->output_section(lsi)->set_needs_dynsym_index();
1025 Output_section* os = relobj->output_section(lsi);
1054 Output_section* os = this->u1_.relobj->output_section(lsi)
    [all...]
target.h 61 class Output_section;
215 new_output_section(Output_section* os) const
366 Output_section*
570 do_new_output_section(Output_section*) const
722 virtual Output_section*
868 Output_section* output_section,
880 // OUTPUT_SECTION is the output section.
893 Output_section* output_section,
    [all...]
gdb-index.h 37 class Output_section;
55 Gdb_index(Output_section* gdb_index_section);
235 Output_section* gdb_index_section_;
script-sections.cc 303 output_section_init(const std::string& name, Output_section*,
314 find_place(Output_section*, Elements_iterator** pwhere);
393 Output_section* os,
464 Orphan_section_placement::find_place(Output_section* os,
600 output_section_name(const char*, const char*, Output_section***,
625 // output section. If it is, transfer the Output_section and return
633 // the Output_section, and set *PHDRS_LIST (the first parameter) to
639 virtual Output_section*
654 // Return the associated Output_section if there is one.
655 virtual Output_section*
    [all...]
layout.cc 317 Output_section* os = *p;
319 info.output_section = os;
338 Output_section* os = *p;
348 if (os != info.output_section)
350 info.output_section->name(), os->name());
754 Output_section*
811 Output_section*
837 const std::pair<Key, Output_section*> v(key, NULL);
851 Output_section* os = NULL;
857 Output_section* same_name = this->find_output_section(name)
    [all...]
output.h 42 class Output_section;
272 // Return whether this is an Output_section.
277 // Return whether this is an Output_section of the specified type.
282 // Return whether this is an Output_section with the specified flag
289 Output_section*
290 output_section() function in class:gold::Output_data
293 const Output_section*
294 output_section() const function in class:gold::Output_data
438 // Return whether this is an Output_section.
443 // Return whether this is an Output_section of the specified type
773 output_section() function in class:gold::Output_section_data
777 output_section() const function in class:gold::Output_section_data
    [all...]
target.cc 144 Output_section*
148 return new Output_section(name, type, flags);
x86_64.cc 282 do_adjust_output_section(Output_section* os);
465 do_new_output_section(Output_section*) const;
476 Output_section* output_section,
490 Output_section* output_section,
510 Output_section* output_section,
526 Output_section* output_section,
    [all...]
copy-relocs.cc 44 Output_section* output_section,
56 this->save(sym, object, shndx, output_section,
193 Output_section* output_section,
199 output_section, r_offset,
mapfile.cc 245 Output_section* os;
254 os = relobj->output_section(shndx);
385 Mapfile::print_output_section(const Output_section* os)
arm.cc 967 Target_arm<big_endian>*, Output_section*,
1014 Target_arm<big_endian>*, Output_section*,
    [all...]
s390.cc 211 do_adjust_output_section(Output_section* os);
295 Output_section* output_section,
309 Output_section* output_section,
329 Output_section* output_section,
345 Output_section* output_section,
360 Output_section* output_section
    [all...]
tilegx.cc 177 do_adjust_output_section(Output_section* os);
255 Output_section* output_section,
269 Output_section* output_section,
289 Output_section* output_section,
305 Output_section* output_section,
320 Output_section* output_section
    [all...]
i386.cc 188 do_adjust_output_section(Output_section* os);
376 Output_section* output_section,
390 Output_section* output_section,
410 Output_section* output_section,
426 Output_section* output_section,
441 Output_section* output_section
    [all...]
aarch64.cc 466 Output_section* dynamic = this->layout_->dynamic_section();
5570 AArch64_output_section<size, big_endian>* output_section = local
    [all...]
object.cc 452 const Output_section* os = this->do_output_section(shndx);
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
testfile.cc 50 Output_section*, bool, size_t, const unsigned char*)
56 Output_section*, bool, size_t, const unsigned char*)
61 const unsigned char*, size_t, Output_section*, bool,
70 size_t, Output_section*, bool, size_t,
78 size_t, Output_section*, bool, size_t,
85 Output_section*, typename elfcpp::Elf_types<size>::Elf_Off,

Completed in 426 milliseconds

1 2