Searched refs:REG_INIT_LOC (Results 1 – 1 of 1) sorted by relevance
/external/libunwind/src/x86_64/ |
D | init.h | 32 # define REG_INIT_LOC(c, rlc, ruc) \ macro 36 # define REG_INIT_LOC(c, rlc, ruc) \ macro 40 # define REG_INIT_LOC(c, rlc, ruc) \ macro 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() [all …]
|