Searched defs:orc (Results 1 – 7 of 7) sorted by relevance
/linux/tools/objtool/ |
H A D | orc_gen.c | 19 struct orc_entry orc; member 24 static int orc_list_add(struct list_head *orc_list, struct orc_entry *orc, in orc_list_add() 61 struct orc_entry orc, prev_orc = {0}; in orc_create() local
|
/linux/arch/um/include/asm/ |
H A D | unwind.h | 5 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 D | unwind.h | 94 static inline void unwind_module_init(struct module *mod, void *orc_ip, in unwind_module_init()
|
/linux/arch/loongarch/include/asm/ |
H A D | unwind.h | 95 …nwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size… in unwind_module_init()
|
/linux/arch/x86/include/asm/ |
H A D | unwind.h | 102 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 D | module.c | 243 *orc = NULL, *orc_ip = NULL, in module_finalize() local
|
/linux/arch/loongarch/kernel/ |
H A D | module.c | 514 const Elf_Shdr *s, *alt = NULL, *orc = NULL, *orc_ip = NULL, *ftrace = NULL; in module_finalize() local
|