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

  /toolchain/binutils/binutils-2.25/gold/
mapfile.h 38 class Output_data;
84 // Print an Output_data.
86 print_output_data(const Output_data*, const char* name);
output.h 54 class Output_data
57 explicit Output_data()
65 ~Output_data();
255 { Output_data::allocated_sizes_are_fixed = true; }
260 { return Output_data::allocated_sizes_are_fixed; }
449 Output_data(const Output_data&);
450 Output_data& operator=(const Output_data&);
477 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);
copy-relocs.h 87 Output_data*, off_t,
symtab.h 56 class Output_data;
81 // Symbol defined in an Output_data, a special section created by
173 Output_data*
174 output_data() const function in class:gold::Symbol
177 return this->u_.in_output_data.output_data;
891 // Initialize fields for an Output_data.
893 init_base_output_data(const char* name, const char* version, Output_data*,
936 allocate_base_common(Output_data*);
963 // Output_data in which symbol is defined. Before
965 // Output_data
966 Output_data* output_data; member in struct:gold::Symbol::__anon74223::__anon74225
    [all...]
ehframe.h 177 Fde(Output_data* plt, const unsigned char* contents, size_t length,
240 Output_data* plt;
398 add_ehframe_for_plt(Output_data* plt, const unsigned char* cie_data,
layout.h 54 class Output_data;
648 add_eh_frame_for_plt(Output_data* plt, const unsigned char* cie_data,
895 add_target_dynamic_tags(bool use_rel, const Output_data* plt_got,
896 const Output_data* plt_rel,
933 typedef std::vector<Output_data*> Data_list;
988 add_relax_output(Output_data* data)
    [all...]
target.cc 208 Target::do_plt_fde_location(const Output_data* plt, unsigned char*,
target.h 59 class Output_data;
254 plt_fde_location(const Output_data* plt, unsigned char* oview,
593 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 91 Output_data* posd,
mapfile.cc 322 Mapfile::print_output_data(const Output_data* od, const char* name)
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
313 Output_data* posd_;
symtab.cc 131 // in an Output_data.
135 Output_data* od, elfcpp::STT type,
141 this->u_.in_output_data.output_data = od;
203 Symbol::allocate_base_common(Output_data* od)
207 this->u_.in_output_data.output_data = od;
227 // Output_data.
232 Output_data* od, Value_type value,
325 Sized_symbol<size>::allocate_common(Output_data* od, Value_type value)
500 return this->u_.in_output_data.output_data->output_section();
527 this->u_.in_output_data.output_data = os
    [all...]
ehframe.cc 530 : Output_section_data(Output_data::default_alignment()),
1043 Eh_frame::add_ehframe_for_plt(Output_data* plt, const unsigned char* cie_data,
    [all...]
layout.cc 292 // We do not save states for Output_sections and special Output_data.
489 // We expect two unattached Output_data objects: the file header and
    [all...]
object.h 42 class Output_data;
    [all...]
reloc.cc 758 Output_data* posd = rr->output_data();
    [all...]
script-sections.cc     [all...]
aarch64.cc     [all...]
powerpc.cc 571 do_plt_fde_location(const Output_data*, unsigned char*,
    [all...]
arm.cc 871 class Stub_table : public Output_data
875 : Output_data(), owner_(owner), reloc_stubs_(), reloc_stubs_size_(0),
    [all...]
mips.cc     [all...]

Completed in 260 milliseconds