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

  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 142 usual order. We can make this easier to do by constructing a *citers* graph
147 recursively: so we can construct the citers graph at the same time as we
577 ctf_dynset_t *citers = NULL; local
579 /* Add a citer to the citers set. */
580 #define ADD_CITER(citers, hval) \
583 whaterr = N_("error updating citers"); \
584 if (!citers) \
585 if ((citers = ctf_dynset_create (htab_hash_string, \
589 if (ctf_dynset_cinsert (citers, hval) < 0) \
783 ADD_CITER (citers, hval)
1336 ctf_dynset_t *citers; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 142 usual order. We can make this easier to do by constructing a *citers* graph
147 recursively: so we can construct the citers graph at the same time as we
578 ctf_dynset_t *citers = NULL; local
580 /* Add a citer to the citers set. */
581 #define ADD_CITER(citers, hval) \
584 whaterr = N_("error updating citers"); \
585 if (!citers) \
586 if ((citers = ctf_dynset_create (htab_hash_string, \
590 if (ctf_dynset_cinsert (citers, hval) < 0) \
785 ADD_CITER (citers, hval)
1310 ctf_dynset_t *citers; local
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 142 usual order. We can make this easier to do by constructing a *citers* graph
147 recursively: so we can construct the citers graph at the same time as we
579 ctf_dynset_t *citers = NULL; local
581 /* Add a citer to the citers set. */
582 #define ADD_CITER(citers, hval) \
585 whaterr = N_("error updating citers"); \
586 if (!citers) \
587 if ((citers = ctf_dynset_create (htab_hash_string, \
591 if (ctf_dynset_cinsert (citers, hval) < 0) \
789 ADD_CITER (citers, hval)
1399 ctf_dynset_t *citers; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 142 usual order. We can make this easier to do by constructing a *citers* graph
147 recursively: so we can construct the citers graph at the same time as we
579 ctf_dynset_t *citers = NULL; local
581 /* Add a citer to the citers set. */
582 #define ADD_CITER(citers, hval) \
585 whaterr = N_("error updating citers"); \
586 if (!citers) \
587 if ((citers = ctf_dynset_create (htab_hash_string, \
591 if (ctf_dynset_cinsert (citers, hval) < 0) \
789 ADD_CITER (citers, hval)
1399 ctf_dynset_t *citers; local
    [all...]

Completed in 20 milliseconds