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

nuttx_symbol_list variable

Syntax

static const struct symbols nuttx_symbol_list[] = { { "g_readytorun", false }, { "g_pidhash", false }, { "g_npidhash", false }, { "g_tcbinfo", false }, { NULL, false } };

References

LocationReferrerText
nuttx.c:67
static const struct symbols nuttx_symbol_list[] = {
nuttx.c:420nuttx_get_symbol_list_to_lookup()
*symbol_list = calloc(ARRAY_SIZE(nuttx_symbol_list), sizeof(**symbol_list));
nuttx.c:426nuttx_get_symbol_list_to_lookup()
for (unsigned int i = 0; i < ARRAY_SIZE(nuttx_symbol_list); i++) {
nuttx.c:427nuttx_get_symbol_list_to_lookup()
(*symbol_list)[i].symbol_name = nuttx_symbol_list[i].name;
nuttx.c:428nuttx_get_symbol_list_to_lookup()
(*symbol_list)[i].optional = nuttx_symbol_list[i].optional;

Data Use

Functions reading nuttx_symbol_list
nuttx_symbol_list
all items filtered out
Type of nuttx_symbol_list
nuttx_symbol_list
all items filtered out