Lines Matching defs:result
41 We update the section header in place to cache the result. */
489 Dwfl_Error *result)
497 *result = DWFL_E_UNKNOWN_MACHINE;
622 Dwfl_Error result = DWFL_E_NOERROR;
631 for (size_t relidx = 0; !result && relidx < nrels; ++relidx)
636 result = relocate (mod, relocated, reloc_symtab, tdata, ehdr,
640 check_badreltype (&first_badreltype, mod, &result);
642 switch (result)
654 result = DWFL_E_NOERROR;
661 for (size_t relidx = 0; !result && relidx < nrels; ++relidx)
667 result = relocate (mod, relocated, reloc_symtab, tdata, ehdr,
671 check_badreltype (&first_badreltype, mod, &result);
673 switch (result)
686 result = DWFL_E_NOERROR;
693 if (likely (result == DWFL_E_NOERROR))
746 return result;
768 Dwfl_Error result = DWFL_E_NOERROR;
770 while (result == DWFL_E_NOERROR
785 result = DWFL_E_LIBELF;
787 result = relocate_section (mod, debugfile, ehdr, d_shstrndx,
793 return result;
810 Dwfl_Error result = __libdwfl_module_getebl (mod);
811 if (unlikely (result != DWFL_E_NOERROR))
812 return result;