Home
last modified time | relevance | path

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

/netbsd/src/tests/kernel/
Dt_sysv.c75 char mtext[MESSAGE_TEXT_LEN]; member
255 strcpy(m.mtext, m1_str); in ATF_TC_BODY()
269 strcpy(m.mtext, m2_str); in ATF_TC_BODY()
358 printf("%s\n", m.mtext); in receiver()
359 if (strcmp(m.mtext, m1_str) != 0) in receiver()
376 printf("%s\n", m.mtext); in receiver()
377 if (strcmp(m.mtext, m2_str) != 0) in receiver()
/netbsd/src/games/adventure/
Dio.c332 mtext[oldloc].seekadr = seekhere; in rdesc()
333 mtext[oldloc].txtlen = maystart - seekstart; in rdesc()
533 speak(&mtext[msg]); in mspeak()
Dhdr.h94 extern struct text mtext[MAGSIZE]; /* magic messages */
Dinit.c77 struct text mtext[MAGSIZE]; /* magic messages */ variable
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.opt37 mtext-section-literals
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dinvoke.texi1468 -mtext-section-literals -mno-text-section-literals @gol
33407 @item -mtext-section-literals
33409 @opindex mtext-section-literals
33416 improve code size. With @option{-mtext-section-literals}, the literals
33427 section in the output file unless @option{-mtext-section-literals} is
33435 @option{-mtext-section-literals}.
Dgcc.info1791 -mtext-section-literals -mno-text-section-literals
30307 '-mtext-section-literals'
30315 '-mtext-section-literals', the literals are interspersed in the
30324 section in the output file unless '-mtext-section-literals' is
30332 '-mtext-section-literals'.
66493 * mtext-section-literals: Xtensa Options. (line 47)
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200517363 * config/arc/arc.opt (mcpu=, mtext=, mdata=, mrodata=): Add Var()s