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

mqx_symbol_list variable

Syntax

static const char * const mqx_symbol_list[] = { "_mqx_kernel_data", "MQX_init_struct", NULL };

References

LocationReferrerText
mqx.c:78
static const char * const mqx_symbol_list[] = {
mqx.c:491mqx_get_symbol_list_to_lookup()
*symbol_list = calloc(ARRAY_SIZE(mqx_symbol_list), sizeof(struct symbol_table_elem));
mqx.c:495mqx_get_symbol_list_to_lookup()
for (int i = 0; i < (int)(ARRAY_SIZE(mqx_symbol_list)); i++)
mqx.c:496mqx_get_symbol_list_to_lookup()
(*symbol_list)[i].symbol_name = mqx_symbol_list[i];

Data Use

Functions reading mqx_symbol_list
mqx_symbol_list
all items filtered out