Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_error.c344 (Dwarf_Error) _dwarf_get_alloc(dbg, DW_DLA_ERROR, 1); in _dwarf_error()
369 errptr = (Dwarf_Error) _dwarf_get_alloc(dbg, DW_DLA_ERROR, 1); in _dwarf_error()
H A Ddwarf_alloc.c510 } else if (alloc_type == DW_DLA_ERROR) { in _dwarf_get_alloc()
513 dwarf_malloc_check_alloc_data(m, DW_DLA_ERROR); in _dwarf_get_alloc()
551 if (type == DW_DLA_ERROR) { in _dwarf_get_alloc()
556 dwarf_malloc_check_alloc_data(m, DW_DLA_ERROR); in _dwarf_get_alloc()
637 if (type == DW_DLA_ERROR) { in dwarf_dealloc()
H A Ddwarf_addr_finder.c552 dwarf_dealloc(dbg, err, DW_DLA_ERROR); in do_this_die_and_dealloc()
574 dwarf_dealloc(dbg, err, DW_DLA_ERROR); in do_this_die_and_dealloc()
H A Ddwarf_sort_line.c396 dwarf_dealloc(dbg, error, DW_DLA_ERROR); in _dwarf_update_line_sec()
H A Dlibdwarf.h736 #define DW_DLA_ERROR 0x0e /* Dwarf_Error */ macro