Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-ml/
Dalias.asm17 ; CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED (0)
32 ; CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED (0)
47 ; CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED (0)
66 ; CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED (0)
81 ; CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED (0)
/external/llvm-project/llvm/test/MC/COFF/
Dsecrel32-undef.s26 # CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED (0)
30 # CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED (0)
Dcgprofile.s68 # CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED
75 # CHECK-NEXT: Section: IMAGE_SYM_UNDEFINED
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/llvm-project/llvm/test/tools/llvm-dlltool/
Dcoff-weak-exports.def37 ; SYMBOLS-NEXT: Section: IMAGE_SYM_UNDEFINED (0)
/external/llvm/include/llvm/Support/
DCOFF.h162 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-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h199 IMAGE_SYM_UNDEFINED = 0 enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h199 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-10.0/llvm/include/llvm/Object/
DCOFF.h382 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isCommon()
387 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isUndefined()
/external/llvm-project/llvm/include/llvm/Object/
DCOFF.h382 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isCommon()
387 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/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1467 if (SectionNumber == llvm::COFF::IMAGE_SYM_UNDEFINED) in getSectionName()