Searched refs:orc_size (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/um/include/asm/
H A Dunwind.h6 void *orc, size_t orc_size) {}
5 unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size) argument
/linux-master/tools/objtool/
H A Dorc_dump.c15 int fd, nr_entries, i, *orc_ip = NULL, orc_size = 0; local
92 orc_size = sh.sh_size;
104 if (orc_size % sizeof(*orc) != 0) {
109 nr_entries = orc_size / sizeof(*orc);
/linux-master/arch/x86/include/asm/
H A Dunwind.h98 void *orc, size_t orc_size);
103 void *orc, size_t orc_size) {}
102 unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size) argument
/linux-master/arch/loongarch/include/asm/
H A Dunwind.h92 void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size);
95 static inline void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size) {} argument
/linux-master/scripts/
H A Dsorttable.h142 unsigned int orc_size = num_entries * sizeof(struct orc_entry); local
158 tmp_orc_table = (struct orc_entry *)malloc(orc_size);
170 memcpy(tmp_orc_table, g_orc_table, orc_size);
293 unsigned int orc_size = 0; local
346 orc_size = s->sh_size;
362 orc_size % sizeof(struct orc_entry) != 0 ||
363 orc_num_entries != orc_size / sizeof(struct orc_entry)) {
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c243 void *_orc, size_t orc_size)
250 orc_size % sizeof(*orc) != 0 ||
251 num_entries != orc_size / sizeof(*orc));
273 size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind; local
279 orc_size % sizeof(struct orc_entry) != 0 ||
280 num_entries != orc_size / sizeof(struct orc_entry)) {
242 unwind_module_init(struct module *mod, void *_orc_ip, size_t orc_ip_size, void *_orc, size_t orc_size) argument
/linux-master/arch/s390/include/asm/
H A Dunwind.h96 size_t orc_size) {}
94 unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size) argument
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c290 void *_orc, size_t orc_size)
297 orc_size % sizeof(*orc) != 0 ||
298 num_entries != orc_size / sizeof(*orc));
320 size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind; local
326 orc_size % sizeof(struct orc_entry) != 0 ||
327 num_entries != orc_size / sizeof(struct orc_entry)) {
289 unwind_module_init(struct module *mod, void *_orc_ip, size_t orc_ip_size, void *_orc, size_t orc_size) argument

Completed in 139 milliseconds