Lines Matching refs:loc_s
127 const struct loc_s *l1 = (const struct loc_s *) p1;
128 const struct loc_s *l2 = (const struct loc_s *) p2;
213 struct loc_s fake = { .addr = attr->valp };
214 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
231 struct loc_s *newp = libdw_alloc (attr->cu->dbg,
232 struct loc_s, sizeof (struct loc_s),
268 struct loc_s fake = { .addr = block->data };
269 struct loc_s **found = tfind (&fake, cache, loc_compare);
641 struct loc_s *newp;
643 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1);