Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c307 static void emit_section_prologue(const char *sh_orig_name) in emit_section_prologue() argument
310 printf(".global %s%s\n", HYP_SECTION_SYMBOL_PREFIX, sh_orig_name); in emit_section_prologue()
329 static void emit_rela_abs64(Elf64_Rela *rela, const char *sh_orig_name) in emit_rela_abs64() argument
344 reloc_offset, HYP_SECTION_SYMBOL_PREFIX, sh_orig_name, in emit_rela_abs64()
366 const char *sh_orig_name = section_name(sh_orig); in emit_rela_section() local
370 if (!starts_with(sh_orig_name, HYP_SECTION_PREFIX)) in emit_rela_section()
373 emit_section_prologue(sh_orig_name); in emit_rela_section()
387 emit_rela_abs64(rela, sh_orig_name); in emit_rela_section()