Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1011 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
1015 if (Error E = Reader.readInteger(SubSectionSize)) in initializeFileAndStringTables()
1036 uint32_t PaddedSize = alignTo(SubSectionSize, 4); in initializeFileAndStringTables()
1037 if (Error E = Reader.skip(PaddedSize - SubSectionSize)) in initializeFileAndStringTables()
1071 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
1074 if (Error E = consume(Data, SubSectionSize)) in printCodeViewSymbolSection()
1084 W.printHex("SubSectionSize", SubSectionSize); in printCodeViewSymbolSection()
1087 if (SubSectionSize > Data.size()) in printCodeViewSymbolSection()
1090 StringRef Contents = Data.substr(0, SubSectionSize); in printCodeViewSymbolSection()
1095 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection()
[all …]