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

/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp588 uint32_t Offset = sizeof(uint32_t); /* SectionLength */
590 SW.printNumber("SectionLength", Length);
651 uint32_t SectionLength = local
657 ParseSubsection(Section.data() + Offset, SectionLength);
658 Offset = Offset + SectionLength;

Completed in 187 milliseconds