Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c304 static void emit_section_prologue(const char *sh_orig_name) in emit_section_prologue() argument
307 printf(".global %s%s\n", HYP_SECTION_SYMBOL_PREFIX, sh_orig_name); in emit_section_prologue()
326 static void emit_rela_abs64(Elf64_Rela *rela, const char *sh_orig_name) in emit_rela_abs64() argument
341 reloc_offset, HYP_SECTION_SYMBOL_PREFIX, sh_orig_name, in emit_rela_abs64()
363 const char *sh_orig_name = section_name(sh_orig); in emit_rela_section() local
367 if (!starts_with(sh_orig_name, HYP_SECTION_PREFIX)) in emit_rela_section()
370 emit_section_prologue(sh_orig_name); in emit_rela_section()
384 emit_rela_abs64(rela, sh_orig_name); in emit_rela_section()

Completed in 3 milliseconds