image_add_section() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

image_add_section() function

Syntax

int image_add_section(struct image *image,     target_addr_t base,     uint32_t size,     uint64_t flags,     uint8_t const *data);
Implemented in image.c:1174

Arguments

image

base

size

flags

data

References

LocationReferrerText
image.c:1174
int image_add_section(struct image *image, target_addr_t base, uint32_t size, uint64_t flags, uint8_t const *data)
image.h:99
int image_add_section(struct image *image, target_addr_t base, uint32_t size,
gdb_server.c:3424gdb_v_packet()
retval = image_add_section(gdb_connection->vflash_image,

Call Tree

Functions calling image_add_section()
Functions called by image_add_section()
all items filtered out
image_add_section()
memcpy()
malloc()
realloc()
all items filtered out
Type of image_add_section()
image_add_section()
all items filtered out
Types freed by image_add_section()
Types allocated by image_add_section()
all items filtered out
image_add_section()
all items filtered out