Searched refs:sh_orig_name (Results 1 – 1 of 1) sorted by relevance
304 static void emit_section_prologue(const char *sh_orig_name) in emit_section_prologue() argument307 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() argument341 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() local367 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