Home
last modified time | relevance | path

Searched refs:sigreg_ptr (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/backends/
Ds390_unwind.c77 Dwarf_Word sigreg_ptr; in s390_unwind() local
78 if (! readfunc (next_cfa + 8, &sigreg_ptr, arg)) in s390_unwind()
81 sigreg_ptr += word_size; in s390_unwind()
84 if (! readfunc (sigreg_ptr, &val, arg)) in s390_unwind()
88 sigreg_ptr += word_size; in s390_unwind()
93 if (! readfunc (sigreg_ptr, &gprs[i], arg)) in s390_unwind()
95 sigreg_ptr += word_size; in s390_unwind()
99 sigreg_ptr += 4; in s390_unwind()
101 sigreg_ptr += 8; in s390_unwind()
106 if (! readfunc (sigreg_ptr, &val, arg)) in s390_unwind()
[all …]