Searched refs:in_named (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | iris6.h | 323 case in_named: \ 340 case in_named: return get_named_section_flags (in_named_name); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | pe.h | 230 case in_named: named_section (decl, NULL, 0); break; \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | cygwin.h | 231 case in_named: named_section (decl, NULL, 0); break; \
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | closure.t | 196 for $where_declared (qw!filescope in_named in_anon!) {
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/ |
H A D | mcore.h | 1085 case in_named: named_section (decl, NULL, 0); break; \
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | varasm.c | 180 static enum in_section { no_section, in_text, in_data, in_named enumerator 409 if (in_section != in_named || strcmp (name, in_named_name) != 0) 421 in_section = in_named; 3503 && in_section == in_named
|