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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ds390-tdep.c2136 CORE_ADDR next_ra, next_cfa, sigreg_ptr; local
2148 next_cfa = this_sp + 16*word_size + 32;
2154 if (next_ra == next_cfa)
2156 sigreg_ptr = next_cfa + 8 + 128 + 5*word_size;
2164 sigreg_ptr = read_memory_unsigned_integer (next_cfa + 8, word_size);
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c10559 dw_cfa_location last_cfa, next_cfa;
10568 next_cfa.reg = INVALID_REGNUM;
10569 next_cfa.offset = 0;
10570 next_cfa.indirect = 0;
10571 next_cfa.base_offset = 0;
10578 lookup_cfa_1 (cfi, &next_cfa);
10580 last_cfa = next_cfa;
10590 if (!cfa_equal_p (&last_cfa, &next_cfa))
10597 last_cfa = next_cfa;
10612 lookup_cfa_1 (cfi, &next_cfa);
10546 dw_cfa_location last_cfa, next_cfa; local
[all...]

Completed in 89 milliseconds