Home
last modified time | relevance | path

Searched refs:er_static_alloc (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()
114 errptr->er_static_alloc = DE_STANDARD; in _dwarf_error_string()
123 errptr->er_static_alloc = DE_STATIC; in _dwarf_error_string()
125 errptr->er_static_alloc = DE_MALLOC; in _dwarf_error_string()
150 errptr->er_static_alloc = DE_STATIC; in _dwarf_error_string()
H A Ddwarf_error.h58 int er_static_alloc; member
H A Ddwarf_alloc.c786 if (ep->er_static_alloc == DE_STATIC) { in dwarf_dealloc()
804 if (ep->er_static_alloc == DE_MALLOC) { in dwarf_dealloc()
1054 e->er_static_alloc = DE_MALLOC; in _dwarf_special_no_dbg_error_malloc()