Searched refs:DW_DLA_ERROR (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_error.c | 344 (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 D | dwarf_alloc.c | 510 } 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 D | dwarf_addr_finder.c | 552 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 D | dwarf_sort_line.c | 396 dwarf_dealloc(dbg, error, DW_DLA_ERROR); in _dwarf_update_line_sec()
|
H A D | libdwarf.h | 736 #define DW_DLA_ERROR 0x0e /* Dwarf_Error */ macro
|