Searched refs:func_sym (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| D | overlays.exp | 99 proc get_func_address { func func_sym msg } { 107 -re "\\$\[0-9\]+ = $fptrcast (${hexx}) <$func_sym>.*$gdb_prompt $" {
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-alpha.c | 3395 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()
|
| D | tc-mips.c | 13972 symbolS *func_sym; member 14157 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->func_sym))) in s_mips_end() 14255 cur_proc_ptr->func_sym = symbolP; in s_mips_ent()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-alpha.c | 4384 symbolS *func_sym; member 4444 cur_frame_data->func_sym = sym; 4493 else if (sym != cur_frame_data->func_sym) 4624 sym = cur_frame_data ? cur_frame_data->func_sym : NULL; 4767 cfi_new_fde (symbol_temp_new (S_GET_SEGMENT (p->func_sym), in alpha_elf_md_end() 4768 S_GET_VALUE (p->func_sym), in alpha_elf_md_end() 4769 symbol_get_frag (p->func_sym))); in alpha_elf_md_end()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| D | sparc.c | 2520 rtx ret_slot = NULL, arg[3], func_sym; local 2567 func_sym = gen_rtx_SYMBOL_REF (Pmode, func_name); 2572 emit_library_call (func_sym, LCT_NORMAL, VOIDmode, 2, 2576 emit_library_call (func_sym, LCT_NORMAL, VOIDmode, 3, 2591 ret = emit_library_call_value (func_sym, operands[0], LCT_NORMAL,
|
| /openbsd/src/gnu/gcc/gcc/config/sparc/ |
| D | sparc.c | 2157 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()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-2005 | 3688 func_sym. New member func_end_sym.
|