Lines Matching refs:curfile
224 * linker generates the symbol table such that the curfile might be
228 * We might have found a strong local symbol, where the curfile is
232 * If we've got a local symbol with a non-matching curfile, there are
235 * the latter case, curfile is likely inaccurate since the linker does
236 * not preserve the needed curfile in the order of the symbol table (see
249 char *curfile = NULL;
270 curfile = (char *)strdata->d_buf + sym.st_name;
286 (curfile == NULL || weakfile == NULL ||
287 strcmp(curfile, weakfile) != 0)) {
289 tmpfile1 = curfile;
294 *curfilep = curfile;