Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp211 uint32_t sectionLength = de.getU32(cursor); in parse() local
220 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size()) in parse()
223 Twine(sectionLength) + " at offset 0x" + in parse()
226 if (Error e = parseSubsection(sectionLength)) in parse()
/freebsd/contrib/llvm-project/libunwind/src/
H A DEHHeaderParser.hpp41 uint32_t sectionLength,
116 uint32_t sectionLength, in findFDE()
119 pint_t ehHdrEnd = ehHdrStart + sectionLength; in findFDE()
103 findFDE(A & addressSpace,pint_t pc,pint_t ehHdrStart,uint32_t sectionLength,typename CFI_Parser<A>::FDE_Info * fdeInfo,typename CFI_Parser<A>::CIE_Info * cieInfo) findFDE() argument
H A DDwarfParser.hpp155 size_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo,
234 size_t sectionLength, pint_t fdeHint, in findFDE() argument
238 const pint_t ehSectionEnd = (sectionLength == SIZE_MAX) in findFDE()
240 : (ehSectionStart + sectionLength); in findFDE()