Home
last modified time | relevance | path

Searched refs:IMAGE_SYM_UNDEFINED (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dsecrel32-undef.s26 # CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED (0)
30 # CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED (0)
Dcomm-align.s48 # CHECK-NEXT:Section: IMAGE_SYM_UNDEFINED (0)
/external/boringssl/src/util/
Dread_symbols.go236 IMAGE_SYM_UNDEFINED = 0
240 if sym.SectionNumber != IMAGE_SYM_UNDEFINED && sym.StorageClass == IMAGE_SYM_CLASS_EXTERNAL {
/external/llvm/test/MC/COFF/
Dcomm-align.s48 # CHECK-NEXT:Section: IMAGE_SYM_UNDEFINED (0)
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp161 symb->SectionNumber == COFF::IMAGE_SYM_UNDEFINED) { in getSymbolType()
231 case COFF::IMAGE_SYM_UNDEFINED: in getSymbolNMTypeChar()
531 if (index == COFF::IMAGE_SYM_UNDEFINED || in getSection()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCOFF.h78 IMAGE_SYM_UNDEFINED = 0 enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h167 IMAGE_SYM_UNDEFINED = 0 enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h200 IMAGE_SYM_UNDEFINED = 0 enumerator
/external/llvm/include/llvm/Support/
DCOFF.h162 IMAGE_SYM_UNDEFINED = 0 enumerator
/external/llvm/include/llvm/Object/
DCOFF.h361 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isCommon()
366 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isUndefined()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h380 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isCommon()
385 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isUndefined()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1229 if (SectionNumber == llvm::COFF::IMAGE_SYM_UNDEFINED) in getSectionName()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1384 if (SectionNumber == llvm::COFF::IMAGE_SYM_UNDEFINED) in getSectionName()