Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Dmodule_32.c188 static inline int entry_matches(struct ppc_plt_entry *entry, Elf32_Addr val) in entry_matches() function
214 if (entry_matches(entry, val)) return (uint32_t)entry; in do_plt_call()