Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp953 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
957 if (Error E = Reader.readInteger(SubSectionSize)) in initializeFileAndStringTables()
978 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables()
979 if (Error E = Reader.skip(PaddedSize - SubSectionSize)) in initializeFileAndStringTables()
1013 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
1016 if (Error E = consume(Data, SubSectionSize)) in printCodeViewSymbolSection()
1026 W.printHex("SubSectionSize", SubSectionSize); in printCodeViewSymbolSection()
1029 if (SubSectionSize > Data.size()) in printCodeViewSymbolSection()
1032 StringRef Contents = Data.substr(0, SubSectionSize); in printCodeViewSymbolSection()
1037 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection()
[all …]