Searched refs:sectionLength (Results 1 – 3 of 3) sorted by relevance
209 uint32_t sectionLength = de.getU32(cursor); in parse() local218 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size()) in parse()221 Twine(sectionLength) + " at offset 0x" + in parse()224 if (Error e = parseSubsection(sectionLength)) in parse()
41 uint32_t sectionLength,102 uint32_t sectionLength, in findFDE() argument105 pint_t ehHdrEnd = ehHdrStart + sectionLength; in findFDE()
153 uintptr_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo,222 uintptr_t sectionLength, pint_t fdeHint, in findFDE() argument226 const pint_t ehSectionEnd = (sectionLength == UINTPTR_MAX) in findFDE()228 : (ehSectionStart + sectionLength); in findFDE()