Home
last modified time | relevance | path

Searched refs:Output_section_order (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dlayout.h388 enum Output_section_order enum
679 Output_section_data*, Output_section_order order,
1138 Output_section_order order, bool is_relro);
1149 bool is_input_section, Output_section_order order,
1155 elfcpp::Elf_Xword flags, Output_section_order order,
1163 Output_section_order
Dlayout.cc815 Output_section_order order, bool is_relro) in get_output_section()
939 bool is_input_section, Output_section_order order, in choose_output_section()
1614 Output_section_order order, bool is_relro) in add_output_section_data()
1644 Output_section_order order, bool is_relro) in make_output_section()
1810 Output_section_order
2989 Output_section_order order = ORDER_INVALID; in create_note()
Doutput.h3373 Output_section_order
3379 set_order(Output_section_order order) in set_order()
4357 Output_section_order order_;
Di386.cc919 Output_section_order got_order = (is_got_plt_relro in got_section()
922 Output_section_order got_plt_order = (is_got_plt_relro in got_section()
Dtilegx.cc1858 Output_section_order got_order = (is_got_plt_relro in got_section()
1861 Output_section_order got_plt_order = (is_got_plt_relro in got_section()
Dx86_64.cc1097 Output_section_order got_order = (is_got_plt_relro in got_section()
1100 Output_section_order got_plt_order = (is_got_plt_relro in got_section()
Doutput.cc4089 Output_section_order order = os->order(); in add_output_section_to_load()
4091 order = static_cast<Output_section_order>(0); in add_output_section_to_load()
Daarch64.cc3538 Output_section_order got_order = (is_got_plt_relro in got_section()
3541 Output_section_order got_plt_order = (is_got_plt_relro in got_section()
Darm.cc4263 Output_section_order got_order = (is_got_relro in got_section()
DChangeLog8261 * layout.h (enum Output_section_order): Define.