Searched refs:action_record (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | eh_personality.cc | 159 const unsigned char* action_record in save_caught_exception() argument 284 const unsigned char* action_record) in save_caught_exception() argument 289 xh->actionRecord = action_record; in save_caught_exception() 364 const unsigned char *action_record; in PERSONALITY_FUNCTION() local 445 action_record = 0; in PERSONALITY_FUNCTION() 473 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION() 497 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION() 516 else if (action_record == 0) in PERSONALITY_FUNCTION() 549 p = action_record; in PERSONALITY_FUNCTION() 594 action_record = p + ar_disp; in PERSONALITY_FUNCTION() [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| H A D | eh_personality.cc | 199 const unsigned char *action_record; in PERSONALITY_FUNCTION() local 232 action_record = 0; in PERSONALITY_FUNCTION() 260 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION() 284 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION() 303 else if (action_record == 0) in PERSONALITY_FUNCTION() 331 p = action_record; in PERSONALITY_FUNCTION() 376 action_record = p + ar_disp; in PERSONALITY_FUNCTION() 401 xh->actionRecord = action_record; in PERSONALITY_FUNCTION()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | unwind-c.c | 94 const unsigned char *language_specific_data, *p, *action_record; in PERSONALITY_FUNCTION() local 137 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION() 161 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION()
|
| H A D | except.c | 3155 struct action_record struct 3167 const struct action_record *entry = (const struct action_record *) pentry; argument 3168 const struct action_record *data = (const struct action_record *) pdata; 3176 const struct action_record *entry = (const struct action_record *) pentry; 3185 struct action_record **slot, *new, tmp; 3189 slot = (struct action_record **) htab_find_slot (ar_hash, &tmp, INSERT); 3193 new = (struct action_record *) xmalloc (sizeof (*new));
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | unwind-c.c | 128 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 D | except.c | 3052 struct action_record struct 3062 const struct action_record *entry = (const struct action_record *) pentry; in action_record_eq() argument 3063 const struct action_record *data = (const struct action_record *) pdata; in action_record_eq() 3070 const struct action_record *entry = (const struct action_record *) pentry; in action_record_hash() 3077 struct action_record **slot, *new, tmp; in add_action_record() 3081 slot = (struct action_record **) htab_find_slot (ar_hash, &tmp, INSERT); in add_action_record()
|