Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp397 uint64_t SizeOfLoaderSection = 0; in getLoaderSectionAddress() local
403 SizeOfLoaderSection = Sec64.SectionSize; in getLoaderSectionAddress()
410 SizeOfLoaderSection = Sec32.SectionSize; in getLoaderSectionAddress()
416 if (!SizeOfLoaderSection) in getLoaderSectionAddress()
422 Binary::checkOffset(Data, LoderSectionStart, SizeOfLoaderSection)) in getLoaderSectionAddress()
426 " and size 0x" + Twine::utohexstr(SizeOfLoaderSection) + in getLoaderSectionAddress()