Home
last modified time | relevance | path

Searched refs:stext (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Delfd30v.sc86 .rel.stext ${RELOCATING-0} : { *(.rel.stest) }
87 .rela.stext ${RELOCATING-0} : { *(.rela.stest) }
123 .stext ${RELOCATING-0} : { *(.stext) } ${RELOCATING+ > text}
H A Delfm68hc11.sc265 .rel.stext ${RELOCATING-0} : { *(.rel.stest) }
266 .rela.stext ${RELOCATING-0} : { *(.rela.stest) }
303 .stext ${RELOCATING-0} :
305 *(.stext)
H A Delfm68hc12.sc265 .rel.stext ${RELOCATING-0} : { *(.rel.stest) }
266 .rela.stext ${RELOCATING-0} : { *(.rela.stest) }
302 .stext ${RELOCATING-0} :
304 *(.stext)
H A Delfxgate.sc265 .rel.stext ${RELOCATING-0} : { *(.rel.stest) }
266 .rela.stext ${RELOCATING-0} : { *(.rela.stest) }
302 .stext ${RELOCATING-0} :
304 *(.stext)
H A Delfm9s12z.sc258 .rel.stext ${RELOCATING-0} : { *(.rel.stest) }
259 .rela.stext ${RELOCATING-0} : { *(.rela.stest) }
288 .stext ${RELOCATING-0} :
290 *(.stext)
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Delfd30v.sc86 .rel.stext ${RELOCATING-0} : { *(.rel.stest) }
87 .rela.stext ${RELOCATING-0} : { *(.rela.stest) }
123 .stext ${RELOCATING-0} : { *(.stext) } ${RELOCATING+ > text}
H A Delfm9s12z.sc258 .rel.stext ${RELOCATING-0} : { *(.rel.stest) }
259 .rela.stext ${RELOCATING-0} : { *(.rela.stest) }
288 .stext ${RELOCATING-0} :
290 *(.stext)
H A Delfm68hc11.sc265 .rel.stext ${RELOCATING-0} : { *(.rel.stest) }
266 .rela.stext ${RELOCATING-0} : { *(.rela.stest) }
303 .stext ${RELOCATING-0} :
305 *(.stext)
H A Delfxgate.sc265 .rel.stext ${RELOCATING-0} : { *(.rel.stest) }
266 .rela.stext ${RELOCATING-0} : { *(.rela.stest) }
302 .stext ${RELOCATING-0} :
304 *(.stext)
H A Delfm68hc12.sc265 .rel.stext ${RELOCATING-0} : { *(.rel.stest) }
266 .rela.stext ${RELOCATING-0} : { *(.rela.stest) }
302 .stext ${RELOCATING-0} :
304 *(.stext)
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_linux.c103 get_proc_size_info(struct proc *p, struct vm_map *map, unsigned long *stext, in get_proc_size_info()
108 *stext = 0; in get_proc_size_info()
119 if (*stext == *etext) { in get_proc_size_info()
120 *stext = entry->start; in get_proc_size_info()
458 unsigned long stext = 0, etext = 0, sstack = 0; in procfs_do_pid_stat()
470 get_proc_size_info(p, &vm->vm_map, &stext, &etext, &sstack); in procfs_do_pid_stat()
520 stext, /* 26 start_code */ in procfs_do_pid_stat()
98 get_proc_size_info(struct proc * p,struct vm_map * map,unsigned long * stext,unsigned long * etext,unsigned long * sstack) get_proc_size_info() argument
453 unsigned long stext = 0, etext = 0, sstack = 0; procfs_do_pid_stat() local
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dxcoff.c1084 const b_xcoff_scnhdr *stext; in xcoff_add() local
1153 stext = &sects[i]; in xcoff_add()
1163 + stext->s_scnptr in xcoff_add()
1164 - stext->s_paddr); in xcoff_add()
1166 lnnoptr = stext->s_lnnoptr; in xcoff_add()
1167 nlnno = stext->s_nlnno; in xcoff_add()
/netbsd-src/games/adventure/
H A Dio.c311 stext[oldloc].seekadr = seekhere; in rdesc()
312 stext[oldloc].txtlen = maystart - seekstart; in rdesc()
H A Dhdr.h105 extern struct text stext[LOCSIZE]; /* short loc descriptions */
H A Dinit.c87 struct text stext[LOCSIZE]; /* short loc descriptions */ variable
H A Dmain.c107 kk = &stext[loc]; in main()
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dxcoff.c1085 const b_xcoff_scnhdr *stext; in xcoff_add() local
1154 stext = &sects[i]; in xcoff_add()
1157 base_address = (exe ? XCOFF_AIX_TEXTBASE : base_address) + stext->s_scnptr; in xcoff_add()
1159 lnnoptr = stext->s_lnnoptr; in xcoff_add()
1160 nlnno = stext->s_nlnno; in xcoff_add()
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dxtabbed.c1631 static char *stext; in my_strtok() local
1639 stext=str1; in my_strtok()
1652 if(stext[i]==str2[j]) in my_strtok()
1659 stext[i]='\0'; in my_strtok()
1661 ret=stext+start; in my_strtok()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-csky.c4576 asection *stext = bfd_get_section_by_name (output_bfd, ".text"); in csky_elf_relocate_section() local
4577 if (stext) in csky_elf_relocate_section()
4578 relocation -= stext->output_section->vma; in csky_elf_relocate_section()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-csky.c4565 asection *stext = bfd_get_section_by_name (output_bfd, ".text"); in csky_elf_relocate_section() local
4566 if (stext) in csky_elf_relocate_section()
4567 relocation -= stext->output_section->vma; in csky_elf_relocate_section()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-919771 (.stext): Put section in the onchip text region.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-919771 (.stext): Put section in the onchip text region.