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

image_read_section() function

Syntax

int image_read_section(struct image *image,     int section,     target_addr_t offset,     uint32_t size,     uint8_t *buffer,     size_t *size_read);
Implemented in image.c:1079

Arguments

image

section

offset

size

buffer

size_read

References

LocationReferrerText
image.c:1079
int image_read_section(struct image *image,
image.h:95
int image_read_section(struct image *image, int section, target_addr_t offset,
core.c:943flash_write_unlock_verify()
retval = image_read_section(image, t_section_num, section_offset,
esp_algorithm.c:244load_section_from_image()
int retval = image_read_section(&run->image.image, section_num, sec_wr, nb, buf, &size_read);
etm.c:659etm_read_instruction()
retval = image_read_section(ctx->image, section,
etm.c:671etm_read_instruction()
retval = image_read_section(ctx->image, section,
lpc2900.c:660lpc2900_handle_write_custom_command()
retval = image_read_section(&image, 0, 0,
lpc2900.c:676lpc2900_handle_write_custom_command()
retval = image_read_section(&image, 0, ISS_CUSTOMER_SIZE1,
target.c:3752handle_load_image_command()
retval = image_read_section(&image, i, 0x0, image.sections[i].size, buffer, &buf_cnt);
target.c:3921handle_verify_image_command_internal()
retval = image_read_section(&image, i, 0x0, image.sections[i].size, buffer, &buf_cnt);
target.c:6282handle_fast_load_image_command()
retval = image_read_section(&image, i, 0x0, image.sections[i].size, buffer, &buf_cnt);
ublast2_access_libusb.c:80ublast2_write_firmware_section()
int ret = image_read_section(firmware_image, section_index, 0, size, data,
ulink.c:446ulink_write_firmware_section()
ret = image_read_section(firmware_image, section_index, 0, size, data,
xscale.c:2601xscale_read_instruction()
retval = image_read_section(xscale->trace.image, section,
xscale.c:2612xscale_read_instruction()
retval = image_read_section(xscale->trace.image, section,

Call Tree

Type of image_read_section()
image_read_section()
uint32_t
all items filtered out