OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tdep_big_endian
(Results
1 - 13
of
13
) sorted by null
/external/libunwind/include/
dwarf_i.h
165
if (
tdep_big_endian
(as))
183
if (
tdep_big_endian
(as))
201
if (
tdep_big_endian
(as))
/external/libunwind/include/tdep-mips/
libunwind_i.h
74
#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/src/mips/
Ginit.c
63
&&
tdep_big_endian
(unw_local_addr_space)
Gstep.c
53
if (
tdep_big_endian
(c->dwarf.as))
/external/libunwind/include/tdep-ia64/
libunwind_i.h
246
#define
tdep_big_endian
(as) ((c)->as->big_endian != 0)
macro
/external/libunwind/include/tdep-sh/
libunwind_i.h
279
#define
tdep_big_endian
(as) ((as)->big_endian)
macro
/external/libunwind/include/tdep-x86_64/
libunwind_i.h
227
#define
tdep_big_endian
(as) 0
macro
/external/libunwind/include/tdep-aarch64/
libunwind_i.h
295
#define
tdep_big_endian
(as) ((as)->big_endian)
macro
/external/libunwind/include/tdep-arm/
libunwind_i.h
283
#define
tdep_big_endian
(as) ((as)->big_endian)
macro
/external/libunwind/include/tdep-hppa/
libunwind_i.h
278
#define
tdep_big_endian
(as) 1
macro
/external/libunwind/include/tdep-ppc32/
libunwind_i.h
298
#define
tdep_big_endian
(as) 1
macro
/external/libunwind/include/tdep-ppc64/
libunwind_i.h
298
#define
tdep_big_endian
(as) 1
macro
/external/libunwind/include/tdep-x86/
libunwind_i.h
282
#define
tdep_big_endian
(as) 0
macro
Completed in 254 milliseconds