Searched refs:loc_compare (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/src/libdw/ |
D | dwarf_getlocation.c | 86 loc_compare (const void *p1, const void *p2) in loc_compare() function 112 (void) tsearch (block, cache, loc_compare); in store_implicit_value() 125 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare); 163 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in check_constant_offset() 187 found = tsearch (newp, &attr->cu->locs, loc_compare); in check_constant_offset() 218 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression() 547 (void) tsearch (newp, cache, loc_compare); in __libdw_intern_expression()
|