Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp209 uint32_t sectionLength = de.getU32(cursor); in parse() local
218 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()
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DEHHeaderParser.hpp41 uint32_t sectionLength,
102 uint32_t sectionLength, in findFDE() argument
105 pint_t ehHdrEnd = ehHdrStart + sectionLength; in findFDE()
H A DDwarfParser.hpp153 uintptr_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo,
222 uintptr_t sectionLength, pint_t fdeHint, in findFDE() argument
226 const pint_t ehSectionEnd = (sectionLength == UINTPTR_MAX) in findFDE()
228 : (ehSectionStart + sectionLength); in findFDE()