HomeSort by relevance Sort by last modified time
    Searched refs:Output_data (Results 1 - 23 of 23) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
mapfile.h 38 class Output_data;
84 // Print an Output_data.
86 print_output_data(const Output_data*, const char* name);
output.h 179 class Output_data
182 explicit Output_data()
190 ~Output_data();
380 { Output_data::allocated_sizes_are_fixed = true; }
385 { return Output_data::allocated_sizes_are_fixed; }
573 Output_data(const Output_data&);
574 Output_data& operator=(const Output_data&);
601 class Output_section_headers : public Output_data
    [all...]
script-sections.h 42 class Output_data;
197 put_headers_in_phdrs(Output_data* file_header, Output_data* segment_headers);
symtab.h 56 class Output_data;
81 // Symbol defined in an Output_data, a special section created by
178 Output_data*
179 output_data() const function in class:gold::Symbol
182 return this->u_.in_output_data.output_data;
907 // Initialize fields for an Output_data.
909 init_base_output_data(const char* name, const char* version, Output_data*,
952 allocate_base_common(Output_data*);
979 // Output_data in which symbol is defined. Before
981 // Output_data
982 Output_data* output_data; member in struct:gold::Symbol::__anon4478::__anon4480
    [all...]
ehframe.h 177 Fde(Output_data* plt, const unsigned char* contents, size_t length,
196 Output_section_data* output_data) const
199 this->object_->add_merge_mapping(output_data, this->u_.from_object.shndx,
241 Output_data* plt;
404 add_ehframe_for_plt(Output_data* plt, const unsigned char* cie_data,
copy-relocs.h 92 Output_data*, off_t,
layout.h 54 class Output_data;
652 add_eh_frame_for_plt(Output_data* plt, const unsigned char* cie_data,
900 add_target_dynamic_tags(bool use_rel, const Output_data* plt_got,
901 const Output_data* plt_rel,
936 typedef std::vector<Output_data*> Data_list;
991 add_relax_output(Output_data* data)
    [all...]
target.cc 210 Target::do_plt_fde_location(const Output_data* plt, unsigned char*,
target.h 59 class Output_data;
253 plt_fde_location(const Output_data* plt, unsigned char* oview,
604 do_plt_fde_location(const Output_data* plt, unsigned char* oview,
    [all...]
output.cc 143 // Output_data variables.
145 bool Output_data::allocated_sizes_are_fixed;
147 // Output_data methods.
149 Output_data::~Output_data()
156 Output_data::default_alignment()
158 return Output_data::default_alignment_for_size(
165 Output_data::default_alignment_for_size(int size)
712 Output_data* od,
759 Output_data* od
    [all...]
copy-relocs.cc 94 Output_data* posd,
mapfile.cc 322 Mapfile::print_output_data(const Output_data* od, const char* name)
symtab.cc 132 // in an Output_data.
136 Output_data* od, elfcpp::STT type,
142 this->u_.in_output_data.output_data = od;
204 Symbol::allocate_base_common(Output_data* od)
208 this->u_.in_output_data.output_data = od;
228 // Output_data.
233 Output_data* od, Value_type value,
327 Sized_symbol<size>::allocate_common(Output_data* od, Value_type value)
502 return this->u_.in_output_data.output_data->output_section();
529 this->u_.in_output_data.output_data = os
    [all...]
reloc.h 43 class Output_data;
278 // Record the Output_data associated with this reloc section.
280 set_output_data(Output_data* posd)
286 // Return the Output_data associated with this reloc section.
287 Output_data*
288 output_data() const function in class:gold::Relocatable_relocs
321 Output_data* posd_;
    [all...]
ehframe.cc 415 Output_section_data *output_data)
425 this->object_->add_merge_mapping(output_data, this->shndx_,
436 (*p)->add_mapping(output_offset + length, output_data);
531 : Output_section_data(Output_data::default_alignment()),
    [all...]
layout.cc 285 // We do not save states for Output_sections and special Output_data.
479 // We expect two unattached Output_data objects: the file header and
    [all...]
object.h 42 class Output_data;
    [all...]
reloc.cc 719 Output_data* posd = rr->output_data();
    [all...]
script-sections.cc     [all...]
aarch64.cc     [all...]
arm.cc 874 class Stub_table : public Output_data
878 : Output_data(), owner_(owner), reloc_stubs_(), reloc_stubs_size_(0),
    [all...]
mips.cc     [all...]
powerpc.cc 656 do_plt_fde_location(const Output_data*, unsigned char*,
    [all...]

Completed in 2530 milliseconds