Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DELFAttributeParser.cpp207 uint32_t sectionLength = de.getU32(cursor); in parse() local
216 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size()) in parse()
219 Twine(sectionLength) + " at offset 0x" + in parse()
222 if (Error e = parseSubsection(sectionLength)) in parse()
/openbsd-src/gnu/llvm/libunwind/src/
H A DEHHeaderParser.hpp41 uint32_t sectionLength,
103 uint32_t sectionLength, in findFDE() argument
106 pint_t ehHdrEnd = ehHdrStart + sectionLength; in findFDE()
H A DDwarfParser.hpp156 size_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo,
235 size_t sectionLength, pint_t fdeHint, in findFDE() argument
239 const pint_t ehSectionEnd = (sectionLength == SIZE_MAX) in findFDE()
241 : (ehSectionStart + sectionLength); in findFDE()