Searched refs:rtlname (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/gcc/config/arm/ |
| HD | pe.c | 107 rtx rtlname; local 110 rtlname = XEXP (DECL_RTL (decl), 0); 111 if (GET_CODE (rtlname) == MEM) 112 rtlname = XEXP (rtlname, 0); 113 gcc_assert (GET_CODE (rtlname) == SYMBOL_REF); 114 oldname = XSTR (rtlname, 0); 144 rtx rtlname, newrtl; local 146 rtlname = XEXP (DECL_RTL (decl), 0); 148 if (GET_CODE (rtlname) == MEM) 149 rtlname = XEXP (rtlname, 0); [all …]
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | winnt.c | 206 rtx rtlname; in i386_pe_mark_dllexport() local 210 rtlname = XEXP (DECL_RTL (decl), 0); in i386_pe_mark_dllexport() 211 if (GET_CODE (rtlname) == MEM) in i386_pe_mark_dllexport() 212 rtlname = XEXP (rtlname, 0); in i386_pe_mark_dllexport() 213 gcc_assert (GET_CODE (rtlname) == SYMBOL_REF); in i386_pe_mark_dllexport() 214 oldname = XSTR (rtlname, 0); in i386_pe_mark_dllexport() 247 rtx rtlname, newrtl; in i386_pe_mark_dllimport() local 250 rtlname = XEXP (DECL_RTL (decl), 0); in i386_pe_mark_dllimport() 251 if (GET_CODE (rtlname) == MEM) in i386_pe_mark_dllimport() 252 rtlname = XEXP (rtlname, 0); in i386_pe_mark_dllimport() [all …]
|
| HD | netware.c | 155 rtx rtlname = XEXP (rtl, 0); in i386_nlm_encode_section_info() local 157 if (GET_CODE (rtlname) == MEM) in i386_nlm_encode_section_info() 158 rtlname = XEXP (rtlname, 0); in i386_nlm_encode_section_info() 159 XSTR (rtlname, 0) = IDENTIFIER_POINTER (newid); in i386_nlm_encode_section_info()
|
| HD | cygming.h | 343 rtx rtlname = XEXP (DECL_RTL (DECL), 0); \ 344 if (GET_CODE (rtlname) == SYMBOL_REF) \ 345 alias = XSTR (rtlname, 0); \
|
| /NextBSD/contrib/gcc/ |
| HD | ChangeLog-2004 | 27344 * config/i386/winnt.c (i386_pe_encode_section_info): Smash rtlname's
|