Searched refs:action_record (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-c.c94 const unsigned char *language_specific_data, *p, *action_record; local
137 action_record = info.action_table + cs_action - 1;
161 action_record = info.action_table + cs_action - 1;
H A Dexcept.c3170 struct action_record
3182 const struct action_record *entry = (const struct action_record *) pentry;
3183 const struct action_record *data = (const struct action_record *) pdata;
3191 const struct action_record *entry = (const struct action_record *) pentry;
3200 struct action_record **slot, *new, tmp;
3204 slot = (struct action_record **) htab_find_slot (ar_hash, &tmp, INSERT);
3208 new = (struct action_record *) xmallo
3155 struct action_record struct
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc160 const unsigned char* action_record
285 const unsigned char* action_record)
290 xh->actionRecord = action_record;
365 const unsigned char *action_record;
446 action_record = 0;
474 action_record = info.action_table + cs_action - 1;
498 action_record = info.action_table + cs_action - 1;
517 else if (action_record == 0)
550 p = action_record;
595 action_record
277 save_caught_exception(struct _Unwind_Exception* ue_header, struct _Unwind_Context* context __attribute__((__unused__)), void* thrown_ptr, int handler_switch_value, const unsigned char* language_specific_data, _Unwind_Ptr landing_pad __attribute__((__unused__)), const unsigned char* action_record) argument
364 const unsigned char *action_record; local
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc200 const unsigned char *action_record;
233 action_record = 0;
261 action_record = info.action_table + cs_action - 1;
285 action_record = info.action_table + cs_action - 1;
304 else if (action_record == 0)
332 p = action_record;
377 action_record = p + ar_disp;
402 xh->actionRecord = action_record;
199 const unsigned char *action_record; local
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-c.c128 const unsigned char *language_specific_data, *p, *action_record; local
190 action_record = info.action_table + cs_action - 1;
214 action_record = info.action_table + cs_action - 1;
H A Dexcept.c3068 struct action_record
3078 const struct action_record *entry = (const struct action_record *) pentry;
3079 const struct action_record *data = (const struct action_record *) pdata;
3086 const struct action_record *entry = (const struct action_record *) pentry;
3093 struct action_record **slot, *new, tmp;
3097 slot = (struct action_record **) htab_find_slot (ar_hash, &tmp, INSERT);
3052 struct action_record struct

Completed in 174 milliseconds