Searched refs:current_target_byte_order (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-config.c29 int current_target_byte_order; variable
177 if (current_target_byte_order == 0)
178 current_target_byte_order
183 if (current_target_byte_order == 0
185 current_target_byte_order = prefered_target_byte_order;
186 if (current_target_byte_order == 0)
187 current_target_byte_order = WITH_TARGET_BYTE_ORDER;
188 if (current_target_byte_order == 0)
189 current_target_byte_order = WITH_DEFAULT_TARGET_BYTE_ORDER;
197 if (CURRENT_TARGET_BYTE_ORDER != current_target_byte_order)
[all...]
H A Dsim-config.h239 extern int current_target_byte_order;
242 : current_target_byte_order)
H A Dsim-options.c238 current_target_byte_order = BIG_ENDIAN;
248 current_target_byte_order = LITTLE_ENDIAN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-config.c29 int current_target_byte_order; variable
177 if (current_target_byte_order == 0)
178 current_target_byte_order
183 if (current_target_byte_order == 0
185 current_target_byte_order = prefered_target_byte_order;
186 if (current_target_byte_order == 0)
187 current_target_byte_order = WITH_TARGET_BYTE_ORDER;
188 if (current_target_byte_order == 0)
189 current_target_byte_order = WITH_DEFAULT_TARGET_BYTE_ORDER;
197 if (CURRENT_TARGET_BYTE_ORDER != current_target_byte_order)
[all...]
H A Dsim-config.h239 extern int current_target_byte_order;
242 : current_target_byte_order)
H A Dsim-options.c238 current_target_byte_order = BIG_ENDIAN;
248 current_target_byte_order = LITTLE_ENDIAN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-config.c29 int current_target_byte_order; variable
177 if (current_target_byte_order == 0)
178 current_target_byte_order
183 if (current_target_byte_order == 0
185 current_target_byte_order = prefered_target_byte_order;
186 if (current_target_byte_order == 0)
187 current_target_byte_order = WITH_TARGET_BYTE_ORDER;
188 if (current_target_byte_order == 0)
189 current_target_byte_order = WITH_DEFAULT_TARGET_BYTE_ORDER;
197 if (CURRENT_TARGET_BYTE_ORDER != current_target_byte_order)
[all...]
H A Dsim-config.h239 extern int current_target_byte_order;
242 : current_target_byte_order)
H A Dsim-options.c238 current_target_byte_order = BIG_ENDIAN;
248 current_target_byte_order = LITTLE_ENDIAN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dstd-config.h46 extern int current_target_byte_order;
49 : current_target_byte_order)
H A Dpsim.c79 int current_target_byte_order; variable
435 current_target_byte_order
439 if (CURRENT_TARGET_BYTE_ORDER != current_target_byte_order)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dstd-config.h46 extern int current_target_byte_order;
49 : current_target_byte_order)
H A Dpsim.c79 int current_target_byte_order; variable
435 current_target_byte_order
439 if (CURRENT_TARGET_BYTE_ORDER != current_target_byte_order)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dstd-config.h46 extern int current_target_byte_order;
49 : current_target_byte_order)
H A Dpsim.c79 int current_target_byte_order; variable
435 current_target_byte_order
439 if (CURRENT_TARGET_BYTE_ORDER != current_target_byte_order)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/erc32/
H A Dfunc.c36 extern int current_target_byte_order;
184 if (current_target_byte_order == BIG_ENDIAN) {
1034 current_target_byte_order = LITTLE_ENDIAN;
1036 current_target_byte_order = BIG_ENDIAN;
1039 current_target_byte_order == BIG_ENDIAN ? "big" : "little");
1072 if (current_target_byte_order == BIG_ENDIAN)
H A Dinterf.c46 extern int current_target_byte_order;
328 if (current_target_byte_order == BIG_ENDIAN)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/erc32/
H A Dfunc.c36 extern int current_target_byte_order;
184 if (current_target_byte_order == BIG_ENDIAN) {
1034 current_target_byte_order = LITTLE_ENDIAN;
1036 current_target_byte_order = BIG_ENDIAN;
1039 current_target_byte_order == BIG_ENDIAN ? "big" : "little");
1072 if (current_target_byte_order == BIG_ENDIAN)
H A Dinterf.c46 extern int current_target_byte_order;
328 if (current_target_byte_order == BIG_ENDIAN)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/erc32/
H A Dfunc.c36 extern int current_target_byte_order;
184 if (current_target_byte_order == BIG_ENDIAN) {
1034 current_target_byte_order = LITTLE_ENDIAN;
1036 current_target_byte_order = BIG_ENDIAN;
1039 current_target_byte_order == BIG_ENDIAN ? "big" : "little");
1072 if (current_target_byte_order == BIG_ENDIAN)
H A Dinterf.c46 extern int current_target_byte_order;
328 if (current_target_byte_order == BIG_ENDIAN)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/cris/
H A Dsim-if.c294 current_target_byte_order = LITTLE_ENDIAN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/m68hc11/
H A Dinterp.c435 current_target_byte_order = BIG_ENDIAN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/cris/
H A Dsim-if.c294 current_target_byte_order = LITTLE_ENDIAN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/m68hc11/
H A Dinterp.c435 current_target_byte_order = BIG_ENDIAN;

Completed in 163 milliseconds

12