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()
189 struct loc_s fake = { .addr = attr->valp }; in check_constant_offset()
190 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in check_constant_offset()
207 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in check_constant_offset()
208 struct loc_s, sizeof (struct loc_s), in check_constant_offset()
244 struct loc_s fake = { .addr = block->data }; in __libdw_intern_expression()
245 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression()
617 struct loc_s *newp; in __libdw_intern_expression()
619 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.h44 struct loc_s struct
DChangeLog2858 * libdwP.h (struct loc_s): Update use.
3447 * libdwP.h: Define struct loc_s and DWARF_E_NO_BLOCK.