Home
last modified time | relevance | path

Searched refs:loc_s (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getlocation.c111 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()
193 struct loc_s fake = { .addr = attr->valp }; in is_constant_offset()
194 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in is_constant_offset()
211 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in is_constant_offset()
212 struct loc_s, sizeof (struct loc_s), in is_constant_offset()
248 struct loc_s fake = { .addr = block->data }; in __libdw_intern_expression()
249 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression()
621 struct loc_s *newp; in __libdw_intern_expression()
623 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1); in __libdw_intern_expression()
Dframe-cache.c53 struct loc_s *loc = arg; in free_expr()
DlibdwP.h42 struct loc_s struct
DChangeLog3054 * libdwP.h (struct loc_s): Update use.
3643 * libdwP.h: Define struct loc_s and DWARF_E_NO_BLOCK.