HomeSort by: relevance | last modified time | path
    Searched refs:type_ids (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 1174 ctf_dynset_t *type_ids; local
1203 if ((type_ids = ctf_dynhash_lookup (d->cd_output_mapping,
1209 if ((type_ids = ctf_dynset_create (htab_hash_pointer,
1214 type_ids) < 0)
1216 ctf_dynset_destroy (type_ids);
1236 while ((err = ctf_dynset_cnext (type_ids, &i, &one_id)) == 0)
1290 if (!ctf_dynset_exists (type_ids, id, NULL)
1291 && ctf_dynset_insert (type_ids, id) < 0)
1442 ctf_dynset_t *type_ids; local
1453 type_ids = ctf_dynhash_lookup (d->cd_output_mapping, hash)
1550 ctf_dynset_t *type_ids; local
1831 ctf_dynset_t *type_ids; local
2309 ctf_dynset_t *type_ids; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 1174 ctf_dynset_t *type_ids; local
1203 if ((type_ids = ctf_dynhash_lookup (d->cd_output_mapping,
1209 if ((type_ids = ctf_dynset_create (htab_hash_pointer,
1214 type_ids) < 0)
1216 ctf_dynset_destroy (type_ids);
1236 while ((err = ctf_dynset_cnext (type_ids, &i, &one_id)) == 0)
1290 if (!ctf_dynset_exists (type_ids, id, NULL)
1291 && ctf_dynset_insert (type_ids, id) < 0)
1442 ctf_dynset_t *type_ids; local
1453 type_ids = ctf_dynhash_lookup (d->cd_output_mapping, hash)
1550 ctf_dynset_t *type_ids; local
1831 ctf_dynset_t *type_ids; local
2309 ctf_dynset_t *type_ids; local
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 1165 ctf_dynset_t *type_ids; local
1193 if ((type_ids = ctf_dynhash_lookup (d->cd_output_mapping,
1199 if ((type_ids = ctf_dynset_create (htab_hash_pointer,
1204 type_ids) < 0)
1206 ctf_dynset_destroy (type_ids);
1226 while ((err = ctf_dynset_cnext (type_ids, &i, &one_id)) == 0)
1254 if (!ctf_dynset_exists (type_ids, id, NULL)
1255 && ctf_dynset_insert (type_ids, id) < 0)
1379 ctf_dynset_t *type_ids; local
1390 type_ids = ctf_dynhash_lookup (d->cd_output_mapping, hash)
1487 ctf_dynset_t *type_ids; local
1761 ctf_dynset_t *type_ids; local
2234 ctf_dynset_t *type_ids; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 1166 ctf_dynset_t *type_ids; local
1196 if ((type_ids = ctf_dynhash_lookup (d->cd_output_mapping,
1202 if ((type_ids = ctf_dynset_create (htab_hash_pointer,
1207 type_ids) < 0)
1209 ctf_dynset_destroy (type_ids);
1229 while ((err = ctf_dynset_cnext (type_ids, &i, &one_id)) == 0)
1257 if (!ctf_dynset_exists (type_ids, id, NULL)
1258 && ctf_dynset_insert (type_ids, id) < 0)
1353 ctf_dynset_t *type_ids; local
1364 type_ids = ctf_dynhash_lookup (d->cd_output_mapping, hash)
1462 ctf_dynset_t *type_ids; local
1736 ctf_dynset_t *type_ids; local
2211 ctf_dynset_t *type_ids; local
    [all...]

Completed in 36 milliseconds