Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getmacros.c379 Dwarf_Attribute *attributesp = NULL; in read_macros() local
383 attributesp = malloc (sizeof (Dwarf_Attribute) * proto->nforms); in read_macros()
384 if (attributesp == NULL) in read_macros()
389 attributes = attributesp; in read_macros()
411 free (attributesp); in read_macros()
418 free (attributesp); in read_macros()
432 if (unlikely (attributesp != NULL)) in read_macros()
433 free (attributesp); in read_macros()