Home
last modified time | relevance | path

Searched refs:F_SYMBOL (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/common/
Dbedbug.c120 if (ctx.flags & F_SYMBOL) { in disppc()
122 ctx.flags &= ~F_SYMBOL; in disppc()
155 if (ctx.flags & F_SYMBOL) { in disppc()
279 if ((ctx->flags & F_SYMBOL) && in print_operands()
/external/u-boot/scripts/kconfig/
Dnconf.h64 F_SYMBOL = 2, enumerator
Dnconf.c318 .key = F_SYMBOL,
/external/u-boot/include/bedbug/
Dppc.h358 #define F_SYMBOL 0x20 /* use symbol lookups for addresses */ macro