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

  /external/elfutils/src/
ld.h 600 struct output_segment struct
604 struct output_segment *next;
846 struct output_segment *output_segments;
905 struct output_segment *default_output_segments;
    [all...]
ldscript.y 531 struct output_segment *newp;
534 = (struct output_segment *) obstack_alloc (&ld_state.smem, sizeof (*newp));
ld.c     [all...]
ldgeneric.c     [all...]
  /toolchain/binutils/binutils-2.27/gold/
symtab.h 58 class Output_segment;
84 // Symbol defined in an Output_segment, with no associated
197 Output_segment*
198 output_segment() const function in class:gold::Symbol
201 return this->u_.in_output_segment.output_segment;
811 set_output_segment(Output_segment*, Segment_offset_base);
914 // Initialize fields for an Output_segment.
917 Output_segment* os, elfcpp::STT type,
991 // Output_segment in which the symbol is defined. Before
993 Output_segment* output_segment member in struct:gold::Symbol::__anon4478::__anon4481
    [all...]
symtab.cc 151 // in an Output_segment.
155 Output_segment* os, elfcpp::STT type,
162 this->u_.in_output_segment.output_segment = os;
248 // Output_segment.
253 Output_segment* os, Value_type value,
544 Symbol::set_output_segment(Output_segment* os, Segment_offset_base base)
548 this->u_.in_output_segment.output_segment = os;
    [all...]
arm.cc     [all...]

Completed in 125 milliseconds