| /external/llvm/test/Object/Inputs/COFF/ |
| D | section-aux-symbol.yaml | 13 SectionNumber: 1 25 SectionNumber: 1 37 SectionNumber: 1 49 SectionNumber: 1 61 SectionNumber: 1 73 SectionNumber: 1 85 SectionNumber: 1 97 SectionNumber: 1 109 SectionNumber: 1 121 SectionNumber: 1 [all …]
|
| D | x86-64.yaml | 48 SectionNumber: 1 62 SectionNumber: 2 76 SectionNumber: 1 84 SectionNumber: 2 92 SectionNumber: 0 100 SectionNumber: 0 108 SectionNumber: 3
|
| D | i386.yaml | 39 SectionNumber: 1 53 SectionNumber: 2 67 SectionNumber: 1 75 SectionNumber: 2 83 SectionNumber: 0 91 SectionNumber: 0
|
| D | weak-external.yaml | 17 SectionNumber: 65534 24 SectionNumber: 1 36 SectionNumber: 0
|
| D | weak-externals.yaml | 13 SectionNumber: 0 22 SectionNumber: -1
|
| D | long-file-symbol.yaml | 9 SectionNumber: 65534
|
| /external/llvm/test/Object/ |
| D | yaml2obj-coff-multi-doc.test | 27 SectionNumber: 1 40 SectionNumber: 1 47 SectionNumber: 0 67 SectionNumber: 1 80 SectionNumber: 1 87 SectionNumber: 0
|
| D | obj2yaml.test | 40 COFF-I386-NEXT: SectionNumber: 1 53 COFF-I386-NEXT: SectionNumber: 2 66 COFF-I386-NEXT: SectionNumber: 1 73 COFF-I386-NEXT: SectionNumber: 2 80 COFF-I386-NEXT: SectionNumber: 0 87 COFF-I386-NEXT: SectionNumber: 0 133 COFF-X86-64-NEXT: SectionNumber: 1 146 COFF-X86-64-NEXT: SectionNumber: 2 159 COFF-X86-64-NEXT: SectionNumber: 1 166 COFF-X86-64-NEXT: SectionNumber: 2 [all …]
|
| /external/llvm/test/tools/llvm-ar/Inputs/ |
| D | coff.yaml | 21 SectionNumber: 1 33 SectionNumber: 2 45 SectionNumber: 3
|
| /external/llvm/test/tools/llvm-objdump/Inputs/ |
| D | file-aux-record.yaml | 10 SectionNumber: 65534 18 SectionNumber: 65535
|
| /external/llvm/test/tools/llvm-readobj/Inputs/ |
| D | file-aux-record.yaml | 10 SectionNumber: -2 18 SectionNumber: -1
|
| D | file-multiple-aux-records.yaml | 10 SectionNumber: -2 18 SectionNumber: -1
|
| /external/llvm/docs/ |
| D | yaml2obj.rst | 36 SectionNumber: 1 46 SectionNumber: 1 164 SectionNumber: {type: int}
|
| /external/cronet/tot/build/toolchain/win/ |
| D | ml.py | 149 'SectionNumber', # Note: Signed! 166 # Note: sym.SectionNumber is 1-based, debug_section_index is 0-based. 167 if sym.SectionNumber - 1 == debug_section_index: 177 elif sym.SectionNumber > debug_section_index: 178 sym = Subtract(sym, SectionNumber=1)
|
| /external/cronet/stable/build/toolchain/win/ |
| D | ml.py | 149 'SectionNumber', # Note: Signed! 166 # Note: sym.SectionNumber is 1-based, debug_section_index is 0-based. 167 if sym.SectionNumber - 1 == debug_section_index: 177 elif sym.SectionNumber > debug_section_index: 178 sym = Subtract(sym, SectionNumber=1)
|
| /external/angle/build/toolchain/win/ |
| D | ml.py | 149 'SectionNumber', # Note: Signed! 166 # Note: sym.SectionNumber is 1-based, debug_section_index is 0-based. 167 if sym.SectionNumber - 1 == debug_section_index: 177 elif sym.SectionNumber > debug_section_index: 178 sym = Subtract(sym, SectionNumber=1)
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | XCOFFObjectFile.cpp | 218 int16_t SectNum = SymEntPtr->SectionNumber; in getSymbolSection() 444 int16_t SectionNum = SymEntPtr->SectionNumber; in getSymbolSectionName() 462 bool XCOFFObjectFile::isReservedSectionNumber(int16_t SectionNumber) { in isReservedSectionNumber() argument 463 return (SectionNumber <= 0 && SectionNumber >= -2); in isReservedSectionNumber() 747 return OwningObjectPtr->toSymbolEntry(SymEntDataRef)->SectionNumber; in getSectionNumber()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
| D | XCOFFObjectFile.h | 208 support::big16_t SectionNumber; 221 support::big16_t SectionNumber; 550 static bool isReservedSectionNumber(int16_t SectionNumber); 737 support::big16_t SectionNumber; 751 support::big16_t SectionNumber; 790 int16_t getSectionNumber() const { return GETVALUE(SectionNumber); }
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/ |
| D | COFFObject.h | 166 Dest.SectionNumber = Src.SectionNumber; in copySymbol()
|
| /external/llvm/tools/llvm-readobj/ |
| D | COFFDumper.cpp | 1103 int SectionNumber = 0; in printSections() local 1105 ++SectionNumber; in printSections() 1112 W.printNumber("Number", SectionNumber); in printSections() 1155 int SectionNumber = 0; in printRelocations() local 1157 ++SectionNumber; in printRelocations() 1164 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations() 1217 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() argument 1225 if (SectionNumber == llvm::COFF::IMAGE_SYM_DEBUG) in getSectionName() 1227 if (SectionNumber == llvm::COFF::IMAGE_SYM_ABSOLUTE) in getSectionName() 1229 if (SectionNumber == llvm::COFF::IMAGE_SYM_UNDEFINED) in getSectionName()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
| D | ELFAttributeParser.cpp | 189 unsigned sectionNumber = 0; in parse() local 212 sw->startLine() << "Section " << ++sectionNumber << " {\n"; in parse()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
| D | WinCOFFObjectWriter.cpp | 404 WeakDefault->Data.SectionNumber = COFF::IMAGE_SYM_ABSOLUTE; in DefineSymbol() 422 Sym->Data.SectionNumber = COFF::IMAGE_SYM_ABSOLUTE; in DefineSymbol() 504 W.write<uint32_t>(S.Data.SectionNumber); in WriteSymbol() 506 W.write<uint16_t>(static_cast<int16_t>(S.Data.SectionNumber)); in WriteSymbol() 862 File->Data.SectionNumber = COFF::IMAGE_SYM_DEBUG; in createFileSymbols() 906 if (!Sym->Section && Sym->Data.SectionNumber != COFF::IMAGE_SYM_ABSOLUTE) in setWeakDefaultNames() 935 Section.Symbol->Data.SectionNumber = I; in assignSectionNumbers() 1031 Symbol->Data.SectionNumber = Symbol->Section->Number; in writeObject()
|
| /external/llvm/lib/MC/ |
| D | WinCOFFObjectWriter.cpp | 393 WeakDefault->Data.SectionNumber = COFF::IMAGE_SYM_ABSOLUTE; in DefineSymbol() 410 coff_symbol->Data.SectionNumber = COFF::IMAGE_SYM_ABSOLUTE; in DefineSymbol() 528 writeLE32(S.Data.SectionNumber); in WriteSymbol() 530 writeLE16(static_cast<int16_t>(S.Data.SectionNumber)); in WriteSymbol() 819 Section->Symbol->Data.SectionNumber = Number; in writeObject() 833 file->Data.SectionNumber = COFF::IMAGE_SYM_DEBUG; in writeObject() 858 Symbol->Data.SectionNumber = Symbol->Section->Number; in writeObject()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | WinCOFFObjectWriter.cpp | 376 WeakDefault->Data.SectionNumber = COFF::IMAGE_SYM_ABSOLUTE; in DefineSymbol() 393 Sym->Data.SectionNumber = COFF::IMAGE_SYM_ABSOLUTE; in DefineSymbol() 512 W.write<uint32_t>(S.Data.SectionNumber); in WriteSymbol() 514 W.write<uint16_t>(static_cast<int16_t>(S.Data.SectionNumber)); in WriteSymbol() 843 File->Data.SectionNumber = COFF::IMAGE_SYM_DEBUG; in createFileSymbols() 875 Section.Symbol->Data.SectionNumber = I; in assignSectionNumbers() 970 Symbol->Data.SectionNumber = Symbol->Section->Number; in writeObject()
|
| /external/llvm/include/llvm/Object/ |
| D | COFF.h | 261 SectionNumberType SectionNumber; member 324 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) in getSectionNumber() 325 return CS16->SectionNumber; in getSectionNumber() 326 return static_cast<int16_t>(CS16->SectionNumber); in getSectionNumber() 328 return static_cast<int32_t>(CS32->SectionNumber); in getSectionNumber()
|