Searched refs:i386_bnd_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-tdep.h244 struct type *i386_bnd_type; member in struct:gdbarch_tdep
H A Di386-tdep.c3073 i386_bnd_type (struct gdbarch *gdbarch)
3078 if (!tdep->i386_bnd_type)
3099 tdep->i386_bnd_type = t;
3102 return tdep->i386_bnd_type;
3266 return i386_bnd_type (gdbarch);
3060 i386_bnd_type (struct gdbarch *gdbarch) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-tdep.h245 struct type *i386_bnd_type = nullptr; member in struct:i386_gdbarch_tdep
H A Di386-tdep.c3130 i386_bnd_type (struct gdbarch *gdbarch)
3135 if (!tdep->i386_bnd_type)
3156 tdep->i386_bnd_type = t;
3159 return tdep->i386_bnd_type;
3329 return i386_bnd_type (gdbarch);
3117 i386_bnd_type (struct gdbarch *gdbarch) function

Completed in 148 milliseconds