Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getlocation.c88 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()
160 struct loc_s fake = { .addr = attr->valp }; in check_constant_offset()
161 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); in check_constant_offset()
178 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in check_constant_offset()
179 struct loc_s, sizeof (struct loc_s), in check_constant_offset()
215 struct loc_s fake = { .addr = block->data }; in __libdw_intern_expression()
216 struct loc_s **found = tfind (&fake, cache, loc_compare); in __libdw_intern_expression()
566 struct loc_s *newp; in __libdw_intern_expression()
568 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.h45 struct loc_s struct
DChangeLog1964 * libdwP.h (struct loc_s): Update use.
2553 * libdwP.h: Define struct loc_s and DWARF_E_NO_BLOCK.