Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c3773 char *possible_flags[] = { "verbatim" }; in nds32_flag() local
3782 for (i = 0; i < (int) ARRAY_SIZE (possible_flags); i++) in nds32_flag()
3784 if (strcmp (name, possible_flags[i]) == 0) in nds32_flag()