Home
last modified time | relevance | path

Searched refs:init0 (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dscope0.c14 void init0();
26 init0 (); in main()
41 void init0 () in init0() function
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Davr.sc101 *(.init0) /* Start here after reset. */
102 KEEP (*(.init0))
H A Delf32msp430_3.sc79 *(.init0) /* Start here after reset. */
H A Delf32msp430.sc103 *(.init0) /* Start here after reset. */
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Delf32msp430_3.sc79 *(.init0) /* Start here after reset. */
H A Davr.sc89 *(.init0) /* Start here after reset. */
H A Delf32msp430.sc103 *(.init0) /* Start here after reset. */
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog8200 * gdb.base/scope.exp: It's now init0(), not init().
8202 * gdb.base/scope0.c: For now, change init() to be init0().