| /src/external/gpl3/gdb/lib/libgdb/arch/aarch64/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/aarch64eb/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/alpha/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/arm/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/armeb/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/hppa/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/i386/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/ia64/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/m68000/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/m68k/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/mips64el/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/mipseb/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/mipsel/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/mipsn64eb/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/mipsn64el/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/powerpc/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/riscv32/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/riscv64/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/sh3el/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/sparc/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/sparc64/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |
| /src/external/gpl3/gdb/lib/libgdb/arch/vax/ |
| jit-reader.h | 178 struct gdb_reg_value; 180 /* A function of this type is used to free a gdb_reg_value. See the 181 comment on `free' in struct gdb_reg_value. */ 183 typedef void (gdb_reg_value_free) (struct gdb_reg_value *); 187 struct gdb_reg_value struct 199 /* Since gdb_reg_value is a variable sized structure, it will 203 When a pointer to gdb_reg_value is being sent from GDB to the 205 this function (with the same gdb_reg_value as argument) once it 208 When the function sends the a gdb_reg_value to GDB (via 245 Returns the gdb_reg_value corresponding to the register requested [all...] |