Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DTrace.cpp70 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 DFDRRecordProducer.cpp48 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 DInstrumentationMap.cpp80 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 DBlockVerifier.cpp113 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 DErrc.h44 executable_format_error = int(std::errc::executable_format_error), enumerator
/freebsd-12.1/contrib/libc++/include/
H A D__errc40 executable_format_error, // ENOEXEC
137 executable_format_error = ENOEXEC,
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DReader.cpp50 return make_error_code(llvm::errc::executable_format_error); in loadFile()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp87 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 DMachONormalizedFileBinaryWriter.cpp486 _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 Dxray-account.cpp442 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 Dxray-converter.cpp404 std::make_error_code(std::errc::executable_format_error)), in __anon7b6bafb30302()