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 139 if (unlikely (tsearch (block, cache, loc_compare) == NULL)) in store_implicit_value() 152 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in dwarf_getlocation_implicit_value() 192 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in check_constant_offset() 216 found = tsearch (newp, &attr->cu->locs, loc_compare); in check_constant_offset() 247 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression() 635 (void) tsearch (newp, cache, loc_compare); in __libdw_intern_expression()
|