Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/include/asm/
Dmodule.h105 int got_plt_idx = get_got_plt_idx(val, sec_got_plt); in get_plt_entry() local
106 if (got_plt_idx >= 0) in get_plt_entry()
107 return plt + got_plt_idx; in get_plt_entry()