Searched refs:get_plt_entry (Results 1 – 6 of 6) sorted by relevance
52 struct plt_entry get_plt_entry(u64 dst, void *pc);
101 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
99 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
26 struct plt_entry get_plt_entry(u64 dst, void *pc) in get_plt_entry() function83 plt[i] = get_plt_entry(val, &plt[i]); in module_emit_plt_entry()
449 *plt = get_plt_entry(addr, plt); in __init_plt()
44 struct plt_entry *plt = get_plt_entry(val, sechdrs, plt_sec, plt_idx_sec); in module_emit_plt_entry()