Home
last modified time | relevance | path

Searched refs:NumberOfRelocations (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/test/Object/
Dobj2yaml-coff-section-aux-symbol.test11 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 …]
Dyaml2obj-coff-multi-doc.test33 NumberOfRelocations: 3
73 NumberOfRelocations: 3
Dobj2yaml.test46 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/
DCOFF.h153 uint16_t NumberOfRelocations; member
279 uint16_t NumberOfRelocations; member
/external/swiftshader/src/Reactor/
DDLL.cpp236 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/
Dmodule-asm.ll18 ; CHECK-NEXT: NumberOfRelocations = 0
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp573 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/
DWinCOFFObjectWriter.cpp586 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/
Dyaml2coff.cpp195 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/
Dcoff2yaml.cpp180 YAMLASD.NumberOfRelocations = ObjSD->NumberOfRelocations; in dumpSectionDefinition()
/external/llvm/include/llvm/Support/
DCOFF.h243 uint16_t NumberOfRelocations; member
388 uint16_t NumberOfRelocations; member
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp387 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/
DCOFF.h65 support::ulittle16_t NumberOfRelocations; member
/external/llvm/include/llvm/Object/
DCOFF.h427 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/
Dpe.h247 UINT16 NumberOfRelocations; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
Dpe.h247 UINT16 NumberOfRelocations; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
Dpe.h253 UINT16 NumberOfRelocations; member
/external/syslinux/efi32/include/efi/ia32/
Dpe.h247 UINT16 NumberOfRelocations; member
/external/syslinux/efi64/include/efi/x86_64/
Dpe.h247 UINT16 NumberOfRelocations; member
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
DPeImage.h360 UINT16 NumberOfRelocations; member
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp646 , unsigned(asd->NumberOfRelocations) in printCOFFSymbolTable()
/external/llvm/lib/ObjectYAML/
DCOFFYAML.cpp452 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1120 W.printNumber("RelocationCount", Section->NumberOfRelocations); in printSections()
1311 W.printNumber("RelocationCount", Aux->NumberOfRelocations); in printSymbol()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp744 P.printNumber("Number of Relocations", Section.NumberOfRelocations); in dumpSectionHeaders()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp345 return Sec->NumberOfRelocations; in getNumberOfRelocations()

12