Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c541 struct plt_entry *plt, *plt_end; in get_plt() local
549 plt_end = (void *) plt + mod->arch.init_plt->sh_size; in get_plt()
552 plt_end = (void *) plt + mod->arch.core_plt->sh_size; in get_plt()
563 if (++plt >= plt_end) in get_plt()