Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/
Dmachine_kexec_64.c406 unsigned long address, sec_base, value; in arch_kexec_apply_relocations_add() local
468 sec_base = 0; in arch_kexec_apply_relocations_add()
474 sec_base = pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
477 value += sec_base; in arch_kexec_apply_relocations_add()
/Linux-v6.1/arch/riscv/kernel/
Delf_kexec.c366 unsigned long sec_base; /* relocated symbol value */ in arch_kexec_apply_relocations_add() local
382 sec_base = 0; in arch_kexec_apply_relocations_add()
388 sec_base = pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
391 val += sec_base; in arch_kexec_apply_relocations_add()