Home
last modified time | relevance | path

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

/Linux-v6.1/arch/loongarch/include/asm/
Dmodule.h36 struct plt_idx_entry { struct
60 static inline struct plt_idx_entry emit_plt_idx_entry(unsigned long val) in emit_plt_idx_entry() argument
62 return (struct plt_idx_entry) { val }; in emit_plt_idx_entry()
68 struct plt_idx_entry *plt_idx = (struct plt_idx_entry *)sec->shdr->sh_addr; in get_plt_idx()
/Linux-v6.1/arch/loongarch/kernel/
Dmodule-sections.c42 struct plt_idx_entry *plt_idx; in module_emit_plt_entry()
52 plt_idx = (struct plt_idx_entry *)plt_idx_sec->shdr->sh_addr; in module_emit_plt_entry()
165 mod->arch.plt_idx.shdr->sh_size = (num_plts + 1) * sizeof(struct plt_idx_entry); in module_frob_arch_sections()