Lines Matching full:nodename
2907 * Symver:: `.symver NAME,NAME2@NODENAME'
4872 .symver NAME, NAME2@NODENAME
4875 NAME2@NODENAME, and in fact the main reason that we just don't try and
4882 version of a function is being mentioned. The NODENAME portion of the
4886 NODENAME should correspond to the nodename of the symbol you are trying
4890 all references to NAME will be changed to NAME2@NODENAME. If no
4891 reference to NAME is made, NAME2@NODENAME will be removed from the
4895 .symver NAME, NAME2@@NODENAME
4897 file being assembled. It is similar to NAME2@NODENAME. The difference
4898 is NAME2@@NODENAME will also be used to resolve references to NAME2 by
4902 .symver NAME, NAME2@@@NODENAME
4904 treated as NAME2@NODENAME. When NAME is defined within the file being
4905 assembled, the symbol name, NAME, will be changed to NAME2@@NODENAME.