Searched refs:new_relaxed_sections (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Daarch64.cc2630 std::vector<Output_relaxed_input_section*>& new_relaxed_sections,
2646 new_relaxed_sections.push_back(input_section);
2695 std::vector<Output_relaxed_input_section*> new_relaxed_sections; local
2730 target, new_relaxed_sections,
2754 target, new_relaxed_sections, task);
2792 target, new_relaxed_sections, task);
2795 if (!new_relaxed_sections.empty())
2796 this->convert_input_sections_to_relaxed_sections(new_relaxed_sections);
2799 for (size_t i = 0; i < new_relaxed_sections.size(); ++i)
2802 new_relaxed_sections[
2625 create_stub_group( Input_section_list::const_iterator first, Input_section_list::const_iterator last, Input_section_list::const_iterator owner, The_target_aarch64* target, std::vector<Output_relaxed_input_section*>& new_relaxed_sections, const Task* task) argument
[all...]
H A Darm.cc5733 std::vector<Output_relaxed_input_section*>* new_relaxed_sections,
5762 new_relaxed_sections->push_back(arm_input_section);
5823 std::vector<Output_relaxed_input_section*> new_relaxed_sections;
5858 target, &new_relaxed_sections,
5881 target, &new_relaxed_sections, task);
5919 target, &new_relaxed_sections, task);
5923 if (!new_relaxed_sections.empty())
5924 this->convert_input_sections_to_relaxed_sections(new_relaxed_sections);
5927 for (size_t i = 0; i < new_relaxed_sections.size(); ++i)
5931 new_relaxed_sections[
[all...]

Completed in 117 milliseconds