Lines Matching full:nodename
2947 * Symver:: `.symver NAME,NAME2@NODENAME'
4983 .symver NAME, NAME2@NODENAME
4986 NAME2@NODENAME, and in fact the main reason that we just don't try and
4993 version of a function is being mentioned. The NODENAME portion of the
4997 NODENAME should correspond to the nodename of the symbol you are trying
5001 all references to NAME will be changed to NAME2@NODENAME. If no
5002 reference to NAME is made, NAME2@NODENAME will be removed from the
5006 .symver NAME, NAME2@@NODENAME
5008 file being assembled. It is similar to NAME2@NODENAME. The difference
5009 is NAME2@@NODENAME will also be used to resolve references to NAME2 by
5013 .symver NAME, NAME2@@@NODENAME
5015 treated as NAME2@NODENAME. When NAME is defined within the file being
5016 assembled, the symbol name, NAME, will be changed to NAME2@@NODENAME.