Searched refs:orc_size (Results 1 – 4 of 4) sorted by relevance
76 int fd, nr_entries, i, *orc_ip = NULL, orc_size = 0; in orc_dump() local144 orc_size = sh.sh_size; in orc_dump()156 if (orc_size % sizeof(*orc) != 0) { in orc_dump()161 nr_entries = orc_size / sizeof(*orc); in orc_dump()
88 void *orc, size_t orc_size);93 void *orc, size_t orc_size) {} in unwind_module_init() argument
206 void *_orc, size_t orc_size) in unwind_module_init() argument213 orc_size % sizeof(*orc) != 0 || in unwind_module_init()214 num_entries != orc_size / sizeof(*orc)); in unwind_module_init()236 size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind; in unwind_init() local242 orc_size % sizeof(struct orc_entry) != 0 || in unwind_init()243 num_entries != orc_size / sizeof(struct orc_entry)) { in unwind_init()
6 void *orc, size_t orc_size) {} in unwind_module_init() argument