Searched defs:orc_size (Results 1 – 8 of 8) sorted by relevance
/linux/arch/um/include/asm/ |
H A D | unwind.h | 6 void *orc, size_t orc_size) {} in unwind_module_init()
|
/linux/arch/loongarch/kernel/ |
H A D | unwind_orc.c | 243 void *_orc, size_t orc_size) in unwind_module_init() 273 size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind; in unwind_init() local
|
/linux/tools/objtool/ |
H A D | orc_dump.c | 15 int fd, nr_entries, i, *orc_ip = NULL, orc_size = 0; in orc_dump() local
|
/linux/arch/x86/kernel/ |
H A D | unwind_orc.c | 290 void *_orc, size_t orc_size) in unwind_module_init() 320 size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind; in unwind_init() local
|
/linux/scripts/ |
H A D | sorttable.h | 142 unsigned int orc_size = num_entries * sizeof(struct orc_entry); in sort_orctable() local 293 unsigned int orc_size = 0; in do_sort() local
|
/linux/arch/s390/include/asm/ |
H A D | unwind.h | 96 size_t orc_size) {} in unwind_module_init()
|
/linux/arch/loongarch/include/asm/ |
H A D | unwind.h | 95 …nd_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 | 103 void *orc, size_t orc_size) {} in unwind_module_init()
|