Searched refs:barrier_opt_names (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c8832 static struct asm_barrier_opt barrier_opt_names[] =
12863 i < sizeof (barrier_opt_names) / sizeof (struct asm_barrier_opt);
12865 hash_insert (arm_barrier_opt_hsh, barrier_opt_names[i].template,
12866 (PTR) (barrier_opt_names + i));
8820 static struct asm_barrier_opt barrier_opt_names[] = variable in typeref:struct:asm_barrier_opt
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c19042 static struct asm_barrier_opt barrier_opt_names[] =
25005 i < sizeof (barrier_opt_names) / sizeof (struct asm_barrier_opt);
25007 hash_insert (arm_barrier_opt_hsh, barrier_opt_names[i].template_name,
25008 (void *) (barrier_opt_names + i));
19033 static struct asm_barrier_opt barrier_opt_names[] = variable in typeref:struct:asm_barrier_opt

Completed in 298 milliseconds