Searched refs:tfind (Results 1 - 7 of 7) sorted by relevance
/external/elfutils/libdw/ |
H A D | libdw_findcu.c | 94 struct Dwarf_CU **found = tfind (&fake, &dbg->cu_tree, findcu_cb);
|
H A D | dwarf_getlocation.c | 122 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
|
/external/elfutils/libcpu/ |
H A D | i386_parse.y | 268 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 D | i386_parse.c | 1619 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 D | findtextrel.c | 513 if (tfind (src, knownsrcs, ptrcompare) == NULL) 566 if (tfind (lowstr, knownsrcs, ptrcompare) == NULL)
|
H A D | nm.c | 1093 Dwarf_Global **found = tfind (&fake, &global_root, 1149 struct local_name **found = tfind (&fake, &local_root,
|
/external/e2fsprogs/intl/ |
H A D | dcigettext.c | 145 # define tfind __tfind macro 488 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
|
Completed in 858 milliseconds