Home
last modified time | relevance | path

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

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