Searched refs:kMaxErrorCode (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
H A DLinker.h60 kMaxErrorCode, enumerator in enum:bcc::Linker::ErrorCode
H A DCompiler.h72 kMaxErrorCode, enumerator in enum:bcc::Compiler::ErrorCode
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h53 kMaxErrorCode, enumerator in enum:alone::Linker::ErrorCode
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp81 /* kMaxErrorCode */
85 if (pErrCode > kMaxErrorCode) {
86 pErrCode = kMaxErrorCode;
H A DLinker.cpp67 /* kMaxErrorCode */
71 if (pErrCode > kMaxErrorCode) {
72 pErrCode = kMaxErrorCode;
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp60 /* kMaxErrorCode */
64 if (pErrCode > kMaxErrorCode) {
65 pErrCode = kMaxErrorCode;

Completed in 90 milliseconds