Lines Matching refs:result
60 enough_registers (Dwarf_Word reg, Dwarf_Frame **pfs, int *result)
67 *result = DWARF_E_INVALID_CFI;
77 *result = DWARF_E_NOMEM;
111 int result = DWARF_E_NOERROR;
115 result = DWARF_E_INVALID_CFI; \
122 if (unlikely (! enough_registers (regno, &fs, &result))) \
164 result = INTUSE(dwarf_errno) ();
319 if (unlikely (! enough_registers (operand, &fs, &result)))
333 result = DWARF_E_NOMEM;
365 if (unlikely (! enough_registers (31, &fs, &result)))
431 if (likely (result == DWARF_E_NOERROR))
436 return result;
442 int result = DWARF_E_NOERROR;
445 return result;
482 result = execute_cfi (cache, &abi_cie, &cie_fs,
490 && likely (result == DWARF_E_NOERROR))
491 result = execute_cfi (cache, cie, &cie_fs,
496 if (likely (result == DWARF_E_NOERROR))
504 return result;
512 int result = cie_cache_initial_state (cache, fde->cie);
513 if (likely (result == DWARF_E_NOERROR))
523 result = execute_cfi (cache, fde->cie, &fs,
526 if (likely (result == DWARF_E_NOERROR))
529 return result;