Home | History | Annotate | Download | only in gold

Lines Matching refs:output_segment

58 class Output_segment;
84 // Symbol defined in an Output_segment, with no associated
192 Output_segment*
193 output_segment() const
196 return this->u_.in_output_segment.output_segment;
808 set_output_segment(Output_segment*, Segment_offset_base);
898 // Initialize fields for an Output_segment.
901 Output_segment* os, elfcpp::STT type,
975 // Output_segment in which the symbol is defined. Before
977 Output_segment* output_segment;
1098 // Initialize fields for an Output_segment.
1100 init_output_segment(const char* name, const char* version, Output_segment*,
1451 // Define a special symbol based on an Output_segment. It is a
1455 Output_segment*, uint64_t value, uint64_t symsize,
1779 // Define a symbol in an Output_segment, sized version.
1783 const char* name, const char* version, Defined, Output_segment* os,