Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getlocation.c103 const struct loc_s *l1 = (const struct loc_s *) p1; in loc_compare()
104 const struct loc_s *l2 = (const struct loc_s *) p2; in loc_compare()
121 struct loc_s fake = { .addr = block->data }; in getlocation()
122 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare); in getlocation()
330 struct loc_s *newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), in getlocation()
DlibdwP.h72 struct loc_s struct
DChangeLog305 * libdwP.h (struct loc_s): Update use.
894 * libdwP.h: Define struct loc_s and DWARF_E_NO_BLOCK.