Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Delf.h64 u8 retpoline_thunk : 1; member
/linux-6.15/tools/objtool/
H A Dcheck.c1300 if (sym->retpoline_thunk) { in annotate_call_site()
1507 } else if (reloc->sym->retpoline_thunk) { in add_jump_destinations()
1570 if (jump_dest->sym->retpoline_thunk) { in add_jump_destinations()
1688 } else if (reloc->sym->retpoline_thunk) { in add_call_destinations()
2482 func->retpoline_thunk = true; in classify_symbols()