HomeSort by relevance Sort by last modified time
    Searched refs:macro_strip_at (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
macro.c 63 static int macro_strip_at; variable
83 macro_strip_at = strip_at;
393 if (macro_alternate && ! macro_strip_at && in->ptr[idx] != '<')
601 if (macro_strip_at)
735 && (! macro_mri || macro_strip_at)
736 && (! macro_strip_at || kind == '@'))
752 macro_strip_at and kind is '@' and the token did not end in '@'. */
753 if (macro_strip_at
891 || ! macro_strip_at
903 (macro_strip_at && inquote) ? '@' : '\''
    [all...]
as.c 1134 int macro_strip_at;
1131 int macro_strip_at; local
    [all...]

Completed in 171 milliseconds