Searched refs:F_SYMBOL (Results 1 – 4 of 4) sorted by relevance
120 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()
64 F_SYMBOL = 2, enumerator
318 .key = F_SYMBOL,
358 #define F_SYMBOL 0x20 /* use symbol lookups for addresses */ macro