Lines Matching full:nodename
2849 * Symver:: `.symver NAME,NAME2@NODENAME'
4632 .symver NAME, NAME2@NODENAME
4635 NAME2@NODENAME, and in fact the main reason that we just don't try and
4642 version of a function is being mentioned. The NODENAME portion of the
4646 NODENAME should correspond to the nodename of the symbol you are trying
4650 all references to NAME will be changed to NAME2@NODENAME. If no
4651 reference to NAME is made, NAME2@NODENAME will be removed from the
4655 .symver NAME, NAME2@@NODENAME
4657 file being assembled. It is similar to NAME2@NODENAME. The difference
4658 is NAME2@@NODENAME will also be used to resolve references to NAME2 by
4662 .symver NAME, NAME2@@@NODENAME
4664 treated as NAME2@NODENAME. When NAME is defined within the file being
4665 assembled, the symbol name, NAME, will be changed to NAME2@@NODENAME.