Lines Matching defs:sym
199 * Assembly version of "adr rd, BSYM(sym)". This should only be used to
204 .macro badr\c, rd, sym
206 adr\c \rd, \sym + 1
208 adr\c \rd, \sym
499 .macro __adldst_l, op, reg, sym, tmp, c
504 .La\@: .long \sym - .Lpc\@
510 movw\c \tmp, #:lower16:\sym - .Lpc\@
511 movt\c \tmp, #:upper16:\sym - .Lpc\@
553 * @sym: name of the symbol
556 .macro adr_l, dst:req, sym:req, cond
557 __adldst_l add, \dst, \sym, \dst, \cond
564 * @sym: name of the symbol
567 .macro ldr_l, dst:req, sym:req, cond
568 __adldst_l ldr, \dst, \sym, \dst, \cond
575 * @sym: name of the symbol
579 .macro str_l, src:req, sym:req, tmp:req, cond
580 __adldst_l str, \src, \sym, \tmp, \cond