Home
last modified time | relevance | path

Searched refs:executable_format_error (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DTrace.cpp110 std::make_error_code(std::errc::executable_format_error)); in loadNaiveFormatLog()
134 std::make_error_code(std::errc::executable_format_error)); in loadNaiveFormatLog()
143 std::make_error_code(std::errc::executable_format_error)); in loadNaiveFormatLog()
214 std::make_error_code(std::errc::executable_format_error)); in processFDRNewBufferRecord()
229 std::make_error_code(std::errc::executable_format_error)); in processFDREndOfBufferRecord()
243 std::make_error_code(std::errc::executable_format_error)); in processFDRNewCPUIdRecord()
259 std::make_error_code(std::errc::executable_format_error)); in processFDRTSCWrapRecord()
273 std::make_error_code(std::errc::executable_format_error)); in processFDRWallTimeRecord()
290 std::make_error_code(std::errc::executable_format_error)); in processFDRPidRecord()
323 std::make_error_code(std::errc::executable_format_error)); in processBufferExtents()
[all …]
DInstrumentationMap.cpp76 std::make_error_code(std::errc::executable_format_error)); in loadELF64()
80 std::make_error_code(std::errc::executable_format_error)); in loadELF64()
90 std::make_error_code(std::errc::executable_format_error)); in loadELF64()
111 std::make_error_code(std::errc::executable_format_error)); in loadELF64()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrc.h44 executable_format_error = int(std::errc::executable_format_error), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h44 executable_format_error = int(std::errc::executable_format_error), enumerator
/external/llvm/include/llvm/Support/
DErrc.h44 executable_format_error = int(std::errc::executable_format_error), enumerator
/external/libcxx/include/
D__errc40 executable_format_error, // ENOEXEC
137 executable_format_error = ENOEXEC,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp36 static_assert(static_cast<int>(std::errc::executable_format_error) == ENOEXEC, ""); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.cpp472 std::make_error_code(std::errc::executable_format_error)), in __anon9fd330660902()
501 std::make_error_code(std::errc::executable_format_error)); in __anon9fd330660902()
Dxray-converter.cpp393 std::make_error_code(std::errc::executable_format_error)), in __anon8d442b510302()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h521 executable_format_error = ENOEXEC, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst664 make_error_code(errc::executable_format_error"));