Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dmachine_kexec_64.c446 unsigned long address, sec_base, value; in arch_kexec_apply_relocations_add() local
508 sec_base = 0; in arch_kexec_apply_relocations_add()
514 sec_base = pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
517 value += sec_base; in arch_kexec_apply_relocations_add()
/linux-6.15/arch/riscv/kernel/
H A Delf_kexec.c393 unsigned long sec_base; /* relocated symbol value */ in arch_kexec_apply_relocations_add() local
409 sec_base = 0; in arch_kexec_apply_relocations_add()
415 sec_base = pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
418 val += sec_base; in arch_kexec_apply_relocations_add()