Searched refs:plt_idx_entry (Results 1 – 2 of 2) sorted by relevance
36 struct plt_idx_entry { struct60 static inline struct plt_idx_entry emit_plt_idx_entry(unsigned long val) in emit_plt_idx_entry() argument62 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()
42 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()