Searched refs:plt_idx_entry (Results 1 – 2 of 2) sorted by relevance
48 struct plt_idx_entry { struct81 static inline struct plt_idx_entry emit_plt_idx_entry(unsigned long val) in emit_plt_idx_entry()83 return (struct plt_idx_entry) { val }; in emit_plt_idx_entry()89 struct plt_idx_entry *plt_idx = (struct plt_idx_entry *)sechdrs[sec->shndx].sh_addr; in get_plt_idx()
45 struct plt_idx_entry *plt_idx; in module_emit_plt_entry()55 plt_idx = (struct plt_idx_entry *)sechdrs[plt_idx_sec->shndx].sh_addr; in module_emit_plt_entry()174 plt_idx_sec->sh_size = (num_plts + 1) * sizeof(struct plt_idx_entry); in module_frob_arch_sections()