Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/microcode/siop/
Dncr53cxxx.c114 #define S_ABSOLUTE 0x0001 macro
506 if (symbols[i].type == S_ABSOLUTE) in emit_symbols()
932 type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE; in f_define()