HomeSort by relevance Sort by last modified time
    Searched refs:F_SYMBOL (Results 1 - 4 of 4) sorted by null

  /external/u-boot/scripts/kconfig/
nconf.h 64 F_SYMBOL = 2,
nconf.c 318 .key = F_SYMBOL,
    [all...]
  /external/u-boot/common/
bedbug.c 72 * F_SYMBOL - lookup symbols for addresses.
121 if (ctx.flags & F_SYMBOL) {
123 ctx.flags &= ~F_SYMBOL;
133 <symbol> is the symbolic location if F_SYMBOL is set.
156 if (ctx.flags & F_SYMBOL) {
281 if ((ctx->flags & F_SYMBOL) &&
  /external/u-boot/include/bedbug/
ppc.h 359 #define F_SYMBOL 0x20 /* use symbol lookups for addresses */

Completed in 113 milliseconds