Searched refs:radix_fmt (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/common/ |
H A D | bedbug.c | 104 strcpy (ctx.radix_fmt, "O%o"); in disppc() 107 strcpy (ctx.radix_fmt, "%u"); in disppc() 110 strcpy (ctx.radix_fmt, "%d"); in disppc() 113 strcpy (ctx.radix_fmt, "0x%x"); in disppc() 175 sprintf (&ctx.data[ctx.datalen], ctx.radix_fmt, symoffset); in disppc() 286 sprintf (&ctx->data[ctx->datalen], ctx->radix_fmt, in print_operands() 329 sprintf (&ctx->data[ctx->datalen], ctx->radix_fmt, in print_operands()
|
/openbmc/u-boot/include/bedbug/ |
H A D | ppc.h | 341 char radix_fmt[ 8 ]; member
|