Home
last modified time | relevance | path

Searched refs:coldstr (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/objtool/
Delf.c223 char *coldstr; in read_symbols() local
304 coldstr = strstr(sym->name, ".cold."); in read_symbols()
305 if (!coldstr) in read_symbols()
308 coldstr[0] = '\0'; in read_symbols()
310 coldstr[0] = '.'; in read_symbols()