Searched refs:text1 (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/games/backgammon/teachgammon/ |
| HD | data.c | 46 static const char *const text1[] = { variable 223 5, 5, {13, 13, 8, 8}, {8, 8, 3, 3}, 6, 6, {text1}
|
| /dragonfly/sys/bus/firewire/ |
| HD | fwcrom.c | 548 struct crom_chunk text1,text2,text3,text4,text5,text6,text7; in main() local 557 bzero(&text1, sizeof(text1)); in main() 589 crom_add_simple_text(&src, &root, &text1, "DragonFly"); in main()
|
| /dragonfly/contrib/binutils-2.27/ld/ |
| HD | ld.texinfo | 5031 .text1 @{ o2/*.o(.text) @} 5036 This will define both @samp{.text0} and @samp{.text1} to start at 5038 @samp{.text1} will be loaded immediately after @samp{.text0}. The 5043 C code to copy overlay @code{.text1} into the overlay area might look 5063 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @} 5064 PROVIDE (__load_start_text1 = LOADADDR (.text1)); 5065 PROVIDE (__load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1)); 5066 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
|