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

/illumos-gate/usr/src/cmd/tbl/
H A Dtu.c157 int i,c,k,junk, stopp; local
158 stopp=1;
166 linestop[k]= ++stopp;
/illumos-gate/usr/src/boot/sys/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)
444 *stopp = shdr[i].sh_addr + shdr[i].sh_size;
445 *countp = (*stopp - *startp) / sizeof(Elf_Addr);
423 obj_lookup_set(struct preloaded_file *fp __unused, elf_file_t ef, const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) argument

Completed in 58 milliseconds