Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Delf.c544 char *coldstr; in read_symbols() local
636 coldstr = strstr(sym->name, ".cold"); in read_symbols()
637 if (!coldstr) { in read_symbols()
642 pnamelen = coldstr - sym->name; in read_symbols()