Searched refs:tfind (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/libdw/
H A Dlibdw_findcu.c94 struct Dwarf_CU **found = tfind (&fake, &dbg->cu_tree, findcu_cb);
H A Ddwarf_getlocation.c122 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
/external/elfutils/libcpu/
H A Di386_parse.y268 if (tfind (newp, &synonyms, compare_syn) != NULL)
307 && tfind ($4, &mnemonics,
338 if (tfind (&search, &suffixes, compare_suf)
373 res = tfind (&search, &bitfields, bitfield_compare);
436 res = tfind (&search, &bitfields, bitfield_compare);
496 res = tfind (&search, &bitfields, bitfield_compare);
574 if (tfind (newp, &bitfields, bitfield_compare) != NULL)
811 struct synonym **res = tfind (&search, &synonyms, compare_syn);
912 if (tfind (&search, &fct_names[i], compare_argstring) == NULL)
925 if (tfind (
[all...]
H A Di386_parse.c1619 if (tfind (newp, &synonyms, compare_syn) != NULL)
1654 && tfind ((yyvsp[(4) - (6)].str), &mnemonics,
1685 if (tfind (&search, &suffixes, compare_suf)
1720 res = tfind (&search, &bitfields, bitfield_compare);
1801 res = tfind (&search, &bitfields, bitfield_compare);
1875 res = tfind (&search, &bitfields, bitfield_compare);
2179 if (tfind (newp, &bitfields, bitfield_compare) != NULL)
2416 struct synonym **res = tfind (&search, &synonyms, compare_syn);
2517 if (tfind (&search, &fct_names[i], compare_argstring) == NULL)
2530 if (tfind (
[all...]
/external/elfutils/src/
H A Dfindtextrel.c513 if (tfind (src, knownsrcs, ptrcompare) == NULL)
566 if (tfind (lowstr, knownsrcs, ptrcompare) == NULL)
H A Dnm.c1093 Dwarf_Global **found = tfind (&fake, &global_root,
1149 struct local_name **found = tfind (&fake, &local_root,
/external/e2fsprogs/intl/
H A Ddcigettext.c145 # define tfind __tfind macro
488 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);

Completed in 858 milliseconds