Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/lib/
H A Dretpoline.S139 .section .text..__x86.return_thunk
/linux-6.15/arch/x86/kernel/
H A Dvmlinux.lds.S153 *(.text..__x86.return_thunk)
/linux-6.15/tools/objtool/include/objtool/
H A Delf.h65 u8 return_thunk : 1; member
/linux-6.15/tools/objtool/
H A Dcheck.c1512 } else if (reloc->sym->return_thunk) { in add_jump_destinations()
1576 if (jump_dest->sym->return_thunk) { in add_jump_destinations()
2485 func->return_thunk = true; in classify_symbols()