Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 11 of 11) sorted by relevance

/sysdeps/generic/
A Dunwind-pe.h61 (unsigned char encoding, _Unwind_Ptr base,
91 size_of_encoded_value (unsigned char encoding) in size_of_encoded_value() argument
93 if (encoding == DW_EH_PE_omit) in size_of_encoded_value()
96 switch (encoding & 0x07) in size_of_encoded_value()
120 if (encoding == DW_EH_PE_omit) in base_of_encoded_value()
123 switch (encoding & 0x70) in base_of_encoded_value()
215 if (encoding == DW_EH_PE_aligned) in read_encoded_value_with_base()
224 switch (encoding & 0x0f) in read_encoded_value_with_base()
281 if (encoding & DW_EH_PE_indirect) in read_encoded_value_with_base()
299 return read_encoded_value_with_base (encoding, in read_encoded_value()
[all …]
A Dunwind-dw2-fde.c273 if (encoding == DW_EH_PE_omit) in base_from_object()
276 switch (encoding & 0x70) in base_from_object()
669 ob->s.b.encoding = encoding; in classify_object_over_fdes()
670 else if (ob->s.b.encoding != encoding) in classify_object_over_fdes()
702 int encoding = ob->s.b.encoding; in add_fdes() local
819 int encoding = ob->s.b.encoding; in linear_search_fdes() local
915 int encoding = ob->s.b.encoding; in binary_search_single_encoding_fdes() local
953 int encoding; in binary_search_mixed_encoding_fdes() local
1061 int encoding; in _Unwind_Find_FDE() local
1067 encoding = ob->s.b.encoding; in _Unwind_Find_FDE()
[all …]
A Dunwind-dw2-fde-glibc.c63 base_from_cb_data (unsigned char encoding, struct unw_eh_callback_data *data) in base_from_cb_data() argument
65 if (encoding == DW_EH_PE_omit) in base_from_cb_data()
68 switch (encoding & 0x70) in base_from_cb_data()
236 unsigned int encoding = get_fde_encoding (data->ret); in _Unwind_IteratePhdrCallback() local
238 read_encoded_value_with_base (encoding, in _Unwind_IteratePhdrCallback()
239 base_from_cb_data (encoding, data), in _Unwind_IteratePhdrCallback()
A Dgccframe.h40 unsigned long encoding : 8; member
A Dunwind-dw2-fde.h47 unsigned long encoding : 8; member
/sysdeps/mips/
A Dconfigure.ac8 AC_CACHE_CHECK([whether the compiler is using the 2008 NaN encoding],
A Dconfigure137 …cho "$as_me:${as_lineno-$LINENO}: checking whether the compiler is using the 2008 NaN encoding" >&5
138 $as_echo_n "checking whether the compiler is using the 2008 NaN encoding... " >&6; }
/sysdeps/arm/
A Dconfigure.ac96 # Check for little-endian or big-endian encoding of 4 in the in-place addend.
A Dconfigure258 # Check for little-endian or big-endian encoding of 4 in the in-place addend.
/sysdeps/unix/sysv/linux/mips/
A Dconfigure.ac107 AC_CACHE_CHECK([whether the compiler is using the 2008 NaN encoding],
A Dconfigure408 …cho "$as_me:${as_lineno-$LINENO}: checking whether the compiler is using the 2008 NaN encoding" >&5
409 $as_echo_n "checking whether the compiler is using the 2008 NaN encoding... " >&6; }

Completed in 40 milliseconds