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

  /src/external/gpl3/binutils/dist/ld/
testplug.c 613 static const char *resolutions[] = local
647 resolutions[claimfile->symbols[n].resolution]);
testplug2.c 570 static const char *resolutions[] = local
633 resolutions[claimfile->symbols[n].resolution]);
testplug3.c 571 static const char *resolutions[] = local
607 resolutions[claimfile->symbols[n].resolution]);
testplug4.c 576 static const char *resolutions[] = local
639 resolutions[claimfile->symbols[n].resolution]);
  /src/external/gpl3/binutils.old/dist/ld/
testplug.c 614 static const char *resolutions[] = local
648 resolutions[claimfile->symbols[n].resolution]);
testplug2.c 571 static const char *resolutions[] = local
634 resolutions[claimfile->symbols[n].resolution]);
testplug3.c 572 static const char *resolutions[] = local
608 resolutions[claimfile->symbols[n].resolution]);
testplug4.c 577 static const char *resolutions[] = local
640 resolutions[claimfile->symbols[n].resolution]);
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 896 /* We need to record resolutions until symbol table is read. */
1869 RESOLUTIONS is the set of symbols picked by the linker (read from the
1874 vec<ld_plugin_symbol_resolution_t> resolutions)
1889 header->string_size, resolutions);
2248 resolutions = vNULL; local
2254 resolutions.safe_grow_cleared (file_data->max_index + 1, true);
2256 resolutions[rp->index] = rp->res;
2291 /* Frees resolutions. */
2292 lto_read_decls (file_data, data, resolutions);
2350 /* Add resolutions to file ids. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 896 /* We need to record resolutions until symbol table is read. */
1864 RESOLUTIONS is the set of symbols picked by the linker (read from the
1869 vec<ld_plugin_symbol_resolution_t> resolutions)
1884 header->string_size, resolutions);
2233 resolutions = vNULL; local
2239 resolutions.safe_grow_cleared (file_data->max_index + 1, true);
2241 resolutions[rp->index] = rp->res;
2275 /* Frees resolutions. */
2276 lto_read_decls (file_data, data, resolutions);
2334 /* Add resolutions to file ids. *
    [all...]

Completed in 30 milliseconds