/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.25/gold/ |
symtab.h | 58 class Output_segment; 84 // Symbol defined in an Output_segment, with no associated 192 Output_segment* 193 output_segment() const function in class:gold::Symbol 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 member in struct:gold::Symbol::__anon75757::__anon75760 [all...] |
symtab.cc | 150 // in an Output_segment. 154 Output_segment* os, elfcpp::STT type, 161 this->u_.in_output_segment.output_segment = os; 247 // Output_segment. 252 Output_segment* os, Value_type value, 542 Symbol::set_output_segment(Output_segment* os, Segment_offset_base base) 546 this->u_.in_output_segment.output_segment = os; [all...] |
arm.cc | [all...] |