Home
last modified time | relevance | path

Searched refs:action_record_data (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexcept.c242 varray_type action_record_data; member
1942 VARRAY_UCHAR_INIT (cfun->eh->action_record_data, 64, "action_record_data"); in sjlj_assign_call_site_values()
3156 new->offset = VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data) + 1; in add_action_record()
3166 push_sleb128 (&cfun->eh->action_record_data, filter); in add_action_record()
3168 next -= VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data) + 1; in add_action_record()
3169 push_sleb128 (&cfun->eh->action_record_data, next); in add_action_record()
3327 VARRAY_UCHAR_INIT (cfun->eh->action_record_data, 64, "action_record_data"); in convert_to_eh_region_ranges()
3693 + VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data) in output_function_exception_table()
3748 n = VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data); in output_function_exception_table()
3750 dw2_asm_output_data (1, VARRAY_UCHAR (cfun->eh->action_record_data, i), in output_function_exception_table()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexcept.c242 varray_type action_record_data; member
1942 VARRAY_UCHAR_INIT (cfun->eh->action_record_data, 64, "action_record_data"); in sjlj_assign_call_site_values()
3156 new->offset = VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data) + 1; in add_action_record()
3166 push_sleb128 (&cfun->eh->action_record_data, filter); in add_action_record()
3168 next -= VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data) + 1; in add_action_record()
3169 push_sleb128 (&cfun->eh->action_record_data, next); in add_action_record()
3327 VARRAY_UCHAR_INIT (cfun->eh->action_record_data, 64, "action_record_data"); in convert_to_eh_region_ranges()
3693 + VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data) in output_function_exception_table()
3748 n = VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data); in output_function_exception_table()
3750 dw2_asm_output_data (1, VARRAY_UCHAR (cfun->eh->action_record_data, i), in output_function_exception_table()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dexcept.c236 varray_type action_record_data; member
1633 VARRAY_UCHAR_INIT (cfun->eh->action_record_data, 64, "action_record_data"); in sjlj_assign_call_site_values()
2989 new->offset = VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data) + 1; in add_action_record()
2999 push_sleb128 (&cfun->eh->action_record_data, filter); in add_action_record()
3001 next -= VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data) + 1; in add_action_record()
3002 push_sleb128 (&cfun->eh->action_record_data, next); in add_action_record()
3160 VARRAY_UCHAR_INIT (cfun->eh->action_record_data, 64, "action_record_data"); in convert_to_eh_region_ranges()
3601 + VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data) in output_function_exception_table()
3656 n = VARRAY_ACTIVE_SIZE (cfun->eh->action_record_data); in output_function_exception_table()
3658 dw2_asm_output_data (1, VARRAY_UCHAR (cfun->eh->action_record_data, i), in output_function_exception_table()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexcept.c1033 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2328 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2338 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2340 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2341 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2552 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3083 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3145 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dexcept.c1043 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2339 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2349 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2351 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2352 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2563 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3094 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3156 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dexcept.c1033 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2329 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2339 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2341 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2342 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2553 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3084 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3146 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dexcept.c1068 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2320 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2330 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2332 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2333 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2481 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3008 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3067 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dexcept.c1026 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2299 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2309 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2311 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2312 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2476 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3000 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3059 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dexcept.c1033 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2328 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2338 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2340 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2341 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2552 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3083 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3145 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dexcept.c1042 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2338 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2348 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2350 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2351 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2562 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3093 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3155 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dexcept.c1042 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2338 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2348 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2350 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2351 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2562 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3093 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3155 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dexcept.c1016 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2284 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2294 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2296 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2297 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2445 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
2954 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3013 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
H A Dfunction.h152 vec<uchar, va_gc> *action_record_data; member
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dexcept.c1042 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2338 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2348 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2350 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2351 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2562 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3093 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3155 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dexcept.c1033 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2328 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2338 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2340 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2341 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2552 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3083 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3145 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dexcept.c1033 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2328 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2338 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2340 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2341 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2552 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3083 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3145 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexcept.c1033 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2328 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2338 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2340 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2341 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2552 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3083 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3145 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dexcept.c1033 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2329 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2339 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2341 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2342 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2553 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3084 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3146 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dexcept.c1042 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2338 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2348 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2350 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2351 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2562 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3093 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3155 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dexcept.c1033 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2329 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2339 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2341 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2342 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2553 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3084 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3146 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dexcept.c1033 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2328 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2338 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2340 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2341 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2552 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3083 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3145 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dexcept.c1042 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2338 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2348 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2350 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2351 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2562 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3093 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3155 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dexcept.c1042 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2338 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2348 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2350 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2351 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2562 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3093 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3155 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dexcept.c1016 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2284 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2294 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2296 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2297 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2445 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
2954 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3013 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dexcept.c1026 vec_alloc (crtl->eh.action_record_data, 64); in sjlj_assign_call_site_values()
2299 new_ar->offset = crtl->eh.action_record_data->length () + 1; in add_action_record()
2309 push_sleb128 (&crtl->eh.action_record_data, filter); in add_action_record()
2311 next -= crtl->eh.action_record_data->length () + 1; in add_action_record()
2312 push_sleb128 (&crtl->eh.action_record_data, next); in add_action_record()
2476 vec_alloc (crtl->eh.action_record_data, 64); in convert_to_eh_region_ranges()
3000 + vec_safe_length (crtl->eh.action_record_data) in output_one_function_exception_table()
3059 FOR_EACH_VEC_ELT (*crtl->eh.action_record_data, i, uc) in output_one_function_exception_table()

1234