advanced_elf_image::num_sections is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDadvanced_elf_image::num_sections

advanced_elf_image::num_sections field

Syntax

int num_sections;

References

LocationReferrerText
advanced_elf_image.h:32
int num_sections;
FLASHPlugin.c:122loaded_plugin_load()
plugin->regions = (struct memory_backup *)calloc(image->num_sections + 1, sizeof(struct memory_backup));
FLASHPlugin.c:138loaded_plugin_load()
for (int i = 0; i < image->num_sections; i++)
advanced_elf_image.c:59advanced_elf_image_read_section()
if (!elf || section < 0 || section >= elf->num_sections || !elf->sections)
advanced_elf_image.c:109advanced_elf_image_open()
elf->num_sections = elf->header.e_shnum;
advanced_elf_image.c:119advanced_elf_image_open()
for (int i = 0; i < elf->num_sections; i++)

Data Use

Functions writing advanced_elf_image::num_sections
Functions reading advanced_elf_image::num_sections
all items filtered out
advanced_elf_image::num_sections