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

PT_LOAD macro

Syntax

#define PT_LOAD 1

References

LocationText
replacements.h:300
#define PT_LOAD 1 /* Loadable program segment */
image.c:422
elf->segments32[i].p_type) == PT_LOAD) &&
image.c:445
elf->segments32[i].p_type) == PT_LOAD) &&
image.c:461
elf->segments32[i].p_type) == PT_LOAD) &&
image.c:547
elf->segments64[i].p_type) == PT_LOAD) &&
image.c:570
elf->segments64[i].p_type) == PT_LOAD) &&
image.c:586
elf->segments64[i].p_type) == PT_LOAD) &&