HomeSort by relevance Sort by last modified time
    Searched refs:get_input_section_name (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_section_order.c 35 static ld_plugin_get_input_section_name get_input_section_name = NULL; variable
73 get_input_section_name = *entry->tv_u.tv_get_input_section_name;
99 || get_input_section_name == NULL
150 (*get_input_section_name)(section, &name);
plugin_section_alignment.cc 42 static ld_plugin_get_input_section_name get_input_section_name = NULL; variable
158 get_input_section_name = *entry->tv_u.tv_get_input_section_name;
179 get_input_section_size == NULL || get_input_section_name == NULL ||
211 (*get_input_section_name)(section, &name);
plugin_test.c 67 static ld_plugin_get_input_section_name get_input_section_name = NULL; variable
150 get_input_section_name = *entry->tv_u.tv_get_input_section_name;
226 if (get_input_section_name == NULL)
  /toolchain/binutils/binutils-2.27/gold/
plugin.cc 146 get_input_section_name(const struct ld_plugin_section section,
326 tv[i].tv_u.tv_get_input_section_name = get_input_section_name;
1708 get_input_section_name(const struct ld_plugin_section section, function in namespace:gold
    [all...]

Completed in 210 milliseconds