Home
last modified time | relevance | path

Searched refs:text0 (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/games/backgammon/teachgammon/
Ddata.c38 const char *const text0[] = { variable
389 3, 1, {8,6,0,0}, {5,5,0,0}, 4, 2, {text0}, {ans0}
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lang.h241 extern char **ada_make_symbol_completion_list (const char *text0,
/openbsd/src/gnu/usr.bin/binutils/ld/
Dld.texinfo3592 .text0 @{ o1/*.o(.text) @}
3598 This will define both @samp{.text0} and @samp{.text1} to start at
3599 address 0x1000. @samp{.text0} will be loaded at address 0x4000, and
3600 @samp{.text1} will be loaded immediately after @samp{.text0}. The
3622 .text0 0x1000 : AT (0x4000) @{ o1/*.o(.text) @}
3623 __load_start_text0 = LOADADDR (.text0);
3624 __load_stop_text0 = LOADADDR (.text0) + SIZEOF (.text0);
3625 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @}
3628 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dld.texinfo3980 .text0 @{ o1/*.o(.text) @}
3986 This will define both @samp{.text0} and @samp{.text1} to start at
3987 address 0x1000. @samp{.text0} will be loaded at address 0x4000, and
3988 @samp{.text1} will be loaded immediately after @samp{.text0}. The
4010 .text0 0x1000 : AT (0x4000) @{ o1/*.o(.text) @}
4011 __load_start_text0 = LOADADDR (.text0);
4012 __load_stop_text0 = LOADADDR (.text0) + SIZEOF (.text0);
4013 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @}
4016 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));