PRACC_BLOCK is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

PRACC_BLOCK macro

Syntax

#define PRACC_BLOCK 128

References

LocationText
mips32_pracc.h:37
#define PRACC_BLOCK 128 /* 1 Kbyte */
mips32_pracc.c:312
void *p = realloc(ctx->pracc_list, sizeof(struct pa_list) * (ctx->max_code + PRACC_BLOCK));
mips32_pracc.c:314
ctx->max_code += PRACC_BLOCK;