Lines Matching refs:scopes
321 Dwarf_Die *scopes;
322 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
328 switch (dwarf_tag (&scopes[i]))
332 const char *name = get_diename (&scopes[i]);
342 const char *name = get_diename (&scopes[i]);
362 if (dwarf_formudata (dwarf_attr (&scopes[i],
369 if (dwarf_formudata (dwarf_attr (&scopes[i],
373 if (dwarf_formudata (dwarf_attr (&scopes[i],
414 free (scopes);
738 Dwarf_Die *scopes = NULL;
739 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
746 Dwarf_Off dieoff = dwarf_dieoffset (&scopes[0]);
749 free (scopes);
750 scopes = NULL;
752 nscopes = dwarf_getscopes_die (&subroutine, &scopes);
757 if (dwarf_diecu (&scopes[0], &cu, NULL, NULL) != NULL
764 Dwarf_Die *die = &scopes[i];
778 Dwarf_Die *parent = &scopes[j];
818 free (scopes);