Searched refs:size_of_uleb128 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2asm.h81 extern int size_of_uleb128 (unsigned HOST_WIDE_INT);
H A Dexcept.c2815 size += size_of_uleb128 (cs->action);
2832 size += size_of_uleb128 (INTVAL (cs->landing_pad));
2833 size += size_of_uleb128 (cs->action);
3108 after_disp = (1 + size_of_uleb128 (call_site_len)
3120 disp_size = size_of_uleb128 (disp);
H A Ddwarf2out.c654 gcc_assert (size_of_uleb128 (size) == 1);
886 + size_of_uleb128 (1) /* Code alignment */
897 gcc_assert (size_of_uleb128 (augmentation_size) == 1);
1820 size += size_of_uleb128 (loc->dw_loc_oprnd1.val_entry->index);
1839 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned);
1848 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned);
1889 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned);
1895 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned);
1899 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned);
1902 size += size_of_uleb128 (lo
[all...]
H A Ddwarf2asm.c382 size_of_uleb128 (unsigned HOST_WIDE_INT value)
380 size_of_uleb128 (unsigned HOST_WIDE_INT value) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2asm.h81 extern int size_of_uleb128 (unsigned HOST_WIDE_INT);
H A Dexcept.cc2816 size += size_of_uleb128 (cs->action);
2833 size += size_of_uleb128 (INTVAL (cs->landing_pad));
2834 size += size_of_uleb128 (cs->action);
3109 after_disp = (1 + size_of_uleb128 (call_site_len)
3121 disp_size = size_of_uleb128 (disp);
H A Ddwarf2out.cc662 gcc_assert (size_of_uleb128 (size) == 1);
894 + size_of_uleb128 (1) /* Code alignment */
905 gcc_assert (size_of_uleb128 (augmentation_size) == 1);
1877 size += size_of_uleb128 (loc->dw_loc_oprnd1.val_entry->index);
1896 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned);
1905 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned);
1946 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned);
1952 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned);
1956 size += size_of_uleb128 (loc->dw_loc_oprnd1.v.val_unsigned);
1959 size += size_of_uleb128 (lo
[all...]
H A Ddwarf2asm.cc428 size_of_uleb128 (unsigned HOST_WIDE_INT value)
426 size_of_uleb128 (unsigned HOST_WIDE_INT value) function

Completed in 184 milliseconds