Searched refs:stext (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/games/adventure/
H A Dhdr.h105 extern struct text stext[LOCSIZE]; /* short loc descriptions */
H A Dio.c311 stext[oldloc].seekadr = seekhere;
312 stext[oldloc].txtlen = maystart - seekstart;
H A Dinit.c87 struct text stext[LOCSIZE]; /* short loc descriptions */ variable in typeref:struct:text
H A Dmain.c107 kk = &stext[loc];
/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_linux.c92 get_proc_size_info(struct proc *p, struct vm_map *map, unsigned long *stext, argument
97 *stext = 0;
108 if (*stext == *etext) {
109 *stext = entry->start;
447 unsigned long stext = 0, etext = 0, sstack = 0; local
459 get_proc_size_info(p, &vm->vm_map, &stext, &etext, &sstack);
509 stext, /* 26 start_code */
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dxcoff.c1084 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;
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dxcoff.c1084 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;
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dxcoff.c1085 const b_xcoff_scnhdr *stext; local
1154 stext = &sects[i];
1157 base_address = (exe ? XCOFF_AIX_TEXTBASE : base_address) + stext->s_scnptr;
1159 lnnoptr = stext->s_lnnoptr;
1160 nlnno = stext->s_nlnno;
/netbsd-current/external/bsd/nvi/dist/motif_l/
H A Dxtabbed.c1638 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
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-csky.c4576 asection *stext = bfd_get_section_by_name (output_bfd, ".text"); local
4577 if (stext)
4578 relocation -= stext->output_section->vma;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-csky.c4458 asection *stext = bfd_get_section_by_name (output_bfd, ".text"); local
4459 if (stext)
4460 relocation -= stext->output_section->vma;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-csky.c4548 asection *stext = bfd_get_section_by_name (output_bfd, ".text"); local
4549 if (stext)
4550 relocation -= stext->output_section->vma;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-csky.c4576 asection *stext = bfd_get_section_by_name (output_bfd, ".text"); local
4577 if (stext)
4578 relocation -= stext->output_section->vma;

Completed in 195 milliseconds