Home
last modified time | relevance | path

Searched refs:orc_size (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/objtool/
Dorc_dump.c67 int fd, nr_entries, i, *orc_ip = NULL, orc_size = 0; in orc_dump() local
137 orc_size = sh.sh_size; in orc_dump()
149 if (orc_size % sizeof(*orc) != 0) { in orc_dump()
154 nr_entries = orc_size / sizeof(*orc); in orc_dump()
/linux-6.1.9/scripts/
Dsorttable.h142 unsigned int orc_size = num_entries * sizeof(struct orc_entry); in sort_orctable() local
158 tmp_orc_table = (struct orc_entry *)malloc(orc_size); in sort_orctable()
170 memcpy(tmp_orc_table, g_orc_table, orc_size); in sort_orctable()
293 unsigned int orc_size = 0; in do_sort() local
346 orc_size = s->sh_size; in do_sort()
362 orc_size % sizeof(struct orc_entry) != 0 || in do_sort()
363 orc_num_entries != orc_size / sizeof(struct orc_entry)) { in do_sort()
/linux-6.1.9/arch/x86/kernel/
Dunwind_orc.c244 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-6.1.9/arch/x86/include/asm/
Dunwind.h98 void *orc, size_t orc_size);
103 void *orc, size_t orc_size) {} in unwind_module_init() argument
/linux-6.1.9/arch/um/include/asm/
Dunwind.h6 void *orc, size_t orc_size) {} in unwind_module_init() argument
/linux-6.1.9/arch/s390/include/asm/
Dunwind.h94 size_t orc_size) {} in unwind_module_init() argument