/external/llvm/test/Object/ |
D | obj2yaml-coff-section-aux-symbol.test | 11 COFF-I386-NEXT: NumberOfRelocations: 1 18 COFF-I386-NEXT: NumberOfRelocations: 1 25 COFF-I386-NEXT: NumberOfRelocations: 1 32 COFF-I386-NEXT: NumberOfRelocations: 1 39 COFF-I386-NEXT: NumberOfRelocations: 0 46 COFF-I386-NEXT: NumberOfRelocations: 0 53 COFF-I386-NEXT: NumberOfRelocations: 0 60 COFF-I386-NEXT: NumberOfRelocations: 0 67 COFF-I386-NEXT: NumberOfRelocations: 1 74 COFF-I386-NEXT: NumberOfRelocations: 0 [all …]
|
D | yaml2obj-coff-multi-doc.test | 33 NumberOfRelocations: 3 73 NumberOfRelocations: 3
|
D | obj2yaml.test | 46 COFF-I386-NEXT: NumberOfRelocations: 3 59 COFF-I386-NEXT: NumberOfRelocations: 0 139 COFF-X86-64-NEXT: NumberOfRelocations: 3 152 COFF-X86-64-NEXT: NumberOfRelocations: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | obj2yaml-coff-section-aux-symbol.test | 11 COFF-I386-NEXT: NumberOfRelocations: 1 18 COFF-I386-NEXT: NumberOfRelocations: 1 25 COFF-I386-NEXT: NumberOfRelocations: 1 32 COFF-I386-NEXT: NumberOfRelocations: 1 39 COFF-I386-NEXT: NumberOfRelocations: 0 46 COFF-I386-NEXT: NumberOfRelocations: 0 53 COFF-I386-NEXT: NumberOfRelocations: 0 60 COFF-I386-NEXT: NumberOfRelocations: 0 67 COFF-I386-NEXT: NumberOfRelocations: 1 74 COFF-I386-NEXT: NumberOfRelocations: 0 [all …]
|
D | yaml2obj-coff-multi-doc.test | 33 NumberOfRelocations: 3 73 NumberOfRelocations: 3
|
D | obj2yaml.test | 48 COFF-I386-NEXT: NumberOfRelocations: 3 61 COFF-I386-NEXT: NumberOfRelocations: 0 141 COFF-X86-64-NEXT: NumberOfRelocations: 3 154 COFF-X86-64-NEXT: NumberOfRelocations: 0 227 COFF-ARMNT-NEXT: NumberOfRelocations: 1 240 COFF-ARMNT-NEXT: NumberOfRelocations: 0 253 COFF-ARMNT-NEXT: NumberOfRelocations: 0 305 COFF-ARM64-NEXT: NumberOfRelocations: 1 318 COFF-ARM64-NEXT: NumberOfRelocations: 0 331 COFF-ARM64-NEXT: NumberOfRelocations: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 154 NewYAMLSection.Header.NumberOfRelocations = in dumpSections() 155 COFFSection->NumberOfRelocations; in dumpSections() 243 YAMLASD.NumberOfRelocations = ObjSD->NumberOfRelocations; in dumpSectionDefinition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 184 const uint32_t NumberOfRelocations = 3; in createImportDescriptor() local 194 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor() 213 u16(NumberOfRelocations), in createImportDescriptor() 223 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor() 239 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
|
D | WindowsResource.cpp | 466 SectionOneHeader->NumberOfRelocations = Data.size(); in writeFirstSectionHeader() 484 SectionTwoHeader->NumberOfRelocations = 0; in writeSecondSectionHeader() 536 Aux->NumberOfRelocations = Data.size(); in writeSymbolTable() 555 Aux->NumberOfRelocations = 0; in writeSymbolTable()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | COFF.h | 153 uint16_t NumberOfRelocations; member 279 uint16_t NumberOfRelocations; member
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 573 writeLE16(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols() 596 writeLE16(S.NumberOfRelocations); in writeSectionHeader() 948 Sec->Header.NumberOfRelocations = 0xffff; in writeObject() 950 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in writeObject() 973 Aux.Aux.SectionDefinition.NumberOfRelocations = in writeObject() 974 Sec->Header.NumberOfRelocations; in writeObject()
|
/external/swiftshader/third_party/LLVM/test/MC/COFF/ |
D | module-asm.ll | 18 ; CHECK-NEXT: NumberOfRelocations = 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 549 W.write<uint16_t>(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols() 590 W.write<uint16_t>(S.NumberOfRelocations); in writeSectionHeaders() 931 Sec->Header.NumberOfRelocations = 0xffff; in assignFileOffsets() 933 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets() 956 Aux.Aux.SectionDefinition.NumberOfRelocations = in assignFileOffsets() 957 Sec->Header.NumberOfRelocations; in assignFileOffsets()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 586 WriteLE16(i->Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols() 606 WriteLE16(S.NumberOfRelocations); in WriteSectionHeader() 807 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in WriteObject() 826 Aux.Aux.SectionDefinition.NumberOfRelocations = in WriteObject() 827 Sec->Header.NumberOfRelocations; in WriteObject()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 195 S.Header.NumberOfRelocations = S.Relocations.size(); in layoutCOFF() 197 S.Header.NumberOfRelocations * COFF::RelocationSize; in layoutCOFF() 436 << binary_le(i->Header.NumberOfRelocations) in writeCOFF() 513 << binary_le(i->SectionDefinition->NumberOfRelocations) in writeCOFF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 256 S.Header.NumberOfRelocations = S.Relocations.size(); in layoutCOFF() 258 S.Header.NumberOfRelocations * COFF::RelocationSize; in layoutCOFF() 497 << binary_le(i->Header.NumberOfRelocations) in writeCOFF() 574 << binary_le(i->SectionDefinition->NumberOfRelocations) in writeCOFF()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 248 uint16_t NumberOfRelocations; member 393 uint16_t NumberOfRelocations; member
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 180 YAMLASD.NumberOfRelocations = ObjSD->NumberOfRelocations; in dumpSectionDefinition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 279 uint16_t NumberOfRelocations; member 444 uint16_t NumberOfRelocations; member
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 243 uint16_t NumberOfRelocations; member 388 uint16_t NumberOfRelocations; member
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 387 if (sec->NumberOfRelocations == 0) in getSectionRelBegin() 399 if (sec->NumberOfRelocations == 0) in getSectionRelEnd() 405 + sec->NumberOfRelocations); in getSectionRelEnd()
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | COFF.h | 65 support::ulittle16_t NumberOfRelocations; member
|
/external/u-boot/include/ |
D | pe.h | 169 uint16_t NumberOfRelocations; member
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 427 support::ulittle16_t NumberOfRelocations; member 435 NumberOfRelocations == UINT16_MAX; in hasExtendedRelocations() 490 support::ulittle16_t NumberOfRelocations; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFF.h | 446 support::ulittle16_t NumberOfRelocations; member 454 NumberOfRelocations == UINT16_MAX; in hasExtendedRelocations() 511 support::ulittle16_t NumberOfRelocations; member
|