Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Delf.c351 char *coldstr; in read_symbols() local
444 coldstr = strstr(sym->name, ".cold"); in read_symbols()
445 if (!coldstr) in read_symbols()
448 pnamelen = coldstr - sym->name; in read_symbols()