Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/config/
HDtc-alpha.c3395 symbolS *func_sym; member
3453 cur_frame_data->func_sym = sym; in s_alpha_ent()
3501 else if (sym != cur_frame_data->func_sym) in s_alpha_end()
3629 sym = cur_frame_data ? cur_frame_data->func_sym : NULL; in s_alpha_prologue()
3768 cfi_new_fde (symbol_temp_new (S_GET_SEGMENT (p->func_sym), in alpha_elf_md_end()
3769 S_GET_VALUE (p->func_sym), in alpha_elf_md_end()
3770 symbol_get_frag (p->func_sym))); in alpha_elf_md_end()
HDtc-mips.c14664 symbolS *func_sym; member
14849 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->func_sym))) in s_mips_end()
14946 cur_proc_ptr->func_sym = symbolP; in s_mips_ent()
/trueos/contrib/gcc/config/sparc/
HDsparc.c2157 rtx ret_slot = NULL, arg[3], func_sym; in emit_soft_tfmode_libcall() local
2203 func_sym = gen_rtx_SYMBOL_REF (Pmode, func_name); in emit_soft_tfmode_libcall()
2208 emit_library_call (func_sym, LCT_NORMAL, VOIDmode, 2, in emit_soft_tfmode_libcall()
2212 emit_library_call (func_sym, LCT_NORMAL, VOIDmode, 3, in emit_soft_tfmode_libcall()
2226 ret = emit_library_call_value (func_sym, operands[0], LCT_NORMAL, in emit_soft_tfmode_libcall()