What is the meaning of "SYM" in the following powerpc assembly code branch instruction?
bl SYM (_subroutine)
SYM is a macro defined in asm.h
#define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)