HomeSort by: relevance | last modified time | path
    Searched defs:ppc_last_function (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 6067 static symbolS *ppc_last_function;
6113 ppc_last_function = sym;
6133 if (ppc_last_function == NULL)
6137 set_end = ppc_last_function;
6138 ppc_last_function = NULL;
6052 static symbolS *ppc_last_function; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 6109 static symbolS *ppc_last_function;
6155 ppc_last_function = sym;
6175 if (ppc_last_function == NULL)
6179 set_end = ppc_last_function;
6180 ppc_last_function = NULL;
6094 static symbolS *ppc_last_function; local

Completed in 58 milliseconds