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

ecos_symbol_list variable

Syntax

static const struct symbols ecos_symbol_list[] = { ECOSSYM("Cyg_Thread::thread_list", false, NULL), ECOSSYM("Cyg_Scheduler_Base::current_thread", false, NULL), ECOSSYM("__ecospro_syminfo.off.cyg_thread.list_next", true, NULL), ECOSSYM("__ecospro_syminfo.size.cyg_thread.list_next", true, NULL), ECOSSYM("__ecospro_syminfo.off.cyg_thread.state", true, NULL), ECOSSYM("__ecospro_syminfo.size.cyg_thread.state", true, NULL), ECOSSYM("__ecospro_syminfo.off.cyg_thread.sleep_reason", true, NULL), ECOSSYM("__ecospro_syminfo.size.cyg_thread.sleep_reason", true, NULL), ECOSSYM("__ecospro_syminfo.off.cyg_thread.wake_reason", true, NULL), ECOSSYM("__ecospro_syminfo.size.cyg_thread.wake_reason", true, NULL), ECOSSYM("__ecospro_syminfo.off.cyg_thread.unique_id", true, NULL), ECOSSYM("__ecospro_syminfo.size.cyg_thread.unique_id", true, NULL), ECOSSYM("__ecospro_syminfo.off.cyg_thread.name", true, NULL), ECOSSYM("__ecospro_syminfo.size.cyg_thread.name", true, NULL), ECOSSYM("__ecospro_syminfo.off.cyg_thread.priority", true, NULL), ECOSSYM("__ecospro_syminfo.size.cyg_thread.priority", true, NULL), ECOSSYM("__ecospro_syminfo.off.cyg_thread.stack_ptr", true, NULL), ECOSSYM("__ecospro_syminfo.size.cyg_thread.stack_ptr", true, NULL), ECOSSYM("__ecospro_syminfo.cortexm.thread.saved", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.Thread", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.type", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.type", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.basepri", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.basepri", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.sp", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.sp", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.r", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.r", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.pc", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.pc", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.value.HAL_SAVEDREGISTERS.EXCEPTION", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.value.HAL_SAVEDREGISTERS.THREAD", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.value.HAL_SAVEDREGISTERS.INTERRUPT", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.value.HAL_SAVEDREGISTERS.WITH_FPU", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.fpscr", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.fpscr", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.s", true, target_cortex_m), ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.s", true, target_cortex_m), ECOSSYM("ARMREG_SIZE", true, target_arm), ECOSSYM("armreg_r0", true, target_arm), ECOSSYM("armreg_r1", true, target_arm), ECOSSYM("armreg_r2", true, target_arm), ECOSSYM("armreg_r3", true, target_arm), ECOSSYM("armreg_r4", true, target_arm), ECOSSYM("armreg_r5", true, target_arm), ECOSSYM("armreg_r6", true, target_arm), ECOSSYM("armreg_r7", true, target_arm), ECOSSYM("armreg_r8", true, target_arm), ECOSSYM("armreg_r9", true, target_arm), ECOSSYM("armreg_r10", true, target_arm), ECOSSYM("armreg_fp", true, target_arm), ECOSSYM("armreg_ip", true, target_arm), ECOSSYM("armreg_sp", true, target_arm), ECOSSYM("armreg_lr", true, target_arm), ECOSSYM("armreg_pc", true, target_arm), ECOSSYM("armreg_cpsr", true, target_arm), ECOSSYM("ARMREG_FPUCONTEXT_SIZE", true, target_arm), ECOSSYM("armreg_fpscr", true, target_arm), ECOSSYM("ARMREG_S_COUNT", true, target_arm), ECOSSYM("armreg_s_vec", true, target_arm), ECOSSYM("ARMREG_VFP_COUNT", true, target_arm), ECOSSYM("armreg_vfp_vec", true, target_arm), };

References

LocationReferrerText
eCos.c:380
static const struct symbols ecos_symbol_list[] = {
eCos.c:468ecos_value()
if (idx < ARRAY_SIZE(ecos_symbol_list))
eCos.c:543ecos_check_app_info()
for (unsigned int idx = 0; idx < ARRAY_SIZE(ecos_symbol_list); idx++) {
eCos.c:1136ecos_get_symbol_list_to_lookup()
ARRAY_SIZE(ecos_symbol_list), sizeof(struct symbol_table_elem));
eCos.c:1142ecos_get_symbol_list_to_lookup()
for (i = 0; i < ARRAY_SIZE(ecos_symbol_list); i++) {
eCos.c:1143ecos_get_symbol_list_to_lookup()
(*symbol_list)[i].symbol_name = ecos_symbol_list[i].name;
eCos.c:1144ecos_get_symbol_list_to_lookup()
(*symbol_list)[i].optional = ecos_symbol_list[i].optional;

Data Use

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