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

threadx_symbol_list variable

Syntax

static const char * const threadx_symbol_list[] = { "_tx_thread_current_ptr", "_tx_thread_created_ptr", "_tx_thread_created_count", NULL };

References

LocationReferrerText
ThreadX.c:186
static const char * const threadx_symbol_list[] = {
ThreadX.c:493threadx_get_symbol_list_to_lookup()
ARRAY_SIZE(threadx_symbol_list), sizeof(struct symbol_table_elem));
ThreadX.c:495threadx_get_symbol_list_to_lookup()
for (i = 0; i < ARRAY_SIZE(threadx_symbol_list); i++)
ThreadX.c:496threadx_get_symbol_list_to_lookup()
(*symbol_list)[i].symbol_name = threadx_symbol_list[i];

Data Use

Functions reading threadx_symbol_list
threadx_symbol_list