Searched refs:orc_size (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | unwind_orc.c | 244 void *_orc, size_t orc_size) in unwind_module_init() argument 251 orc_size % sizeof(*orc) != 0 || in unwind_module_init() 252 num_entries != orc_size / sizeof(*orc)); in unwind_module_init() 274 size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind; in unwind_init() local 280 orc_size % sizeof(struct orc_entry) != 0 || in unwind_init() 281 num_entries != orc_size / sizeof(struct orc_entry)) { in unwind_init()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | unwind.h | 92 …wind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size); 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() argument
|
| /linux/arch/x86/include/asm/ |
| H A D | unwind.h | 98 void *orc, size_t orc_size); 103 void *orc, size_t orc_size) {} in unwind_module_init() argument
|
| /linux/scripts/ |
| H A D | sorttable.c | 172 unsigned int orc_size = num_entries * sizeof(struct orc_entry); in sort_orctable() local 188 tmp_orc_table = (struct orc_entry *)malloc(orc_size); in sort_orctable() 200 memcpy(tmp_orc_table, g_orc_table, orc_size); in sort_orctable() 623 unsigned int orc_size = 0; in do_sort() local 669 orc_size = shdr_size(shdr); in do_sort() 685 orc_size % sizeof(struct orc_entry) != 0 || in do_sort() 686 orc_num_entries != orc_size / sizeof(struct orc_entry)) { in do_sort()
|
| /linux/arch/um/include/asm/ |
| H A D | unwind.h | 6 void *orc, size_t orc_size) {} in unwind_module_init() argument
|
| /linux/arch/s390/include/asm/ |
| H A D | unwind.h | 96 size_t orc_size) {} in unwind_module_init() argument
|