Home | History | Annotate | Download | only in gold

Lines Matching refs:current_seg

3901   Output_segment* current_seg = NULL;
3918 if (current_seg == NULL)
3958 current_seg = layout->make_output_segment(elfcpp::PT_LOAD,
3960 current_seg->set_addresses(vma, lma);
3961 current_seg->set_minimum_p_align(dot_alignment);
3963 first_seg = current_seg;
3967 current_seg->add_output_section_to_load(layout, *p, seg_flags);