Searched refs:action_record (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/libstdc++/libsupc++/ |
| 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 …]
|
| /freebsd-11-stable/contrib/libcxxrt/ |
| HD | exception.cc | 988 dw_eh_ptr_t action_record, in check_action_record() argument 993 if (!action_record) { return handler_cleanup; } in check_action_record() 995 while (action_record) in check_action_record() 997 int filter = read_sleb128(&action_record); in check_action_record() 998 dw_eh_ptr_t action_record_offset_base = action_record; in check_action_record() 999 int displacement = read_sleb128(&action_record); in check_action_record() 1000 action_record = displacement ? in check_action_record() 1152 action.action_record, realEx, &selector, ex->adjustedPtr); 1163 ex->actionRecord = reinterpret_cast<const char*>(action.action_record); 1183 action.action_record, realEx, &selector, ex->adjustedPtr); [all …]
|
| HD | dwarf_eh.h | 396 dw_eh_ptr_t action_record; member 410 result->action_record = 0; in dwarf_eh_find_callsite() 448 result->action_record = lsda->action_table + action - 1; in dwarf_eh_find_callsite()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | 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;
|
| HD | 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()
|