Home
last modified time | relevance | path

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

/external/elfutils/src/libdw/
Dcfi.c71 int result = DWARF_E_NOERROR; in execute_cfi()
405 if (likely (result == DWARF_E_NOERROR)) in execute_cfi()
416 int result = DWARF_E_NOERROR; in cie_cache_initial_state()
464 && likely (result == DWARF_E_NOERROR)) in cie_cache_initial_state()
470 if (likely (result == DWARF_E_NOERROR)) in cie_cache_initial_state()
487 if (likely (result == DWARF_E_NOERROR)) in __libdw_frame_at_address()
500 if (likely (result == DWARF_E_NOERROR)) in __libdw_frame_at_address()
Ddwarf_error.c48 global_error = DWARF_E_NOERROR; in dwarf_errno()
58 [DWARF_E_NOERROR] = N_("no error"),
Ddwarf_cfi_addrframe.c50 if (error != DWARF_E_NOERROR)
Ddwarf_getscopes.c65 if (error != DWARF_E_NOERROR && error != DWARF_E_NO_DEBUG_RANGES) in pc_match()
DlibdwP.h93 DWARF_E_NOERROR = 0, enumerator
DChangeLog1462 error code is DWARF_E_NOERROR (0).