Home
last modified time | relevance | path

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

/external/elfutils/0.153/libdw/
Dcfi.c91 int result = DWARF_E_NOERROR; in execute_cfi()
407 if (likely (result == DWARF_E_NOERROR)) in execute_cfi()
418 int result = DWARF_E_NOERROR; in cie_cache_initial_state()
466 && likely (result == DWARF_E_NOERROR)) in cie_cache_initial_state()
472 if (likely (result == DWARF_E_NOERROR)) in cie_cache_initial_state()
489 if (likely (result == DWARF_E_NOERROR)) in __libdw_frame_at_address()
502 if (likely (result == DWARF_E_NOERROR)) in __libdw_frame_at_address()
Ddwarf_error.c73 global_error = DWARF_E_NOERROR; in dwarf_errno()
83 [DWARF_E_NOERROR] = N_("no error"),
Ddwarf_cfi_addrframe.c71 if (error != DWARF_E_NOERROR)
Ddwarf_getscopes.c86 if (error != DWARF_E_NOERROR && error != DWARF_E_NO_DEBUG_RANGES) in pc_match()
DlibdwP.h103 DWARF_E_NOERROR = 0, enumerator
DChangeLog751 error code is DWARF_E_NOERROR (0).