Home | History | Annotate | Download | only in include

Lines Matching refs:unw_word_t

45      as unw_word_t).
50 sizeof (unw_word_t) == 8 should be sufficient. (Note: it's not
89 unw_word_t val; /* auxiliary value */
104 unw_word_t name_ptr; /* address of human-readable procedure name */
105 unw_word_t handler; /* address of personality routine */
114 unw_word_t name_ptr; /* addr. of table name (e.g., library name) */
115 unw_word_t segbase; /* segment base */
116 unw_word_t table_len; /* must be a multiple of sizeof(unw_word_t)! */
117 unw_word_t *table_data;
123 unw_word_t name_ptr; /* addr. of table name (e.g., library name) */
124 unw_word_t segbase; /* segment base */
125 unw_word_t table_len; /* must be a multiple of sizeof(unw_word_t)! */
126 unw_word_t table_data;
135 unw_word_t start_ip; /* first IP covered by this entry */
136 unw_word_t end_ip; /* first IP NOT covered by this entry */
137 unw_word_t gp; /* global-pointer in effect for this entry */