HomeSort by relevance Sort by last modified time
    Searched full:knownsrcs (Results 1 - 1 of 1) sorted by null

  /external/elfutils/src/
findtextrel.c 102 void **knownsrcs);
209 void *knownsrcs = NULL; local
435 symscn, dw, fname, more_than_one, &knownsrcs);
458 symscn, dw, fname, more_than_one, &knownsrcs);
473 tdestroy (knownsrcs, noop);
493 const char *fname, bool more_than_one, void **knownsrcs)
513 if (tfind (src, knownsrcs, ptrcompare) == NULL)
516 tsearch (src, knownsrcs, ptrcompare);
566 if (tfind (lowstr, knownsrcs, ptrcompare) == NULL)
571 tsearch (lowstr, knownsrcs, ptrcompare)
    [all...]

Completed in 593 milliseconds