Searched refs:resolutions (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/ld/
H A Dtestplug.c607 static const char *resolutions[] = local
641 resolutions[claimfile->symbols[n].resolution]);
H A Dtestplug3.c563 static const char *resolutions[] = local
599 resolutions[claimfile->symbols[n].resolution]);
H A Dtestplug4.c568 static const char *resolutions[] = local
631 resolutions[claimfile->symbols[n].resolution]);
H A Dtestplug2.c562 static const char *resolutions[] = local
625 resolutions[claimfile->symbols[n].resolution]);
/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c1030 /* We need to record resolutions until symbol table is read. */
1872 vec<ld_plugin_symbol_resolution_t> resolutions)
1887 header->string_size, resolutions);
2224 resolutions = vNULL; local
2230 resolutions.safe_grow_cleared (file_data->max_index + 1);
2232 resolutions[rp->index] = rp->res;
2248 /* Frees resolutions */
2249 lto_read_decls (file_data, data, resolutions);
2295 /* Add resolutions to file ids */
3061 /* Store resolutions int
1871 lto_read_decls(struct lto_file_decl_data *decl_data, const void *data, vec<ld_plugin_symbol_resolution_t> resolutions) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dlto-streamer-in.c1667 resolutions (NULL if not using a linker plugin). */
1672 vec<ld_plugin_symbol_resolution_t> resolutions)
1678 data_in->globals_resolution = resolutions;
1670 lto_data_in_create(struct lto_file_decl_data *file_data, const char *strings, unsigned len, vec<ld_plugin_symbol_resolution_t> resolutions) argument

Completed in 116 milliseconds