Searched refs:loc_compare (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 125 loc_compare (const void *p1, const void *p2) in loc_compare() function 157 if (unlikely (tsearch (block, cache, loc_compare) == NULL)) in store_implicit_value() 170 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in dwarf_getlocation_implicit_value() 214 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in is_constant_offset() 238 found = tsearch (newp, &attr->cu->locs, loc_compare); in is_constant_offset() 269 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression() 657 (void) tsearch (newp, cache, loc_compare); in __libdw_intern_expression()
|