Home | History | Annotate | Download | only in machine

Lines Matching refs:sym

34 #define __indr_reference(sym,alias)	__lint_equal__(sym,alias)
35 #define __warn_references(sym,msg)
36 #define __weak_alias(alias,sym) __lint_equal__(sym,alias)
38 #define __weak_alias(alias,sym) \
40 __STRING(alias) " = " __STRING(sym))
41 #define __warn_references(sym,msg) \
42 __asm__(".section .gnu.warning." __STRING(sym) \
44 #define __indr_references(sym,msg) /* nothing */