Lines Matching refs:sb_error
2384 SBError sb_error; in SetSectionLoadAddress() local
2390 sb_error.SetErrorStringWithFormat ("invalid section"); in SetSectionLoadAddress()
2399 sb_error.SetErrorString ("thread specific sections are not yet supported"); in SetSectionLoadAddress()
2416 sb_error.SetErrorString ("invalid target"); in SetSectionLoadAddress()
2418 return sb_error; in SetSectionLoadAddress()
2424 SBError sb_error; in ClearSectionLoadAddress() local
2431 sb_error.SetErrorStringWithFormat ("invalid section"); in ClearSectionLoadAddress()
2446 sb_error.SetErrorStringWithFormat ("invalid target"); in ClearSectionLoadAddress()
2448 return sb_error; in ClearSectionLoadAddress()
2454 SBError sb_error; in SetModuleLoadAddress() local
2481 sb_error.SetErrorStringWithFormat ("invalid module"); in SetModuleLoadAddress()
2487 sb_error.SetErrorStringWithFormat ("invalid target"); in SetModuleLoadAddress()
2489 return sb_error; in SetModuleLoadAddress()
2495 SBError sb_error; in ClearModuleLoadAddress() local
2529 sb_error.SetErrorStringWithFormat ("no sections in object file '%s'", path); in ClearModuleLoadAddress()
2535 sb_error.SetErrorStringWithFormat ("no object file for module '%s'", path); in ClearModuleLoadAddress()
2540 sb_error.SetErrorStringWithFormat ("invalid module"); in ClearModuleLoadAddress()
2545 sb_error.SetErrorStringWithFormat ("invalid target"); in ClearModuleLoadAddress()
2547 return sb_error; in ClearModuleLoadAddress()