Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFImportFile.cpp183 const uint32_t NumberOfRelocations = 3; in createImportDescriptor() local
193 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor()
212 u16(NumberOfRelocations), in createImportDescriptor()
222 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor()
238 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
DXCOFFObjectFile.cpp591 if (Sec.NumberOfRelocations < RELOC_OVERFLOW) in getLogicalNumberOfRelocationEntries()
592 return Sec.NumberOfRelocations; in getLogicalNumberOfRelocationEntries()
595 Sec.NumberOfRelocations == SectionIndex) in getLogicalNumberOfRelocationEntries()
DWindowsResource.cpp754 SectionOneHeader->NumberOfRelocations = Data.size(); in writeFirstSectionHeader()
772 SectionTwoHeader->NumberOfRelocations = 0; in writeSecondSectionHeader()
823 Aux->NumberOfRelocations = Data.size(); in writeSymbolTable()
842 Aux->NumberOfRelocations = 0; in writeSymbolTable()
DCOFFObjectFile.cpp359 return Sec->NumberOfRelocations; in getNumberOfRelocations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp538 W.write<uint16_t>(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols()
578 W.write<uint16_t>(S.NumberOfRelocations); in writeSectionHeaders()
918 Sec->Header.NumberOfRelocations = 0xffff; in assignFileOffsets()
920 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets()
943 Aux.Aux.SectionDefinition.NumberOfRelocations = in assignFileOffsets()
944 Sec->Header.NumberOfRelocations; in assignFileOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h248 uint16_t NumberOfRelocations; member
393 uint16_t NumberOfRelocations; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h77 support::ubig16_t NumberOfRelocations;
90 support::ubig32_t NumberOfRelocations;
DCOFF.h448 support::ulittle16_t NumberOfRelocations; member
456 NumberOfRelocations == UINT16_MAX; in hasExtendedRelocations()
513 support::ulittle16_t NumberOfRelocations; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp264 S.Header.NumberOfRelocations = 0xffff; in layoutCOFF()
267 S.Header.NumberOfRelocations = S.Relocations.size(); in layoutCOFF()
488 << binary_le(i->Header.NumberOfRelocations) in writeCOFF()
578 << binary_le(i->SectionDefinition->NumberOfRelocations) in writeCOFF()
DCOFFYAML.cpp528 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DXCOFF.h232 uint16_t NumberOfRelocations; member
DCOFF.h278 uint16_t NumberOfRelocations; member
446 uint16_t NumberOfRelocations; member