Searched refs:orc_unwind_ip (Results 1 – 6 of 6) 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()
119 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip) in orc_module_find()121 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find()327 mod->arch.orc_unwind_ip = orc_ip; in unwind_module_init()
27 int *orc_unwind_ip; member
21 information to the .orc_unwind and .orc_unwind_ip sections.146 structs, and writes them to the .orc_unwind and .orc_unwind_ip sections150 make the searchable part of the data (.orc_unwind_ip) more compact. The
875 .orc_unwind_ip : AT(ADDR(.orc_unwind_ip) - LOAD_OFFSET) { \876 BOUNDED_SECTION_BY(.orc_unwind_ip, _orc_unwind_ip) \