Searched refs:loc_s (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/libdw/ |
D | dwarf_getlocation.c | 88 const struct loc_s *l1 = (const struct loc_s *) p1; in loc_compare() 89 const struct loc_s *l2 = (const struct loc_s *) p2; in loc_compare() 162 struct loc_s fake = { .addr = attr->valp }; in check_constant_offset() 163 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in check_constant_offset() 180 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in check_constant_offset() 181 struct loc_s, sizeof (struct loc_s), in check_constant_offset() 217 struct loc_s fake = { .addr = block->data }; in __libdw_intern_expression() 218 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression() 531 struct loc_s *newp; in __libdw_intern_expression() 533 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1); in __libdw_intern_expression()
|
D | frame-cache.c | 52 struct loc_s *loc = arg; in free_expr()
|
D | libdwP.h | 45 struct loc_s struct
|
D | ChangeLog | 1654 * libdwP.h (struct loc_s): Update use. 2243 * libdwP.h: Define struct loc_s and DWARF_E_NO_BLOCK.
|