Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Dcfi.c111 int result = DWARF_E_NOERROR; in execute_cfi()
417 if (likely (result == DWARF_E_NOERROR)) in execute_cfi()
428 int result = DWARF_E_NOERROR; in cie_cache_initial_state()
476 && likely (result == DWARF_E_NOERROR)) in cie_cache_initial_state()
482 if (likely (result == DWARF_E_NOERROR)) in cie_cache_initial_state()
499 if (likely (result == DWARF_E_NOERROR)) in __libdw_frame_at_address()
512 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.c47 if (error != DWARF_E_NOERROR) in dwarf_cfi_addrframe()
Ddwarf_getscopes.c65 if (error != DWARF_E_NOERROR && error != DWARF_E_NO_DEBUG_RANGES) in pc_match()
DlibdwP.h93 DWARF_E_NOERROR = 0, enumerator
DChangeLog1772 error code is DWARF_E_NOERROR (0).