Home
last modified time | relevance | path

Searched refs:pint_t (Results 1 – 5 of 5) sorted by relevance

/minix/sys/lib/libunwind/
H A DAddressSpace.hpp109 uint64_t getULEB128(pint_t &addr, pint_t end) { in getULEB128()
130 int64_t getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
154 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP()
158 pint_t result; in getEncodedP()
163 addr = (addr + sizeof(pint_t) - 1) & sizeof(pint_t); in getEncodedP()
251 bool findFDE(pint_t pc, pint_t &fdeStart, pint_t &data_base) { in findFDE()
292 bool addFDE(pint_t pcStart, pint_t pcEnd, pint_t fde) { in addFDE()
311 bool removeFDE(pint_t pcStart, pint_t pcEnd, pint_t fde) { in removeFDE()
387 void addDSO(pint_t header, pint_t data_base) { in addDSO()
397 pint_t start = (end + 3) & ~pint_t(3); in addDSO()
[all …]
H A DDwarfParser.hpp30 typedef typename A::pint_t pint_t; typedef in _Unwind::CFI_Parser
34 pint_t cieStart;
35 pint_t cieLength;
51 pint_t fdeStart;
54 pint_t pcStart;
55 pint_t pcEnd;
56 pint_t lsda;
92 static void findPCRange(A &, pint_t, pint_t &, pint_t &);
102 static bool parseInstructions(A &, pint_t, pint_t, const CIE_Info &, pint_t,
115 pint_t p = fde; in findPCRange()
[all …]
H A DDwarfInstructions.hpp36 typedef typename A::pint_t pint_t; typedef in _Unwind::DwarfInstructions
39 static step_result stepWithDwarf(A &, pint_t, pint_t, R &, unw_proc_info_t *);
42 static pint_t evaluateExpression(pint_t, A &, const R &, pint_t);
43 static pint_t
46 static pint_t
168 typename A::pint_t
172 pint_t p = expression; in evaluateExpression()
176 pint_t stack[100]; in evaluateExpression()
177 pint_t *sp = stack; in evaluateExpression()
183 pint_t value; in evaluateExpression()
[all …]
H A DUnwindCursor.hpp82 typedef typename A::pint_t pint_t; typedef in _Unwind::UnwindCursor
85 bool getInfoFromDwarfSection(pint_t, pint_t, uint32_t, uint32_t);
101 pint_t pc = this->getIP(); in setInfoBasedOnIPRegister()
111 pint_t fdeStart, data_base; in setInfoBasedOnIPRegister()
H A Dlibunwind.cxx361 MyCFIParser::pint_t pcStart, pcEnd; in __register_frame()
375 MyCFIParser::pint_t pcStart, pcEnd; in __deregister_frame()
385 sThisAddressSpace.removeDSO((LocalAddressSpace::pint_t)ehFrameStart); in __deregister_frame_info()