Lines Matching refs:by
3 dnl Written by Pavel Roskin. Based on grub_ASM_EXT_C written by
4 dnl Erich Boleyn and modified by OKUJI Yoshinori
89 dnl major pain, by requiring manual assembly to get 16-bit instructions into
184 dnl grub_CHECK_START_SYMBOL checks if start is automatically defined by
186 dnl Written by OKUJI Yoshinori
189 AC_MSG_CHECKING([if start is defined by the compiler])
204 dnl defined by the compiler.
205 dnl Written by OKUJI Yoshinori
208 AC_MSG_CHECKING([if _start is defined by the compiler])
223 dnl automatically defined by the compiler.
224 dnl Written by Michael Hohmoth.
227 AC_MSG_CHECKING([if __bss_start is defined by the compiler])
241 dnl grub_CHECK_EDATA_SYMBOL checks if edata is automatically defined by the
243 dnl Written by Michael Hohmuth.
246 AC_MSG_CHECKING([if edata is defined by the compiler])
261 dnl defined by the compiler.
262 dnl Written by Michael Hohmuth.
265 AC_MSG_CHECKING([if _edata is defined by the compiler])
279 dnl grub_CHECK_END_SYMBOL checks if end is automatically defined by the
281 dnl Written by OKUJI Yoshinori
284 AC_MSG_CHECKING([if end is defined by the compiler])
299 dnl by the compiler.
300 dnl Written by OKUJI Yoshinori
303 AC_MSG_CHECKING([if _end is defined by the compiler])
320 dnl Written by OKUJI Yoshinori.