Home
last modified time | relevance | path

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

/arch/riscv/kernel/
A Dmachine_kexec_file.c166 unsigned long sec_base; /* relocated symbol value */ in arch_kexec_apply_relocations_add() local
182 sec_base = 0; in arch_kexec_apply_relocations_add()
188 sec_base = pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
191 val += sec_base; in arch_kexec_apply_relocations_add()
/arch/x86/kernel/
A Dmachine_kexec_64.c478 unsigned long address, sec_base, value; in arch_kexec_apply_relocations_add() local
540 sec_base = 0; in arch_kexec_apply_relocations_add()
546 sec_base = pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
549 value += sec_base; in arch_kexec_apply_relocations_add()

Completed in 6 milliseconds