Searched refs:orc_size (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/objtool/ |
D | orc_dump.c | 70 int fd, nr_entries, i, *orc_ip = NULL, orc_size = 0; in orc_dump() local 147 orc_size = sh.sh_size; in orc_dump() 159 if (orc_size % sizeof(*orc) != 0) { in orc_dump() 164 nr_entries = orc_size / sizeof(*orc); in orc_dump()
|
/linux-6.6.21/scripts/ |
D | sorttable.h | 142 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.6.21/arch/x86/kernel/ |
D | unwind_orc.c | 290 void *_orc, size_t orc_size) in unwind_module_init() argument 297 orc_size % sizeof(*orc) != 0 || in unwind_module_init() 298 num_entries != orc_size / sizeof(*orc)); in unwind_module_init() 320 size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind; in unwind_init() local 326 orc_size % sizeof(struct orc_entry) != 0 || in unwind_init() 327 num_entries != orc_size / sizeof(struct orc_entry)) { in unwind_init()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | unwind.h | 98 void *orc, size_t orc_size); 103 void *orc, size_t orc_size) {} in unwind_module_init() argument
|
/linux-6.6.21/arch/um/include/asm/ |
D | unwind.h | 6 void *orc, size_t orc_size) {} in unwind_module_init() argument
|
/linux-6.6.21/arch/s390/include/asm/ |
D | unwind.h | 96 size_t orc_size) {} in unwind_module_init() argument
|