Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp928 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
930 error(Reader.readInteger(SubSectionSize)); in initializeFileAndStringTables()
947 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables()
948 error(Reader.skip(PaddedSize - SubSectionSize)); in initializeFileAndStringTables()
978 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
980 error(consume(Data, SubSectionSize)); in printCodeViewSymbolSection()
984 W.printHex("SubSectionSize", SubSectionSize); in printCodeViewSymbolSection()
987 if (SubSectionSize > Data.size()) in printCodeViewSymbolSection()
989 StringRef Contents = Data.substr(0, SubSectionSize); in printCodeViewSymbolSection()
994 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection()
[all …]