/dports/devel/avr-gdb/gdb-7.3.1/gdb/ |
H A D | gdbarch.h | 1142 extern void *gdbarch_obstack_zalloc (struct gdbarch *gdbarch, long size); 1143 #define GDBARCH_OBSTACK_CALLOC(GDBARCH, NR, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), (NR)… 1144 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), sizeof (…
|
H A D | gdbarch.c | 523 gdbarch_obstack_zalloc (struct gdbarch *arch, long size) in gdbarch_obstack_zalloc() function
|
H A D | ChangeLog-2003 | 5515 (gdbarch_obstack_zalloc): New function.
|
/dports/devel/gdb761/gdb-7.6.1/gdb/ |
H A D | gdbarch.h | 1378 extern void *gdbarch_obstack_zalloc (struct gdbarch *gdbarch, long size); 1379 #define GDBARCH_OBSTACK_CALLOC(GDBARCH, NR, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), (NR)… 1380 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), sizeof (…
|
H A D | gdbarch.c | 560 gdbarch_obstack_zalloc (struct gdbarch *arch, long size) in gdbarch_obstack_zalloc() function
|
H A D | ChangeLog-2003 | 5515 (gdbarch_obstack_zalloc): New function.
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/ |
H A D | gdbarch.sh | 1099 extern void *gdbarch_obstack_zalloc (struct gdbarch *gdbarch, long size); 1145 gdbarch_obstack_zalloc. That memory will be deleted when the 1428 gdbarch_obstack_zalloc (struct gdbarch *arch, long size)
|
H A D | gdbarch.h | 2091 extern void *gdbarch_obstack_zalloc (struct gdbarch *gdbarch, long size); 2092 #define GDBARCH_OBSTACK_CALLOC(GDBARCH, NR, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), (NR)… 2093 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), sizeof (…
|
H A D | gdbarch.c | 492 gdbarch_obstack_zalloc (struct gdbarch *arch, long size) in gdbarch_obstack_zalloc() function 4739 (*curr)->swap = gdbarch_obstack_zalloc (current_gdbarch, in current_gdbarch_swap_init_hack()
|
H A D | ChangeLog-2003 | 5515 (gdbarch_obstack_zalloc): New function.
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/ |
H A D | gdbarch.sh | 1099 extern void *gdbarch_obstack_zalloc (struct gdbarch *gdbarch, long size); 1145 gdbarch_obstack_zalloc. That memory will be deleted when the 1428 gdbarch_obstack_zalloc (struct gdbarch *arch, long size)
|
H A D | gdbarch.h | 2091 extern void *gdbarch_obstack_zalloc (struct gdbarch *gdbarch, long size); 2092 #define GDBARCH_OBSTACK_CALLOC(GDBARCH, NR, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), (NR)… 2093 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), sizeof (…
|
H A D | gdbarch.c | 492 gdbarch_obstack_zalloc (struct gdbarch *arch, long size) in gdbarch_obstack_zalloc() function 4739 (*curr)->swap = gdbarch_obstack_zalloc (current_gdbarch, in current_gdbarch_swap_init_hack()
|
H A D | ChangeLog-2003 | 5515 (gdbarch_obstack_zalloc): New function.
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/doc/ |
H A D | ChangeLog | 191 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/doc/ |
H A D | ChangeLog | 191 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
|
/dports/devel/avr-gdb/gdb-7.3.1/gdb/doc/ |
H A D | ChangeLog | 4500 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
|
/dports/devel/gdb761/gdb-7.6.1/gdb/doc/ |
H A D | ChangeLog | 5961 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
|
/dports/devel/gdb/gdb-11.1/gdb/doc/ |
H A D | ChangeLog | 10131 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
|
/dports/devel/gdb/gdb-11.1/gdb/ |
H A D | ChangeLog-2003 | 5515 (gdbarch_obstack_zalloc): New function.
|
H A D | ChangeLog-2018 | 10281 (gdbarch_obstack_zalloc): Remove.
|