#include <precomp.h>
#include <debug.h>
Go to the source code of this file.
Data Structures |
| struct | State |
Defines |
| #define | NDEBUG |
| #define | trace 1 |
Functions |
| static int | findfde (Dwarf *, ulong, State *, DwarfBuf *) |
| static int | dexec (DwarfBuf *, State *, int) |
| int | dwarfunwind (Dwarf *d, ulong pc, DwarfExpr *cfa, DwarfExpr *ra, DwarfExpr *r, int nr) |
| static int | checkreg (State *s, long r) |
| int | dwarfcomputecfa (Dwarf *d, DwarfExpr *cfa, PROSSYM_REGISTERS registers, ulong *cfaLocation) |
| int | dwarfregunwind (Dwarf *d, ulong pc, ulong fde, DwarfExpr *cfa, PROSSYM_REGISTERS registers) |