Searched refs:orc_size (Results 1 – 5 of 5) sorted by relevance
64 int fd, nr_entries, i, *orc_ip = NULL, orc_size = 0; in orc_dump() local132 orc_size = sh.sh_size; in orc_dump()144 if (orc_size % sizeof(*orc) != 0) { in orc_dump()149 nr_entries = orc_size / sizeof(*orc); in orc_dump()
234 void *_orc, size_t orc_size) in unwind_module_init() argument241 orc_size % sizeof(*orc) != 0 || in unwind_module_init()242 num_entries != orc_size / sizeof(*orc)); in unwind_module_init()264 size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind; in unwind_init() local270 orc_size % sizeof(struct orc_entry) != 0 || in unwind_init()271 num_entries != orc_size / sizeof(struct orc_entry)) { in unwind_init()
94 void *orc, size_t orc_size);99 void *orc, size_t orc_size) {} in unwind_module_init() argument
6 void *orc, size_t orc_size) {} in unwind_module_init() argument
81 size_t orc_size) {} in unwind_module_init() argument