HomeSort by: relevance | last modified time | path
    Searched refs:stext (Results 1 - 14 of 14) sorted by relevancy

  /src/games/adventure/
hdr.h 105 extern struct text stext[LOCSIZE]; /* short loc descriptions */
io.c 311 stext[oldloc].seekadr = seekhere;
312 stext[oldloc].txtlen = maystart - seekstart;
init.c 87 struct text stext[LOCSIZE]; /* short loc descriptions */ variable in typeref:struct:text
main.c 107 kk = &stext[loc];
  /src/sys/miscfs/procfs/
procfs_linux.c 103 get_proc_size_info(struct proc *p, struct vm_map *map, unsigned long *stext,
108 *stext = 0;
119 if (*stext == *etext) {
120 *stext = entry->start;
458 unsigned long stext = 0, etext = 0, sstack = 0; local
470 get_proc_size_info(p, &vm->vm_map, &stext, &etext, &sstack);
520 stext, /* 26 start_code */
  /src/external/gpl3/gcc.old/dist/libbacktrace/
xcoff.c 1084 const b_xcoff_scnhdr *stext; local
1153 stext = &sects[i];
1163 + stext->s_scnptr
1164 - stext->s_paddr);
1166 lnnoptr = stext->s_lnnoptr;
1167 nlnno = stext->s_nlnno;
  /src/external/gpl3/gcc/dist/libbacktrace/
xcoff.c 1084 const b_xcoff_scnhdr *stext; local
1153 stext = &sects[i];
1163 + stext->s_scnptr
1164 - stext->s_paddr);
1166 lnnoptr = stext->s_lnnoptr;
1167 nlnno = stext->s_nlnno;
  /src/external/gpl3/gdb/dist/libbacktrace/
xcoff.c 1084 const b_xcoff_scnhdr *stext; local
1153 stext = &sects[i];
1163 + stext->s_scnptr
1164 - stext->s_paddr);
1166 lnnoptr = stext->s_lnnoptr;
1167 nlnno = stext->s_nlnno;
  /src/external/gpl3/gdb.old/dist/libbacktrace/
xcoff.c 1084 const b_xcoff_scnhdr *stext; local
1153 stext = &sects[i];
1163 + stext->s_scnptr
1164 - stext->s_paddr);
1166 lnnoptr = stext->s_lnnoptr;
1167 nlnno = stext->s_nlnno;
  /src/external/bsd/nvi/dist/motif_l/
xtabbed.c 1638 static char *stext;
1646 stext=str1;
1659 if(stext[i]==str2[j])
1666 stext[i]='\0';
1668 ret=stext+start;
1631 static char *stext; local
  /src/external/gpl3/binutils/dist/bfd/
elf32-csky.c 4563 asection *stext = bfd_get_section_by_name (output_bfd, ".text"); local
4564 if (stext)
4565 relocation -= stext->output_section->vma;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-csky.c 4564 asection *stext = bfd_get_section_by_name (output_bfd, ".text"); local
4565 if (stext)
4566 relocation -= stext->output_section->vma;
  /src/external/gpl3/gdb/dist/bfd/
elf32-csky.c 4561 asection *stext = bfd_get_section_by_name (output_bfd, ".text"); local
4562 if (stext)
4563 relocation -= stext->output_section->vma;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-csky.c 4563 asection *stext = bfd_get_section_by_name (output_bfd, ".text"); local
4564 if (stext)
4565 relocation -= stext->output_section->vma;

Completed in 66 milliseconds