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

target_arm variable

Syntax

static const char * const target_arm[] = { "cortex_a", "arm7tdmi", "arm720t", "arm9tdmi", "arm920t", "arm926ejs", "arm946e", "arm966e", "arm11", NULL };

References

LocationText
eCos.c:102
static const char * const target_arm[] = {
eCos.c:168
.target_names = target_arm,
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),