Home
last modified time | relevance | path

Searched refs:update_section_order (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/testsuite/
Dplugin_section_order.c37 static ld_plugin_update_section_order update_section_order = NULL; variable
80 update_section_order = *entry->tv_u.tv_update_section_order; in onload()
101 || update_section_order == NULL in onload()
182 update_section_order(section_list, num_entries); in all_symbols_read_hook()
Dplugin_section_alignment.cc43 static ld_plugin_update_section_order update_section_order = NULL; variable
168 update_section_order = *entry->tv_u.tv_update_section_order; in onload()
180 update_section_order == NULL || allow_section_ordering == NULL) { in onload()
262 update_section_order(section_list, 12); in all_symbols_read_hook()
Dplugin_test.c69 static ld_plugin_update_section_order update_section_order = NULL; variable
156 update_section_order = *entry->tv_u.tv_update_section_order; in onload()
238 if (update_section_order == NULL) in onload()
/toolchain/binutils/binutils-2.27/gold/
Dplugin.cc155 update_section_order(const struct ld_plugin_section *section_list,
334 tv[i].tv_u.tv_update_section_order = update_section_order; in load()
1813 update_section_order(const struct ld_plugin_section* section_list, in update_section_order() function
DChangeLog-0815949 * plugin.cc (update_section_order): Likewise.
6035 * plugin.cc (update_section_order): Store order in order_map. Do not
6293 (update_section_order): New function.
6317 (update_section_order): New function pointer.