Searched full:numberofrelocations (Results 1 – 25 of 40) sorted by relevance
12
/external/llvm/test/Object/Inputs/COFF/ |
D | section-aux-symbol.yaml | 19 NumberOfRelocations: 1 31 NumberOfRelocations: 1 43 NumberOfRelocations: 1 55 NumberOfRelocations: 1 67 NumberOfRelocations: 0 79 NumberOfRelocations: 0 91 NumberOfRelocations: 0 103 NumberOfRelocations: 0 115 NumberOfRelocations: 1 127 NumberOfRelocations: 0 [all …]
|
D | i386.yaml | 45 NumberOfRelocations: 3 59 NumberOfRelocations: 0
|
D | x86-64.yaml | 54 NumberOfRelocations: 3 68 NumberOfRelocations: 0
|
D | weak-external.yaml | 30 NumberOfRelocations: 1
|
/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/llvm/test/tools/llvm-ar/Inputs/ |
D | coff.yaml | 27 NumberOfRelocations: 0 39 NumberOfRelocations: 0 51 NumberOfRelocations: 0
|
/external/swiftshader/third_party/LLVM/test/MC/COFF/ |
D | align-nops.s | 25 //CHECK-NEXT: NumberOfRelocations 42 //CHECK-NEXT: NumberOfRelocations
|
D | basic-coff.s | 44 // CHECK: NumberOfRelocations = 2 75 // CHECK: NumberOfRelocations = 0
|
D | symbol-fragment-offset.s | 55 // CHECK: NumberOfRelocations = 6 113 // CHECK: NumberOfRelocations = 0
|
D | module-asm.ll | 18 ; CHECK-NEXT: NumberOfRelocations = 0
|
D | seh-section.s | 13 // CHECK-NEXT: NumberOfRelocations = 0
|
D | simple-fixups.s | 49 // CHECK-NOT: NumberOfRelocations = {{[^0]}}
|
D | seh.s | 11 // CHECK-NEXT: NumberOfRelocations = 4
|
/external/swiftshader/src/Reactor/ |
D | DLL.cpp | 236 textSection.NumberOfRelocations = 0; in emit() 250 exportsSection.NumberOfRelocations = 0; in emit() 263 relocSection.NumberOfRelocations = 0; in emit() 277 constSection.NumberOfRelocations = 0; in emit()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 573 writeLE16(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols() 596 writeLE16(S.NumberOfRelocations); in writeSectionHeader() 946 // Signal overflow by setting NumberOfRelocations to max value. Actual in writeObject() 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/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/include/llvm/Support/ |
D | COFF.h | 153 uint16_t NumberOfRelocations; member 279 uint16_t NumberOfRelocations; member
|
/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/obj2yaml/ |
D | coff2yaml.cpp | 180 YAMLASD.NumberOfRelocations = ObjSD->NumberOfRelocations; in dumpSectionDefinition()
|
/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/test/Scripts/ |
D | coff-dump.py | 84 ('NumberOfRelocations', ('scalar', '<H', '%d' )), 126 … ('Relocations', ('ptr', 'PointerToRelocations', ('array', '0', 'NumberOfRelocations', ('struct', [
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | COFF.h | 65 support::ulittle16_t NumberOfRelocations; member
|
/external/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 452 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
|
12