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

  /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 in function:procfs_do_pid_stat
470 get_proc_size_info(p, &vm->vm_map, &stext, &etext, &sstack);
520 stext, /* 26 start_code */
  /src/games/adventure/
init.c 87 struct text stext[LOCSIZE]; /* short loc descriptions */ variable in typeref:struct:text[]

Completed in 13 milliseconds