HomeSort by: relevance | last modified time | path
    Searched refs:CFI_Parser (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/lib/libunwind/
DwarfInstructions.hpp 45 const typename CFI_Parser<A, R>::RegisterLocation &);
48 const typename CFI_Parser<A, R>::RegisterLocation &);
53 const typename CFI_Parser<A, R>::PrologInfo &prolog,
69 const typename CFI_Parser<A, R>::RegisterLocation &savedReg) {
71 case CFI_Parser<A, R>::kRegisterInCFA:
74 case CFI_Parser<A, R>::kRegisterAtExpression:
78 case CFI_Parser<A, R>::kRegisterIsExpression:
81 case CFI_Parser<A, R>::kRegisterInRegister:
84 case CFI_Parser<A, R>::kRegisterUnused:
85 case CFI_Parser<A, R>::kRegisterOffsetFromCFA
    [all...]
UnwindCursor.hpp 113 typename CFI_Parser<A, R>::FDE_Info fdeInfo;
114 typename CFI_Parser<A, R>::CIE_Info cieInfo;
115 CFI_Parser<A, R>::decodeFDE(fAddressSpace, fdeStart, &fdeInfo, &cieInfo,
123 typename CFI_Parser<A, R>::PrologInfo prolog;
124 if (!CFI_Parser<A, R>::parseFDEInstructions(fAddressSpace, fdeInfo, cieInfo,
DwarfParser.hpp 24 /// CFI_Parser does basic parsing of a CFI (Call Frame Information) records.
28 template <typename A, typename R> class CFI_Parser {
111 void CFI_Parser<A, R>::findPCRange(A &addressSpace, pint_t fde, pint_t &pcStart,
130 typename CFI_Parser<A, R>::CIE_Info cieInfo;
144 bool CFI_Parser<A, R>::decodeFDE(A &addressSpace, pint_t fdeStart,
199 bool CFI_Parser<A, R>::parseCIE(A &addressSpace, pint_t cie,
283 bool CFI_Parser<A, R>::parseFDEInstructions(A &addressSpace,
306 CFI_Parser<A, R>::parseInstructions(A &addressSpace, pint_t instructions,
libunwind.cxx 22 typedef CFI_Parser<LocalAddressSpace, NativeUnwindRegisters> MyCFIParser;

Completed in 100 milliseconds