Home
last modified time | relevance | path

Searched refs:byte_order_for_code (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Darch-utils.c648 info.byte_order_for_code = info.byte_order; in initialize_current_architecture()
686 info->byte_order_for_code = info->byte_order; in gdbarch_info_init()
728 info->byte_order_for_code = info->byte_order; in gdbarch_info_fill()
H A Dgdbarch.c103 int byte_order_for_code; member
487 gdbarch->byte_order_for_code = info->byte_order_for_code; in gdbarch_alloc()
854 plongest (gdbarch->byte_order_for_code)); in gdbarch_dump()
1444 return gdbarch->byte_order_for_code; in gdbarch_byte_order_for_code()
H A Dgdbarch.h1319 int byte_order_for_code; member