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

ECOSSYM macro

Syntax

#define ECOSSYM(_n, _o, _t) { .name = _n, .optional = (_o), .target_names = _t }

Arguments

_n

_o

_t

References

LocationText
eCos.c:374
#define ECOSSYM(_n, _o, _t) { .name = _n, .optional = (_o), .target_names = _t }
eCos.c:381
ECOSSYM("Cyg_Thread::thread_list", false, NULL),
eCos.c:382
ECOSSYM("Cyg_Scheduler_Base::current_thread", false, NULL),
eCos.c:387
ECOSSYM("__ecospro_syminfo.off.cyg_thread.list_next", true, NULL),
eCos.c:388
ECOSSYM("__ecospro_syminfo.size.cyg_thread.list_next", true, NULL),
eCos.c:389
ECOSSYM("__ecospro_syminfo.off.cyg_thread.state", true, NULL),
eCos.c:390
ECOSSYM("__ecospro_syminfo.size.cyg_thread.state", true, NULL),
eCos.c:391
ECOSSYM("__ecospro_syminfo.off.cyg_thread.sleep_reason", true, NULL),
eCos.c:392
ECOSSYM("__ecospro_syminfo.size.cyg_thread.sleep_reason", true, NULL),
eCos.c:393
ECOSSYM("__ecospro_syminfo.off.cyg_thread.wake_reason", true, NULL),
eCos.c:394
ECOSSYM("__ecospro_syminfo.size.cyg_thread.wake_reason", true, NULL),
eCos.c:395
ECOSSYM("__ecospro_syminfo.off.cyg_thread.unique_id", true, NULL),
eCos.c:396
ECOSSYM("__ecospro_syminfo.size.cyg_thread.unique_id", true, NULL),
eCos.c:397
ECOSSYM("__ecospro_syminfo.off.cyg_thread.name", true, NULL),
eCos.c:398
ECOSSYM("__ecospro_syminfo.size.cyg_thread.name", true, NULL),
eCos.c:399
ECOSSYM("__ecospro_syminfo.off.cyg_thread.priority", true, NULL),
eCos.c:400
ECOSSYM("__ecospro_syminfo.size.cyg_thread.priority", true, NULL),
eCos.c:401
ECOSSYM("__ecospro_syminfo.off.cyg_thread.stack_ptr", true, NULL),
eCos.c:402
ECOSSYM("__ecospro_syminfo.size.cyg_thread.stack_ptr", true, NULL),
eCos.c:404
ECOSSYM("__ecospro_syminfo.cortexm.thread.saved", true, target_cortex_m),
eCos.c:405
ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.Thread", true, target_cortex_m),
eCos.c:406
ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.type", true, target_cortex_m),
eCos.c:407
ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.type", true, target_cortex_m),
eCos.c:408
ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.basepri", true, target_cortex_m),
eCos.c:409
ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.basepri", true, target_cortex_m),
eCos.c:410
ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.sp", true, target_cortex_m),
eCos.c:411
ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.sp", true, target_cortex_m),
eCos.c:412
ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.r", true, target_cortex_m),
eCos.c:413
ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.r", true, target_cortex_m),
eCos.c:414
ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.pc", true, target_cortex_m),
eCos.c:415
ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.pc", true, target_cortex_m),
eCos.c:416
ECOSSYM("__ecospro_syminfo.value.HAL_SAVEDREGISTERS.EXCEPTION", true, target_cortex_m),
eCos.c:417
ECOSSYM("__ecospro_syminfo.value.HAL_SAVEDREGISTERS.THREAD", true, target_cortex_m),
eCos.c:418
ECOSSYM("__ecospro_syminfo.value.HAL_SAVEDREGISTERS.INTERRUPT", true, target_cortex_m),
eCos.c:420
ECOSSYM("__ecospro_syminfo.value.HAL_SAVEDREGISTERS.WITH_FPU", true, target_cortex_m),
eCos.c:421
ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.fpscr", true, target_cortex_m),
eCos.c:422
ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.fpscr", true, target_cortex_m),
eCos.c:423
ECOSSYM("__ecospro_syminfo.off.HAL_SavedRegisters.u.thread.s", true, target_cortex_m),
eCos.c:424
ECOSSYM("__ecospro_syminfo.size.HAL_SavedRegisters.u.thread.s", true, target_cortex_m),
eCos.c:426
ECOSSYM("ARMREG_SIZE", true, target_arm),
eCos.c:427
ECOSSYM("armreg_r0", true, target_arm),
eCos.c:428
ECOSSYM("armreg_r1", true, target_arm),
eCos.c:429
ECOSSYM("armreg_r2", true, target_arm),
eCos.c:430
ECOSSYM("armreg_r3", true, target_arm),
eCos.c:431
ECOSSYM("armreg_r4", true, target_arm),
eCos.c:432
ECOSSYM("armreg_r5", true, target_arm),
eCos.c:433
ECOSSYM("armreg_r6", true, target_arm),
eCos.c:434
ECOSSYM("armreg_r7", true, target_arm),
eCos.c:435
ECOSSYM("armreg_r8", true, target_arm),
eCos.c:436
ECOSSYM("armreg_r9", true, target_arm),
eCos.c:437
ECOSSYM("armreg_r10", true, target_arm),
eCos.c:438
ECOSSYM("armreg_fp", true, target_arm),
eCos.c:439
ECOSSYM("armreg_ip", true, target_arm),
eCos.c:440
ECOSSYM("armreg_sp", true, target_arm),
eCos.c:441
ECOSSYM("armreg_lr", true, target_arm),
eCos.c:442
ECOSSYM("armreg_pc", true, target_arm),
eCos.c:443
ECOSSYM("armreg_cpsr", true, target_arm),
eCos.c:445
ECOSSYM("ARMREG_FPUCONTEXT_SIZE", true, target_arm),
eCos.c:446
ECOSSYM("armreg_fpscr", true, target_arm),
eCos.c:448
ECOSSYM("ARMREG_S_COUNT", true, target_arm),
eCos.c:449
ECOSSYM("armreg_s_vec", true, target_arm),
eCos.c:451
ECOSSYM("ARMREG_VFP_COUNT", true, target_arm),
eCos.c:452
ECOSSYM("armreg_vfp_vec", true, target_arm),