Searched refs:stopp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/tbl/ |
H A D | tu.c | 157 int i,c,k,junk, stopp; local 158 stopp=1; 166 linestop[k]= ++stopp;
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | load_elf_obj.c | 68 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 539 milliseconds