Searched refs:SectionLength (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp632 uint32_t Offset = sizeof(uint32_t); /* SectionLength */
639 SW->printNumber("SectionLength", Length);
703 uint32_t SectionLength = isLittle ? local
712 if (SectionLength == 0 || (SectionLength + Offset) > Section.size()) {
713 errs() << "invalid subsection length " << SectionLength << " at offset "
718 ParseSubsection(Section.data() + Offset, SectionLength);
719 Offset = Offset + SectionLength;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h161 support::ubig32_t SectionLength; member in struct:llvm::object::XCOFFSectAuxEntForStat
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp240 W.printNumber("SectionLength", AuxEntPtr->SectionLength);

Completed in 112 milliseconds