Searched refs:tfind (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/libcpu/ |
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) in new_bitfield() 811 struct synonym **res = tfind (&search, &synonyms, compare_syn); in fillin_arg() 912 if (tfind (&search, &fct_names[i], compare_argstring) == NULL) in find_numbers() 925 if (tfind (&search, &strs[i], compare_argstring) == NULL) in find_numbers() [all …]
|
D | i386_parse.c | 1616 if (tfind (newp, &synonyms, compare_syn) != NULL) 1651 && tfind ((yyvsp[(4) - (6)].str), &mnemonics, 1682 if (tfind (&search, &suffixes, compare_suf) 1717 res = tfind (&search, &bitfields, bitfield_compare); 1798 res = tfind (&search, &bitfields, bitfield_compare); 1872 res = tfind (&search, &bitfields, bitfield_compare); 2176 if (tfind (newp, &bitfields, bitfield_compare) != NULL) in new_bitfield() 2413 struct synonym **res = tfind (&search, &synonyms, compare_syn); in fillin_arg() 2514 if (tfind (&search, &fct_names[i], compare_argstring) == NULL) in find_numbers() 2527 if (tfind (&search, &strs[i], compare_argstring) == NULL) in find_numbers() [all …]
|
/external/elfutils/libdw/ |
D | libdw_findcu.c | 94 struct Dwarf_CU **found = tfind (&fake, &dbg->cu_tree, findcu_cb);
|
D | dwarf_getlocation.c | 122 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare); in getlocation()
|
/external/elfutils/src/ |
D | findtextrel.c | 513 if (tfind (src, knownsrcs, ptrcompare) == NULL) in check_rel() 566 if (tfind (lowstr, knownsrcs, ptrcompare) == NULL) in check_rel()
|
D | nm.c | 1093 Dwarf_Global **found = tfind (&fake, &global_root, in show_symbols() 1149 struct local_name **found = tfind (&fake, &local_root, in show_symbols()
|
/external/e2fsprogs/intl/ |
D | dcigettext.c | 145 # define tfind __tfind macro 488 foundp = (struct known_translation_t **) tfind (search, &root, transcmp); in DCIGETTEXT()
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | date.orig | 86577 ==== BB 2191 tfind(0xFF2F7C8) approx BBs exec'd 0 ====
|