• Home
  • Raw
  • Download

Lines Matching refs:dwarf

41     DWARF_REG_LOC (&c->dwarf, UNW_X86_64_ ## ruc)
49 c->dwarf.loc[RAX] = REG_INIT_LOC(c, rax, RAX); in common_init()
50 c->dwarf.loc[RDX] = REG_INIT_LOC(c, rdx, RDX); in common_init()
51 c->dwarf.loc[RCX] = REG_INIT_LOC(c, rcx, RCX); in common_init()
52 c->dwarf.loc[RBX] = REG_INIT_LOC(c, rbx, RBX); in common_init()
53 c->dwarf.loc[RSI] = REG_INIT_LOC(c, rsi, RSI); in common_init()
54 c->dwarf.loc[RDI] = REG_INIT_LOC(c, rdi, RDI); in common_init()
55 c->dwarf.loc[RBP] = REG_INIT_LOC(c, rbp, RBP); in common_init()
56 c->dwarf.loc[RSP] = REG_INIT_LOC(c, rsp, RSP); in common_init()
57 c->dwarf.loc[R8] = REG_INIT_LOC(c, r8, R8); in common_init()
58 c->dwarf.loc[R9] = REG_INIT_LOC(c, r9, R9); in common_init()
59 c->dwarf.loc[R10] = REG_INIT_LOC(c, r10, R10); in common_init()
60 c->dwarf.loc[R11] = REG_INIT_LOC(c, r11, R11); in common_init()
61 c->dwarf.loc[R12] = REG_INIT_LOC(c, r12, R12); in common_init()
62 c->dwarf.loc[R13] = REG_INIT_LOC(c, r13, R13); in common_init()
63 c->dwarf.loc[R14] = REG_INIT_LOC(c, r14, R14); in common_init()
64 c->dwarf.loc[R15] = REG_INIT_LOC(c, r15, R15); in common_init()
65 c->dwarf.loc[RIP] = REG_INIT_LOC(c, rip, RIP); in common_init()
67 ret = dwarf_get (&c->dwarf, c->dwarf.loc[RIP], &c->dwarf.ip); in common_init()
71 ret = dwarf_get (&c->dwarf, DWARF_REG_LOC (&c->dwarf, UNW_X86_64_RSP), in common_init()
72 &c->dwarf.cfa); in common_init()
79 c->dwarf.args_size = 0; in common_init()
80 c->dwarf.ret_addr_column = RIP; in common_init()
81 c->dwarf.stash_frames = 0; in common_init()
82 c->dwarf.use_prev_instr = use_prev_instr; in common_init()
83 c->dwarf.pi_valid = 0; in common_init()
84 c->dwarf.pi_is_dynamic = 0; in common_init()
85 c->dwarf.hint = 0; in common_init()
86 c->dwarf.prev_rs = 0; in common_init()
88 c->dwarf.frame = 0; in common_init()