Home
last modified time | relevance | path

Searched refs:directive_info (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c405 const directive_infoS directive_info[] = variable
1271 for (i = 0; i < sizeof (directive_info) / sizeof (*directive_info); ++i) in get_directive()
1273 if (strncmp (directive_string, directive_info[i].name, len) == 0) in get_directive()
1277 if (*negated && !directive_info[i].can_be_negated) in get_directive()
1279 directive_info[i].name); in get_directive()
1441 directive_info[begin_directive].name, file, line); in xtensa_end_directive()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2004678 (directive_info): Rename "generics" to "transform". Delete "relax".
680 (directive_state): Adjust entries to match changes in directive_info.