Searched refs:tdep_big_endian (Results 1 - 12 of 12) sorted by last modified time

/external/libunwind/include/
H A Ddwarf_i.h165 if (tdep_big_endian (as))
183 if (tdep_big_endian (as))
201 if (tdep_big_endian (as))
/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h295 #define tdep_big_endian(as) ((as)->big_endian) macro
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h283 #define tdep_big_endian(as) ((as)->big_endian) macro
/external/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h278 #define tdep_big_endian(as) 1 macro
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h246 #define tdep_big_endian(as) ((c)->as->big_endian != 0) macro
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h74 #define tdep_big_endian(as) ((as)->big_endian) macro
181 if ((offset != 0) == tdep_big_endian (c->as))
200 if ((offset != 0) == tdep_big_endian (c->as))
/external/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h298 #define tdep_big_endian(as) 1 macro
/external/libunwind/include/tdep-ppc64/
H A Dlibunwind_i.h298 #define tdep_big_endian(as) 1 macro
/external/libunwind/include/tdep-sh/
H A Dlibunwind_i.h279 #define tdep_big_endian(as) ((as)->big_endian) macro
/external/libunwind/include/tdep-x86/
H A Dlibunwind_i.h282 #define tdep_big_endian(as) 0 macro
/external/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h227 #define tdep_big_endian(as) 0 macro
/external/libunwind/src/mips/
H A DGinit.c63 && tdep_big_endian (unw_local_addr_space)

Completed in 126 milliseconds