Home
last modified time | relevance | path

Searched refs:options_byte_order (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Doptions.c28 options_byte_order (enum bfd_endian order) in options_byte_order() function
113 printf_filtered ("HOST_BYTE_ORDER = %s\n", options_byte_order (HOST_BYTE_ORDER)); in print_options()
114 printf_filtered ("WITH_TARGET_BYTE_ORDER = %s\n", options_byte_order (WITH_TARGET_BYTE_ORDER)); in print_options()
DChangeLog-202199 * options.c (options_byte_order): Likewise. Change int to bfd_endian.