OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_target_byte_order
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/common/
sim-config.c
31
enum bfd_endian
current_target_byte_order
= BFD_ENDIAN_UNKNOWN;
variable in typeref:enum:bfd_endian
162
if (
current_target_byte_order
== BFD_ENDIAN_UNKNOWN)
163
current_target_byte_order
168
if (
current_target_byte_order
== BFD_ENDIAN_UNKNOWN
170
current_target_byte_order
= prefered_target_byte_order;
171
if (
current_target_byte_order
== BFD_ENDIAN_UNKNOWN)
172
current_target_byte_order
= WITH_TARGET_BYTE_ORDER;
175
if (
CURRENT_TARGET_BYTE_ORDER
== BFD_ENDIAN_UNKNOWN)
180
if (
CURRENT_TARGET_BYTE_ORDER
!=
current_target_byte_order
)
[
all
...]
/src/external/gpl3/gdb/dist/sim/common/
sim-config.c
31
enum bfd_endian
current_target_byte_order
= BFD_ENDIAN_UNKNOWN;
variable in typeref:enum:bfd_endian
162
if (
current_target_byte_order
== BFD_ENDIAN_UNKNOWN)
163
current_target_byte_order
168
if (
current_target_byte_order
== BFD_ENDIAN_UNKNOWN
170
current_target_byte_order
= prefered_target_byte_order;
171
if (
current_target_byte_order
== BFD_ENDIAN_UNKNOWN)
172
current_target_byte_order
= WITH_TARGET_BYTE_ORDER;
175
if (
CURRENT_TARGET_BYTE_ORDER
== BFD_ENDIAN_UNKNOWN)
180
if (
CURRENT_TARGET_BYTE_ORDER
!=
current_target_byte_order
)
[
all
...]
/src/external/gpl3/gdb/dist/sim/ppc/
psim.c
66
enum bfd_endian
current_target_byte_order
;
variable in typeref:enum:bfd_endian
456
current_target_byte_order
460
if (
CURRENT_TARGET_BYTE_ORDER
!=
current_target_byte_order
)
/src/external/gpl3/gdb.old/dist/sim/ppc/
psim.c
66
enum bfd_endian
current_target_byte_order
;
variable in typeref:enum:bfd_endian
456
current_target_byte_order
460
if (
CURRENT_TARGET_BYTE_ORDER
!=
current_target_byte_order
)
Completed in 16 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026