Searched refs:Output_relaxed_input_section (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h2937 class Output_relaxed_input_section : public Output_section_data_build class in namespace:gold
2943 Output_relaxed_input_section(Relobj* relobj, unsigned int shndx, function in class:gold::Output_relaxed_input_section
3082 Output_relaxed_input_section*
3095 Output_relaxed_input_section* poris)
3098 std::pair<Const_section_id, Output_relaxed_input_section*>
3111 typedef Unordered_map<Const_section_id, Output_relaxed_input_section*,
3252 Output_relaxed_input_section* poris,
3737 Input_section(Output_relaxed_input_section* psection)
3860 // Return the Output_relaxed_input_section object.
3861 Output_relaxed_input_section*
[all...]
H A Doutput.cc2284 Output_relaxed_input_section* relaxed_section =
2603 Output_relaxed_input_section* poris,
2773 const std::vector<Output_relaxed_input_section*>& relaxed_sections,
2779 Output_relaxed_input_section* poris = relaxed_sections[i];
2795 // is a vector of pointers to Output_relaxed_input_section or its derived
2800 const std::vector<Output_relaxed_input_section*>& relaxed_sections)
2848 Output_relaxed_input_section* poris = relaxed_sections[i];
2912 Output_relaxed_input_section* poris = p->relaxed_input_section();
2922 const Output_relaxed_input_section*
3913 Output_relaxed_input_section* pori
[all...]
H A Darm.cc1101 class Arm_exidx_merged_section : public Output_relaxed_input_section
1151 class Arm_input_section : public Output_relaxed_input_section
1155 : Output_relaxed_input_section(relobj, shndx, 1),
1185 as_arm_input_section(Output_relaxed_input_section* poris)
1405 std::vector<Output_relaxed_input_section*>*,
5417 const Output_relaxed_input_section* poris =
5453 : Output_relaxed_input_section(exidx_input_section.relobj(),
5753 std::vector<Output_relaxed_input_section*>* new_relaxed_sections,
5757 // The static casting from Output_relaxed_input_section to
5843 std::vector<Output_relaxed_input_section*> new_relaxed_section
[all...]
H A Daarch64.cc2013 const Output_relaxed_input_section* poris =
2313 const Output_relaxed_input_section* poris =
2424 const Output_relaxed_input_section* poris =
2462 class AArch64_input_section : public Output_relaxed_input_section
2468 : Output_relaxed_input_section(relobj, shndx, 1),
2695 std::vector<Output_relaxed_input_section*>&,
2709 std::vector<Output_relaxed_input_section*>& new_relaxed_sections,
2774 std::vector<Output_relaxed_input_section*> new_relaxed_sections;
8155 const Output_relaxed_input_section* poris =
H A Dobject.cc2503 const Output_relaxed_input_section* relaxed_section =
H A Dpowerpc.cc4779 class Stub_table : public Output_relaxed_input_section
4837 : Output_relaxed_input_section(owner->relobj(), owner->shndx(),
4849 std::vector<Output_relaxed_input_section*> new_relaxed;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.h2965 class Output_relaxed_input_section : public Output_section_data_build class in namespace:gold
2971 Output_relaxed_input_section(Relobj* relobj, unsigned int shndx, function in class:gold::Output_relaxed_input_section
3110 Output_relaxed_input_section*
3123 Output_relaxed_input_section* poris)
3126 std::pair<Const_section_id, Output_relaxed_input_section*>
3139 typedef Unordered_map<Const_section_id, Output_relaxed_input_section*,
3280 Output_relaxed_input_section* poris,
3765 Input_section(Output_relaxed_input_section* psection)
3888 // Return the Output_relaxed_input_section object.
3889 Output_relaxed_input_section*
[all...]
H A Doutput.cc2330 Output_relaxed_input_section* relaxed_section =
2649 Output_relaxed_input_section* poris,
2819 const std::vector<Output_relaxed_input_section*>& relaxed_sections,
2825 Output_relaxed_input_section* poris = relaxed_sections[i];
2841 // is a vector of pointers to Output_relaxed_input_section or its derived
2846 const std::vector<Output_relaxed_input_section*>& relaxed_sections)
2894 Output_relaxed_input_section* poris = relaxed_sections[i];
2958 Output_relaxed_input_section* poris = p->relaxed_input_section();
2968 const Output_relaxed_input_section*
3959 Output_relaxed_input_section* pori
[all...]
H A Darm.cc1101 class Arm_exidx_merged_section : public Output_relaxed_input_section
1151 class Arm_input_section : public Output_relaxed_input_section
1155 : Output_relaxed_input_section(relobj, shndx, 1),
1185 as_arm_input_section(Output_relaxed_input_section* poris)
1405 std::vector<Output_relaxed_input_section*>*,
5417 const Output_relaxed_input_section* poris =
5453 : Output_relaxed_input_section(exidx_input_section.relobj(),
5753 std::vector<Output_relaxed_input_section*>* new_relaxed_sections,
5757 // The static casting from Output_relaxed_input_section to
5843 std::vector<Output_relaxed_input_section*> new_relaxed_section
[all...]
H A Daarch64.cc2013 const Output_relaxed_input_section* poris =
2313 const Output_relaxed_input_section* poris =
2424 const Output_relaxed_input_section* poris =
2462 class AArch64_input_section : public Output_relaxed_input_section
2468 : Output_relaxed_input_section(relobj, shndx, 1),
2695 std::vector<Output_relaxed_input_section*>&,
2709 std::vector<Output_relaxed_input_section*>& new_relaxed_sections,
2774 std::vector<Output_relaxed_input_section*> new_relaxed_sections;
8155 const Output_relaxed_input_section* poris =
H A Dobject.cc2497 const Output_relaxed_input_section* relaxed_section =
H A Dpowerpc.cc4637 class Stub_table : public Output_relaxed_input_section
4677 : Output_relaxed_input_section(owner->relobj(), owner->shndx(),
4689 std::vector<Output_relaxed_input_section*> new_relaxed;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h2937 class Output_relaxed_input_section : public Output_section_data_build class in namespace:gold
2943 Output_relaxed_input_section(Relobj* relobj, unsigned int shndx, function in class:gold::Output_relaxed_input_section
3082 Output_relaxed_input_section*
3095 Output_relaxed_input_section* poris)
3098 std::pair<Const_section_id, Output_relaxed_input_section*>
3111 typedef Unordered_map<Const_section_id, Output_relaxed_input_section*,
3252 Output_relaxed_input_section* poris,
3737 Input_section(Output_relaxed_input_section* psection)
3860 // Return the Output_relaxed_input_section object.
3861 Output_relaxed_input_section*
[all...]
H A Doutput.cc2284 Output_relaxed_input_section* relaxed_section =
2603 Output_relaxed_input_section* poris,
2773 const std::vector<Output_relaxed_input_section*>& relaxed_sections,
2779 Output_relaxed_input_section* poris = relaxed_sections[i];
2795 // is a vector of pointers to Output_relaxed_input_section or its derived
2800 const std::vector<Output_relaxed_input_section*>& relaxed_sections)
2848 Output_relaxed_input_section* poris = relaxed_sections[i];
2912 Output_relaxed_input_section* poris = p->relaxed_input_section();
2922 const Output_relaxed_input_section*
3913 Output_relaxed_input_section* pori
[all...]
H A Darm.cc1101 class Arm_exidx_merged_section : public Output_relaxed_input_section
1151 class Arm_input_section : public Output_relaxed_input_section
1155 : Output_relaxed_input_section(relobj, shndx, 1),
1185 as_arm_input_section(Output_relaxed_input_section* poris)
1405 std::vector<Output_relaxed_input_section*>*,
5417 const Output_relaxed_input_section* poris =
5453 : Output_relaxed_input_section(exidx_input_section.relobj(),
5753 std::vector<Output_relaxed_input_section*>* new_relaxed_sections,
5757 // The static casting from Output_relaxed_input_section to
5843 std::vector<Output_relaxed_input_section*> new_relaxed_section
[all...]
H A Daarch64.cc2013 const Output_relaxed_input_section* poris =
2313 const Output_relaxed_input_section* poris =
2424 const Output_relaxed_input_section* poris =
2462 class AArch64_input_section : public Output_relaxed_input_section
2468 : Output_relaxed_input_section(relobj, shndx, 1),
2695 std::vector<Output_relaxed_input_section*>&,
2709 std::vector<Output_relaxed_input_section*>& new_relaxed_sections,
2774 std::vector<Output_relaxed_input_section*> new_relaxed_sections;
8155 const Output_relaxed_input_section* poris =
H A Dobject.cc2503 const Output_relaxed_input_section* relaxed_section =
H A Dpowerpc.cc4779 class Stub_table : public Output_relaxed_input_section
4837 : Output_relaxed_input_section(owner->relobj(), owner->shndx(),
4849 std::vector<Output_relaxed_input_section*> new_relaxed;

Completed in 676 milliseconds