Home
last modified time | relevance | path

Searched refs:stopp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dtu.c155 int i,c,k,junk, stopp; in getstop() local
156 stopp=1; in getstop()
164 linestop[k]= ++stopp; in getstop()
/illumos-gate/usr/src/boot/common/
H A Dload_elf_obj.c68 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp);
424 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) in __elfN()
444 *stopp = shdr[i].sh_addr + shdr[i].sh_size; in __elfN()
445 *countp = (*stopp - *startp) / sizeof(Elf_Addr); in __elfN()