Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/kernel/
Dmodule.c547 struct plt_entry *plt, *plt_end; in get_plt() local
555 plt_end = (void *) plt + mod->arch.init_plt->sh_size; in get_plt()
558 plt_end = (void *) plt + mod->arch.core_plt->sh_size; in get_plt()
569 if (++plt >= plt_end) in get_plt()