Searched refs:executable_format_error (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/XRay/ |
| H A D | Trace.cpp | 70 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 76 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 89 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 96 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 114 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 122 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 129 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 136 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 143 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 197 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() [all …]
|
| H A D | FDRRecordProducer.cpp | 48 std::make_error_code(std::errc::executable_format_error), in metadataRecordType() 92 std::make_error_code(std::errc::executable_format_error), in findNextBufferExtent() 128 std::make_error_code(std::errc::executable_format_error), in produce() 154 std::make_error_code(std::errc::executable_format_error), in produce() 165 std::make_error_code(std::errc::executable_format_error), in produce() 185 std::make_error_code(std::errc::executable_format_error), in produce()
|
| H A D | InstrumentationMap.cpp | 80 std::make_error_code(std::errc::executable_format_error)); in loadObj() 84 std::make_error_code(std::errc::executable_format_error)); in loadObj() 119 std::make_error_code(std::errc::executable_format_error)); in loadObj() 152 std::make_error_code(std::errc::executable_format_error)); in loadObj()
|
| H A D | BlockVerifier.cpp | 113 std::make_error_code(std::errc::executable_format_error), in transition() 129 std::make_error_code(std::errc::executable_format_error), in transition() 196 std::make_error_code(std::errc::executable_format_error), in verify()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Errc.h | 44 executable_format_error = int(std::errc::executable_format_error), enumerator
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | __errc | 40 executable_format_error, // ENOEXEC 137 executable_format_error = ENOEXEC,
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Core/ |
| H A D | Reader.cpp | 50 return make_error_code(llvm::errc::executable_format_error); in loadFile()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryReader.cpp | 87 return make_error_code(llvm::errc::executable_format_error); in appendRelocations() 102 return make_error_code(llvm::errc::executable_format_error); in appendIndirectSymbols() 104 return make_error_code(llvm::errc::executable_format_error); in appendIndirectSymbols()
|
| H A D | MachONormalizedFileBinaryWriter.cpp | 486 _ec = make_error_code(llvm::errc::executable_format_error); in buildFileOffsets() 498 _ec = make_error_code(llvm::errc::executable_format_error); in buildFileOffsets() 527 _ec = make_error_code(llvm::errc::executable_format_error); in buildFileOffsets()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | xray-account.cpp | 442 std::make_error_code(std::errc::executable_format_error)), in __anon1c2a34480f02() 471 std::make_error_code(std::errc::executable_format_error)); in __anon1c2a34480f02()
|
| H A D | xray-converter.cpp | 404 std::make_error_code(std::errc::executable_format_error)), in __anon7b6bafb30302()
|