Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/microcode/ncr53cxxx/
Dncr53cxxx.c110 #define S_RELATIVE 0x0002 macro
346 else if (symbols[i].type == S_RELATIVE) in emit_symbols()
761 type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE; in f_define()
/mirbsd/src/sys/dev/microcode/siop/
Dncr53cxxx.c120 #define S_RELATIVE 0x0002 macro
512 else if (symbols[i].type == S_RELATIVE) in emit_symbols()
936 type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE; in f_define()