Home
last modified time | relevance | path

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

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