Home
last modified time | relevance | path

Searched defs:orc_ip (Results 1 – 7 of 7) sorted by relevance

/linux/arch/um/include/asm/
H A Dunwind.h5 unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, in unwind_module_init()
/linux/arch/s390/include/asm/
H A Dunwind.h94 static inline void unwind_module_init(struct module *mod, void *orc_ip, in unwind_module_init()
/linux/arch/loongarch/include/asm/
H A Dunwind.h95 static inline void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *o… in unwind_module_init()
/linux/arch/x86/include/asm/
H A Dunwind.h102 void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, in unwind_module_init()
/linux/arch/x86/kernel/
H A Dmodule.c243 *orc = NULL, *orc_ip = NULL, in module_finalize() local
/linux/arch/loongarch/kernel/
H A Dmodule.c514 const Elf_Shdr *s, *alt = NULL, *orc = NULL, *orc_ip = NULL, *ftrace = NULL; in module_finalize() local
/linux/scripts/
H A Dsorttable.c466 static inline unsigned long orc_ip(const int *ip) in orc_ip() function