Searched refs:orc_unwind_ip (Results 1 – 4 of 4) sorted by relevance
18 int *orc_unwind_ip; member
94 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip) in orc_module_find()97 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, mod->arch.num_orcs, ip); in orc_module_find()265 mod->arch.orc_unwind_ip = orc_ip; in unwind_module_init()
27 int *orc_unwind_ip; member
118 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip) in orc_module_find()120 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find()311 mod->arch.orc_unwind_ip = orc_ip; in unwind_module_init()
Completed in 9 milliseconds