Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dbfin-defs.h316 #define MKREF(x) mkexpr (0,x)
375 EXPR_T mkexpr (int, SYMBOL_T);
Dtc-bfin.c976 code->exp = mkexpr (0, symbol_find_or_make (symbol)); in note_reloc1()
985 code->exp = mkexpr (value, symbol_find_or_make (symbol)); in note_reloc2()
Dbfin-parse.y4233 mkexpr (int x, SYMBOL_T s)
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-parse.c7336 mkexpr (int x, SYMBOL_T s) in mkexpr() function