Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/arm/
H A Dunknown-elf.h52 #define IN_NAMED_SECTION(DECL) \ macro
60 if (IN_NAMED_SECTION (DECL)) \
77 if ((DECL) != NULL && IN_NAMED_SECTION (DECL)) \
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Dunknown-elf.h51 #define IN_NAMED_SECTION(DECL) \ macro
59 if (IN_NAMED_SECTION (DECL)) \
78 if ((DECL) != NULL && IN_NAMED_SECTION (DECL)) \
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c199 #ifndef IN_NAMED_SECTION
200 #define IN_NAMED_SECTION(DECL) \ macro
579 if (IN_NAMED_SECTION (decl))
2837 if (IN_NAMED_SECTION (exp))
H A DChangeLog.316494 * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
16517 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
/openbsd/gnu/gcc/gcc/
H A Dvarasm.c184 #ifndef IN_NAMED_SECTION
185 #define IN_NAMED_SECTION(DECL) \ macro
902 if (IN_NAMED_SECTION (decl)) in get_variable_section()
2768 if (IN_NAMED_SECTION (exp)) in get_constant_section()