Searched refs:is_large_data_segment (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dlayout.cc2022 if (os->is_large_data_section() && !(*p)->is_large_data_segment())
3755 if (seg1->is_large_data_segment())
3757 if (!seg2->is_large_data_segment())
3760 else if (seg2->is_large_data_segment())
H A Doutput.h4675 is_large_data_segment() const function in class:gold::Output_segment
H A Doutput.cc4098 gold_assert(os->is_large_data_section() == this->is_large_data_segment());
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dlayout.cc2022 if (os->is_large_data_section() && !(*p)->is_large_data_segment())
3741 if (seg1->is_large_data_segment())
3743 if (!seg2->is_large_data_segment())
3746 else if (seg2->is_large_data_segment())
H A Doutput.cc4143 gold_assert(os->is_large_data_section() == this->is_large_data_segment());
H A Doutput.h4693 is_large_data_segment() const function in class:gold::Output_segment
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dlayout.cc2022 if (os->is_large_data_section() && !(*p)->is_large_data_segment())
3755 if (seg1->is_large_data_segment())
3757 if (!seg2->is_large_data_segment())
3760 else if (seg2->is_large_data_segment())
H A Doutput.h4675 is_large_data_segment() const function in class:gold::Output_segment
H A Doutput.cc4098 gold_assert(os->is_large_data_section() == this->is_large_data_segment());

Completed in 388 milliseconds