Searched refs:plt_end (Results 1 – 2 of 2) sorted by relevance
40 struct plt_entries *plt, *plt_end; in get_module_plt() local45 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()
539 struct plt_entry *plt, *plt_end; in get_plt() local547 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()