Home
last modified time | relevance | path

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

/external/elfutils/0.153/libdw/
Ddwarf_getlocation.c91 struct loclist struct
97 struct loclist *next; argument
246 struct loclist *loclist = NULL; in __libdw_intern_expression() local
252 struct loclist *newloc; in __libdw_intern_expression()
253 newloc = (struct loclist *) alloca (sizeof (struct loclist)); in __libdw_intern_expression()
257 newloc->next = loclist; in __libdw_intern_expression()
258 loclist = newloc; in __libdw_intern_expression()
447 struct loclist *newloc; in __libdw_intern_expression()
448 newloc = (struct loclist *) alloca (sizeof (struct loclist)); in __libdw_intern_expression()
453 newloc->next = loclist; in __libdw_intern_expression()
[all …]