got_sec 15 arch/riscv/kernel/module-sections.c struct mod_section *got_sec = &mod->arch.got; got_sec 16 arch/riscv/kernel/module-sections.c int i = got_sec->num_entries; got_sec 17 arch/riscv/kernel/module-sections.c struct got_entry *got = get_got_entry(val, got_sec); got_sec 23 arch/riscv/kernel/module-sections.c got = (struct got_entry *)got_sec->shdr->sh_addr; got_sec 26 arch/riscv/kernel/module-sections.c got_sec->num_entries++; got_sec 27 arch/riscv/kernel/module-sections.c BUG_ON(got_sec->num_entries > got_sec->max_entries);