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

IMAGE_MAX_SECTIONS macro

Syntax

#define IMAGE_MAX_SECTIONS (512)

References

LocationText
image.h:28
#define IMAGE_MAX_SECTIONS (512)
image.c:182
if (image->num_sections >= IMAGE_MAX_SECTIONS) {
image.c:237
if (image->num_sections >= IMAGE_MAX_SECTIONS) {
image.c:276
if (image->num_sections >= IMAGE_MAX_SECTIONS) {
image.c:341
struct imagesection *section = malloc(sizeof(struct imagesection) * IMAGE_MAX_SECTIONS);
image.c:941
struct imagesection *section = malloc(sizeof(struct imagesection) * IMAGE_MAX_SECTIONS);