Searched refs:loc_s (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 111 const struct loc_s *l1 = (const struct loc_s *) p1; in loc_compare() 112 const struct loc_s *l2 = (const struct loc_s *) p2; in loc_compare() 191 struct loc_s fake = { .addr = attr->valp }; in check_constant_offset() 192 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in check_constant_offset() 209 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in check_constant_offset() 210 struct loc_s, sizeof (struct loc_s), in check_constant_offset() 246 struct loc_s fake = { .addr = block->data }; in __libdw_intern_expression() 247 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression() 619 struct loc_s *newp; in __libdw_intern_expression() 621 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1); in __libdw_intern_expression()
|
D | frame-cache.c | 53 struct loc_s *loc = arg; in free_expr()
|
D | libdwP.h | 46 struct loc_s struct
|
D | ChangeLog | 2946 * libdwP.h (struct loc_s): Update use. 3535 * libdwP.h: Define struct loc_s and DWARF_E_NO_BLOCK.
|