Searched refs:core_typeoffs (Results 1 - 2 of 2) sorted by path

/linux-master/kernel/module/
H A Dinternal.h69 unsigned long symoffs, stroffs, init_typeoffs, core_typeoffs; member in struct:load_info
H A Dkallsyms.c145 /* Note add_kallsyms() computes strtab_size as core_typeoffs - stroffs */
146 info->core_typeoffs = mod_mem_data->size;
200 mod->core_kallsyms.typetab = data_base + info->core_typeoffs;
201 strtab_size = info->core_typeoffs - info->stroffs;

Completed in 238 milliseconds