| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-object-run.c | 125 struct symbol *func_sym = module->func_sym; local 133 struct type *func_type = func_sym->type (); 144 func_sym->value_block ()->entry_pc ());
|
| compile-object-load.h | 67 struct symbol *func_sym; member in struct:compile_module
|
| compile-object-load.c | 408 get_out_value_type (struct symbol *func_sym, struct objfile *objfile, 428 bv = func_sym->symtab ()->compunit ()->blockvector (); 512 /* Fetch the type of first parameter of FUNC_SYM. 513 Return NULL if FUNC_SYM has no parameters. Throw an error otherwise. */ 516 get_regs_type (struct symbol *func_sym, struct objfile *objfile) 518 struct type *func_type = func_sym->type (); 605 struct symbol *func_sym; local 649 func_sym = lookup_global_symbol_from_objfile (objfile, 653 if (func_sym == NULL) 656 func_type = func_sym->type () [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-object-run.c | 125 struct symbol *func_sym = module->func_sym; local 133 struct type *func_type = func_sym->type (); 144 func_sym->value_block ()->entry_pc ());
|
| compile-object-load.h | 67 struct symbol *func_sym; member in struct:compile_module
|
| compile-object-load.c | 408 get_out_value_type (struct symbol *func_sym, struct objfile *objfile, 428 bv = func_sym->symtab ()->compunit ()->blockvector (); 512 /* Fetch the type of first parameter of FUNC_SYM. 513 Return NULL if FUNC_SYM has no parameters. Throw an error otherwise. */ 516 get_regs_type (struct symbol *func_sym, struct objfile *objfile) 518 struct type *func_type = func_sym->type (); 605 struct symbol *func_sym; local 650 func_sym = lookup_global_symbol_from_objfile (objfile, 654 if (func_sym == NULL) 657 func_type = func_sym->type () [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| overlays.exp | 61 proc get_func_address { func func_sym msg } { 69 -re "\\$\[0-9\]+ = $fptrcast (${hexx}) <$func_sym>.*$gdb_prompt $" {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| overlays.exp | 61 proc get_func_address { func func_sym msg } { 69 -re "\\$\[0-9\]+ = $fptrcast (${hexx}) <$func_sym>.*$gdb_prompt $" {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| pdtrace.in | 234 func_sym=$(printf %s $fun | $CUT -d: -f2) 246 "$type $provider $name $(($offset - $base)) $base $func_sym")
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| pdtrace.in | 234 func_sym=$(printf %s $fun | $CUT -d: -f2) 246 "$type $provider $name $(($offset - $base)) $base $func_sym")
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-alpha.c | 3656 symbolS *func_sym; 3718 cur_frame_data->func_sym = sym; 3765 else if (sym != cur_frame_data->func_sym) 3895 sym = cur_frame_data ? cur_frame_data->func_sym : NULL; 4040 cfi_new_fde (symbol_temp_new (S_GET_SEGMENT (p->func_sym), 4041 symbol_get_frag (p->func_sym), 4042 S_GET_VALUE (p->func_sym)), 3647 symbolS *func_sym; member in struct:alpha_elf_frame_data
|
| tc-mips.c | 20037 symbolS *func_sym; 20261 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->func_sym))) 20353 cur_proc_ptr->func_sym = symbolP; 20021 symbolS *func_sym; member in struct:proc
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-alpha.c | 3656 symbolS *func_sym; 3718 cur_frame_data->func_sym = sym; 3765 else if (sym != cur_frame_data->func_sym) 3895 sym = cur_frame_data ? cur_frame_data->func_sym : NULL; 4040 cfi_new_fde (symbol_temp_new (S_GET_SEGMENT (p->func_sym), 4041 symbol_get_frag (p->func_sym), 4042 S_GET_VALUE (p->func_sym)), 3647 symbolS *func_sym; member in struct:alpha_elf_frame_data
|
| tc-mips.c | 19725 symbolS *func_sym; 19949 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->func_sym))) 20041 cur_proc_ptr->func_sym = symbolP; 19709 symbolS *func_sym; member in struct:proc
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| loc.c | 802 struct symbol *func_sym; local 808 func_sym = func_addr_to_tail_call_list (gdbarch, addr); 810 for (call_site = TYPE_TAIL_CALL_LIST (func_sym->type ());
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| loc.c | 804 struct symbol *func_sym; local 810 func_sym = func_addr_to_tail_call_list (gdbarch, addr); 812 for (call_site = TYPE_TAIL_CALL_LIST (func_sym->type ());
|
| /src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| sparc.cc | 3690 rtx ret_slot = NULL, arg[3], func_sym; 3741 func_sym = gen_rtx_SYMBOL_REF (Pmode, func_name); 3746 emit_library_call (func_sym, LCT_NORMAL, VOIDmode, 3750 emit_library_call (func_sym, LCT_NORMAL, VOIDmode, 3764 ret = emit_library_call_value (func_sym, operands[0], LCT_NORMAL, 3686 rtx ret_slot = NULL, arg[3], func_sym; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| sparc.cc | 3698 rtx ret_slot = NULL, arg[3], func_sym; 3749 func_sym = gen_rtx_SYMBOL_REF (Pmode, func_name); 3754 emit_library_call (func_sym, LCT_NORMAL, VOIDmode, 3758 emit_library_call (func_sym, LCT_NORMAL, VOIDmode, 3772 ret = emit_library_call_value (func_sym, operands[0], LCT_NORMAL, 3694 rtx ret_slot = NULL, arg[3], func_sym; local
|