Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dmodule.h46 struct plt_idx_entry { struct
70 static inline struct plt_idx_entry emit_plt_idx_entry(unsigned long val) in emit_plt_idx_entry() argument
72 return (struct plt_idx_entry) { val }; in emit_plt_idx_entry()
78 struct plt_idx_entry *plt_idx = (struct plt_idx_entry *)sechdrs[sec->shndx].sh_addr; in get_plt_idx()
/linux/arch/loongarch/kernel/
H A Dmodule-sections.c44 struct plt_idx_entry *plt_idx; in module_emit_plt_entry()
54 plt_idx = (struct plt_idx_entry *)sechdrs[plt_idx_sec->shndx].sh_addr; in module_emit_plt_entry()
173 plt_idx_sec->sh_size = (num_plts + 1) * sizeof(struct plt_idx_entry); in module_frob_arch_sections()