Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_error.c112 errptr->er_static_alloc = DE_STATIC; in _dwarf_error_string()
123 errptr->er_static_alloc = DE_STATIC; in _dwarf_error_string()
150 errptr->er_static_alloc = DE_STATIC; in _dwarf_error_string()
H A Ddwarf_error.h40 #define DE_STATIC 1 /* Using global static var */ macro
H A Ddwarf_alloc.c786 if (ep->er_static_alloc == DE_STATIC) { in dwarf_dealloc()