HomeSort by: relevance | last modified time | path
    Searched defs:tv_header_size (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
plugin.c 177 static const size_t tv_header_size = ARRAY_SIZE (tv_header_tags); variable
1014 for (i = 0; i < tv_header_size; i++)
1124 my_tv = stat_alloc ((max_args + 1 + tv_header_size) * sizeof (*my_tv));
1140 set_tv_plugin_args (curplug, &my_tv[tv_header_size]);
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 178 static const size_t tv_header_size = ARRAY_SIZE (tv_header_tags); variable
1015 for (i = 0; i < tv_header_size; i++)
1125 my_tv = stat_alloc ((max_args + 1 + tv_header_size) * sizeof (*my_tv));
1141 set_tv_plugin_args (curplug, &my_tv[tv_header_size]);

Completed in 44 milliseconds