got_entry 23 arch/alpha/kernel/module.c struct got_entry *next; got_entry 30 arch/alpha/kernel/module.c struct got_entry *chains, Elf64_Xword *poffset) got_entry 35 arch/alpha/kernel/module.c struct got_entry *g; got_entry 67 arch/alpha/kernel/module.c struct got_entry *chains; got_entry 96 arch/alpha/kernel/module.c chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL); got_entry 121 arch/alpha/kernel/module.c struct got_entry *g, *n; got_entry 477 arch/ia64/kernel/module.c mod->arch.got->sh_size = gots * sizeof(struct got_entry); got_entry 512 arch/ia64/kernel/module.c struct got_entry *got, *e; got_entry 523 arch/ia64/kernel/module.c BUG_ON(e >= (struct got_entry *) (mod->arch.got->sh_addr + mod->arch.got->sh_size)); got_entry 352 arch/parisc/kernel/module.c me->core_layout.size += gots * sizeof(struct got_entry); got_entry 368 arch/parisc/kernel/module.c struct got_entry *got; got_entry 383 arch/parisc/kernel/module.c pr_debug("GOT ENTRY %d[%lx] val %lx\n", i, i*sizeof(struct got_entry), got_entry 385 arch/parisc/kernel/module.c return i * sizeof(struct got_entry); got_entry 32 arch/riscv/include/asm/module.h static inline struct got_entry emit_got_entry(unsigned long val) got_entry 34 arch/riscv/include/asm/module.h return (struct got_entry) {val}; got_entry 37 arch/riscv/include/asm/module.h static inline struct got_entry *get_got_entry(unsigned long val, got_entry 40 arch/riscv/include/asm/module.h struct got_entry *got = (struct got_entry *)(sec->shdr->sh_addr); got_entry 93 arch/riscv/include/asm/module.h struct got_entry *got_plt = (struct got_entry *)sec->shdr->sh_addr; got_entry 17 arch/riscv/kernel/module-sections.c struct got_entry *got = get_got_entry(val, got_sec); got_entry 23 arch/riscv/kernel/module-sections.c got = (struct got_entry *)got_sec->shdr->sh_addr; got_entry 35 arch/riscv/kernel/module-sections.c struct got_entry *got_plt; got_entry 44 arch/riscv/kernel/module-sections.c got_plt = (struct got_entry *)got_plt_sec->shdr->sh_addr; got_entry 148 arch/riscv/kernel/module-sections.c mod->arch.got.shdr->sh_size = (num_gots + 1) * sizeof(struct got_entry); got_entry 155 arch/riscv/kernel/module-sections.c mod->arch.got_plt.shdr->sh_size = (num_plts + 1) * sizeof(struct got_entry);