Home | History | Annotate | Download | only in info

Lines Matching full:nodename

2908 * Symver::                      `.symver NAME,NAME2@NODENAME'
4873 .symver NAME, NAME2@NODENAME
4876 NAME2@NODENAME, and in fact the main reason that we just don't try and
4883 version of a function is being mentioned. The NODENAME portion of the
4887 NODENAME should correspond to the nodename of the symbol you are trying
4891 all references to NAME will be changed to NAME2@NODENAME. If no
4892 reference to NAME is made, NAME2@NODENAME will be removed from the
4896 .symver NAME, NAME2@@NODENAME
4898 file being assembled. It is similar to NAME2@NODENAME. The difference
4899 is NAME2@@NODENAME will also be used to resolve references to NAME2 by
4903 .symver NAME, NAME2@@@NODENAME
4905 treated as NAME2@NODENAME. When NAME is defined within the file being
4906 assembled, the symbol name, NAME, will be changed to NAME2@@NODENAME.