Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp657 uint32_t SectionLength = in Parse() local
663 ParseSubsection(Section.data() + Offset, SectionLength); in Parse()
664 Offset = Offset + SectionLength; in Parse()