Home | History | Annotate | Download | only in elfutils

Lines Matching refs:FOO

787 # These are left unexpanded so users can "make install exec_prefix=/foo"
3385 #define FOO(x) 'x'
3386 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3991 int foo (int a) { for (int i = 0; i < a; ++i) if (i % 4) break; int s = a; }