image_mot::buffer is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

image_mot::buffer field

Syntax

uint8_t *buffer;

References

LocationReferrerText
image.h:91
uint8_t *buffer;
image.c:773image_mot_buffer_complete_inner()
mot->buffer = malloc(filesize >> 1);
image.c:779image_mot_buffer_complete_inner()
section[image->num_sections].private = &mot->buffer[cooked_bytes];
image.c:860image_mot_buffer_complete_inner()
&mot->buffer[cooked_bytes];
image.c:869image_mot_buffer_complete_inner()
mot->buffer[cooked_bytes] = (uint8_t)value;
image.c:870image_mot_buffer_complete_inner()
cal_checksum += (uint8_t)mot->buffer[cooked_bytes];
image.c:1252image_close()
free(image_mot->buffer);
image.c:1253image_close()
image_mot->buffer = NULL;

Data Use

Functions writing image_mot::buffer
Functions reading image_mot::buffer
image_mot::buffer
Type of image_mot::buffer
image_mot::buffer
uint8_t
all items filtered out