/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/include/llvm/Support/ |
D | COFF.h | 153 uint16_t NumberOfRelocations; member 279 uint16_t NumberOfRelocations; member
|
/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/swiftshader/third_party/LLVM/test/MC/COFF/ |
D | module-asm.ll | 18 ; CHECK-NEXT: NumberOfRelocations = 0
|
/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/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/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 180 YAMLASD.NumberOfRelocations = ObjSD->NumberOfRelocations; in dumpSectionDefinition()
|
/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/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/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/ |
D | pe.h | 247 UINT16 NumberOfRelocations; member
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/ |
D | pe.h | 247 UINT16 NumberOfRelocations; member
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/ |
D | pe.h | 253 UINT16 NumberOfRelocations; member
|
/external/syslinux/efi32/include/efi/ia32/ |
D | pe.h | 247 UINT16 NumberOfRelocations; member
|
/external/syslinux/efi64/include/efi/x86_64/ |
D | pe.h | 247 UINT16 NumberOfRelocations; member
|
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/ |
D | PeImage.h | 360 UINT16 NumberOfRelocations; member
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 646 , unsigned(asd->NumberOfRelocations) in printCOFFSymbolTable()
|
/external/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 452 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1120 W.printNumber("RelocationCount", Section->NumberOfRelocations); in printSections() 1311 W.printNumber("RelocationCount", Aux->NumberOfRelocations); in printSymbol()
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 744 P.printNumber("Number of Relocations", Section.NumberOfRelocations); in dumpSectionHeaders()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 345 return Sec->NumberOfRelocations; in getNumberOfRelocations()
|