Searched refs:cfa_store (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2cfi.c135 dw_cfa_location cfa_store;
876 if (cur_trace->cfa_store.reg == new_cfa->reg && new_cfa->indirect == 0)
877 cur_trace->cfa_store.offset = new_cfa->offset;
1417 cfa, cfa_store, and cfa_temp.reg. We describe these rules so
1458 cfa_store register used by prologue code to save things to the stack
1459 cfa_store.offset is the offset from the value of
1460 cfa_store.reg to the actual CFA
1463 stack pointer. cfa_temp is also used like cfa_store,
1475 Rule 5: Create a new register cfa_store used to save items to the
1479 difference of the original location and cfa_store'
134 dw_cfa_location cfa_store; member in struct:dw_trace_info
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2cfi.cc135 dw_cfa_location cfa_store;
961 if (cur_trace->cfa_store.reg == new_cfa->reg && new_cfa->indirect == 0)
962 cur_trace->cfa_store.offset = new_cfa->offset;
1570 cfa, cfa_store, and cfa_temp.reg. We describe these rules so
1611 cfa_store register used by prologue code to save things to the stack
1612 cfa_store.offset is the offset from the value of
1613 cfa_store.reg to the actual CFA
1616 stack pointer. cfa_temp is also used like cfa_store,
1628 Rule 5: Create a new register cfa_store used to save items to the
1632 difference of the original location and cfa_store'
134 dw_cfa_location cfa_store; member in struct:dw_trace_info
[all...]

Completed in 146 milliseconds