Home
last modified time | relevance | path

Searched refs:size_of_uleb128 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDdwarf2asm.h62 extern int size_of_uleb128 (unsigned HOST_WIDE_INT);
HDexcept.c3430 size += size_of_uleb128 (cs->action); in dw2_size_of_call_site_table()
3446 size += size_of_uleb128 (INTVAL (cs->landing_pad)); in sjlj_size_of_call_site_table()
3447 size += size_of_uleb128 (cs->action); in sjlj_size_of_call_site_table()
3703 after_disp = (1 + size_of_uleb128 (call_site_len) in output_function_exception_table()
3715 disp_size = size_of_uleb128 (disp); in output_function_exception_table()
HDdwarf2asm.c292 size_of_uleb128 (unsigned HOST_WIDE_INT value) in size_of_uleb128() function
HDdwarf2out.c2312 + size_of_uleb128 (1) /* Code alignment */ in output_call_frame_info()
2323 gcc_assert (size_of_uleb128 (augmentation_size) == 1); in output_call_frame_info()
2472 gcc_assert (size_of_uleb128 (size) == 1); in output_call_frame_info()
3167 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned); in size_of_loc_descr()
3176 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned); in size_of_loc_descr()
3217 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned); in size_of_loc_descr()
3223 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned); in size_of_loc_descr()
3227 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned); in size_of_loc_descr()
6616 size += size_of_uleb128 (die->die_abbrev); in size_of_die()
HDChangeLog-200128427 (size_of_uleb128, size_of_sleb128): Remove.