Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Dmodule.h63 bool plt_entries_equal(const struct plt_entry *a, const struct plt_entry *b);
/Linux-v5.4/arch/arm64/kernel/
Dmodule-plts.c39 bool plt_entries_equal(const struct plt_entry *a, const struct plt_entry *b) in plt_entries_equal() function
92 if (j >= 0 && plt_entries_equal(plt + i, plt + j)) in module_emit_plt_entry()