Searched refs:loc_compare (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 109 loc_compare (const void *p1, const void *p2) in loc_compare() function 137 if (unlikely (tsearch (block, cache, loc_compare) == NULL)) in store_implicit_value() 150 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in dwarf_getlocation_implicit_value() 190 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in check_constant_offset() 214 found = tsearch (newp, &attr->cu->locs, loc_compare); in check_constant_offset() 245 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression() 633 (void) tsearch (newp, cache, loc_compare); in __libdw_intern_expression()
|