Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DTrace.cpp69 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()
115 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
123 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
131 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
138 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
145 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
160 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
[all …]
H A DFDRRecordProducer.cpp47 std::make_error_code(std::errc::executable_format_error), in metadataRecordType()
91 std::make_error_code(std::errc::executable_format_error), in findNextBufferExtent()
127 std::make_error_code(std::errc::executable_format_error), in produce()
153 std::make_error_code(std::errc::executable_format_error), in produce()
164 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 DBlockVerifier.cpp112 std::make_error_code(std::errc::executable_format_error), in transition()
128 std::make_error_code(std::errc::executable_format_error), in transition()
195 std::make_error_code(std::errc::executable_format_error), in verify()
H A DInstrumentationMap.cpp87 std::make_error_code(std::errc::executable_format_error)); in loadObj()
155 std::make_error_code(std::errc::executable_format_error)); in loadObj()
195 std::make_error_code(std::errc::executable_format_error)); in loadObj()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrc.h43 executable_format_error = int(std::errc::executable_format_error), enumerator
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__errc39 executable_format_error, // ENOEXEC
136 executable_format_error = ENOEXEC,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h62 executable_format_error = ENOEXEC, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h62 executable_format_error = ENOEXEC, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h64 executable_format_error = ENOEXEC, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h64 executable_format_error = ENOEXEC, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h64 executable_format_error = ENOEXEC, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h64 executable_format_error = ENOEXEC, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h64 executable_format_error = ENOEXEC, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h64 executable_format_error = ENOEXEC, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.cpp478 std::make_error_code(std::errc::executable_format_error)), in __anona2b7686e0f02()
507 std::make_error_code(std::errc::executable_format_error)); in __anona2b7686e0f02()
H A Dxray-converter.cpp394 std::make_error_code(std::errc::executable_format_error)), in __anonda1685590302()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst671 make_error<StringError>("Bad executable", errc::executable_format_error);
672 createStringError(errc::executable_format_error, "Bad executable");
693 createStringError(errc::executable_format_error,