Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp668 uint32_t SectionLength = in Parse() local
674 ParseSubsection(Section.data() + Offset, SectionLength); in Parse()
675 Offset = Offset + SectionLength; in Parse()