core_text
struct module_memory *core_text;
core_text = &module->mem[MOD_TEXT];
init_unwind_table(table, module->name, core_text->base, core_text->size,
static bool is_coretext(const struct core_text *ct, void *addr)
static __init_or_module void patch_call(void *addr, const struct core_text *ct)
patch_call_sites(s32 *start, s32 *end, const struct core_text *ct)
callthunks_setup(struct callthunk_sites *cs, const struct core_text *ct)
struct core_text ct = {
static const struct core_text builtin_coretext = {
static inline bool within_coretext(const struct core_text *ct, void *addr)