Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dmodule.h12 struct orc_entry *orc_unwind; member
/linux/arch/x86/kernel/
A Dunwind_orc.c68 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip) in orc_module_find()
70 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find()
261 mod->arch.orc_unwind = orc; in unwind_module_init()
/linux/include/asm-generic/
A Dvmlinux.lds.h867 .orc_unwind : AT(ADDR(.orc_unwind) - LOAD_OFFSET) { \
869 KEEP(*(.orc_unwind)) \
/linux/Documentation/x86/
A Dorc-unwinder.rst21 information to the .orc_unwind and .orc_unwind_ip sections.
146 structs, and writes them to the .orc_unwind and .orc_unwind_ip sections
155 with a range of indices for the .orc_unwind table, so that only a small

Completed in 7 milliseconds