Home
last modified time | relevance | path

Searched refs:plt_end (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/kernel/
Dmodule-plts.c40 struct plt_entries *plt, *plt_end; in get_module_plt() local
45 plt_end = (void *)plt + mod->arch.init_plt->sh_size; in get_module_plt()
49 plt_end = (void *)plt + mod->arch.core_plt->sh_size; in get_module_plt()
54 for (c = *count; plt < plt_end; c -= PLT_ENT_COUNT, plt++) { in get_module_plt()
/linux-4.4.14/arch/ia64/kernel/
Dmodule.c539 struct plt_entry *plt, *plt_end; in get_plt() local
547 plt_end = (void *) plt + mod->arch.init_plt->sh_size; in get_plt()
550 plt_end = (void *) plt + mod->arch.core_plt->sh_size; in get_plt()
561 if (++plt >= plt_end) in get_plt()