Searched refs:orc_size (Results 1 – 6 of 6) sorted by relevance
/linux/scripts/ |
A D | sorttable.h | 135 unsigned int orc_size = num_entries * sizeof(struct orc_entry); in sort_orctable() local 151 tmp_orc_table = (struct orc_entry *)malloc(orc_size); in sort_orctable() 163 memcpy(tmp_orc_table, g_orc_table, orc_size); in sort_orctable() 222 unsigned int orc_size = 0; in do_sort() local 264 orc_size = s->sh_size; in do_sort() 280 orc_size % sizeof(struct orc_entry) != 0 || in do_sort() 281 orc_num_entries != orc_size / sizeof(struct orc_entry)) { in do_sort()
|
/linux/tools/objtool/ |
A D | orc_dump.c | 67 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/arch/x86/kernel/ |
A D | unwind_orc.c | 239 void *_orc, size_t orc_size) in unwind_module_init() argument 246 orc_size % sizeof(*orc) != 0 || in unwind_module_init() 247 num_entries != orc_size / sizeof(*orc)); in unwind_module_init() 269 size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind; in unwind_init() local 275 orc_size % sizeof(struct orc_entry) != 0 || in unwind_init() 276 num_entries != orc_size / sizeof(struct orc_entry)) { in unwind_init()
|
/linux/arch/x86/include/asm/ |
A D | unwind.h | 98 void *orc, size_t orc_size); 103 void *orc, size_t orc_size) {} in unwind_module_init() argument
|
/linux/arch/um/include/asm/ |
A D | unwind.h | 6 void *orc, size_t orc_size) {} in unwind_module_init() argument
|
/linux/arch/s390/include/asm/ |
A D | unwind.h | 81 size_t orc_size) {} in unwind_module_init() argument
|
Completed in 9 milliseconds