Lines Matching refs:info

117      there's no point displaying it during "info regs", so leave it out
747 struct alpha_sigtramp_unwind_cache *info;
753 info = FRAME_OBSTACK_ZALLOC (struct alpha_sigtramp_unwind_cache);
754 *this_prologue_cache = info;
757 info->sigcontext_addr = tdep->sigcontext_addr (next_frame);
759 return info;
788 struct alpha_sigtramp_unwind_cache *info
794 if (info->sigcontext_addr == 0)
815 stack_addr = alpha_sigtramp_register_address (info->sigcontext_addr,
832 struct alpha_sigtramp_unwind_cache *info
836 if (info->sigcontext_addr != 0)
839 addr = alpha_sigtramp_register_address (info->sigcontext_addr, regnum);
921 have debug info, but hasn't been stripped. */
986 struct alpha_heuristic_unwind_cache *info;
994 info = FRAME_OBSTACK_ZALLOC (struct alpha_heuristic_unwind_cache);
995 *this_prologue_cache = info;
996 info->saved_regs = frame_obstack_zalloc (SIZEOF_FRAME_SAVED_REGS);
1001 info->start_pc = start_pc;
1046 if (info->saved_regs[reg])
1062 info->saved_regs[reg] = (word & 0xffff) + 1;
1131 info->return_reg = return_reg;
1134 info->vfp = val + frame_size;
1139 if (info->saved_regs[reg])
1140 info->saved_regs[reg] += val - 1;
1142 return info;
1153 struct alpha_heuristic_unwind_cache *info
1156 *this_id = frame_id_build (info->vfp, info->start_pc);
1168 struct alpha_heuristic_unwind_cache *info
1175 regnum = info->return_reg;
1179 if (info->saved_regs[regnum])
1183 *addrp = info->saved_regs[regnum];
1199 store_unsigned_integer (bufferp, ALPHA_REGISTER_SIZE, info->vfp);
1224 struct alpha_heuristic_unwind_cache *info
1227 return info->vfp;
1260 cache. This allows the rest of info frame to extract the important
1484 alpha_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
1490 if (info.abfd != NULL && info.osabi == GDB_OSABI_UNKNOWN)
1493 if (bfd_get_flavour (info.abfd) == bfd_target_ecoff_flavour)
1494 info.osabi = GDB_OSABI_OSF1;
1498 arches = gdbarch_list_lookup_by_info (arches, &info);
1503 gdbarch = gdbarch_alloc (&info, tdep);
1527 /* Register info */
1554 /* Call info. */
1577 gdbarch_init_osabi (info, gdbarch);
1594 alpha_dwarf2_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)