Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.h135 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()
/OK3568_Linux_fs/kernel/tools/objtool/
H A Dorc_dump.c66 int fd, nr_entries, i, *orc_ip = NULL, orc_size = 0; in orc_dump() local
136 orc_size = sh.sh_size; in orc_dump()
148 if (orc_size % sizeof(*orc) != 0) { in orc_dump()
153 nr_entries = orc_size / sizeof(*orc); in orc_dump()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dunwind.h94 void *orc, size_t orc_size);
99 void *orc, size_t orc_size) {} in unwind_module_init() argument
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dunwind.h6 void *orc, size_t orc_size) {} in unwind_module_init() argument
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dunwind.h81 size_t orc_size) {} in unwind_module_init() argument