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

/freebsd-9.3-release/usr.sbin/kldxref/
H A Def.h30 #define EF_LOOKUP_SET(ef, name, startp, stopp, countp) \
31 (ef)->ef_ops->lookup_set((ef)->ef_ef, name, startp, stopp, countp)
53 long *stopp, long *countp);
H A Def.c96 long *stopp, long *countp);
213 ef_lookup_set(elf_file_t ef, const char *name, long *startp, long *stopp, argument
237 *stopp = sym->st_value;
240 *countp = (*stopp - *startp) / sizeof(void *);
H A Def_obj.c117 long *stopp, long *countp);
159 ef_obj_lookup_set(elf_file_t ef, const char *name, long *startp, long *stopp, argument
168 *stopp = (char *)ef->progtab[i].addr +
170 *countp = (*stopp - *startp) / sizeof(void *);
/freebsd-9.3-release/sys/boot/common/
H A Dload_elf_obj.c68 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp);
430 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp)
450 *stopp = shdr[i].sh_addr + shdr[i].sh_size;
451 *countp = (*stopp - *startp) / sizeof(Elf_Addr);
429 obj_lookup_set(struct preloaded_file *fp, elf_file_t ef, const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) argument
/freebsd-9.3-release/sys/kern/
H A Dlink_elf_obj.c1125 void ***startp, void ***stopp, int *countp)
1141 if (stopp)
1142 *stopp = stop;
1252 Elf_Addr startp, stopp; local
1256 startp = stopp = 0;
1278 stopp = (Elf_Addr)(startp + ef->progtab[i].size);
1285 sym->st_value = start ? startp : stopp;
1124 link_elf_lookup_set(linker_file_t lf, const char *name, void ***startp, void ***stopp, int *countp) argument
H A Dlink_elf.c1384 void ***startp, void ***stopp, int *countp)
1425 if (stopp != NULL)
1426 *stopp = stop;
1383 link_elf_lookup_set(linker_file_t lf, const char *name, void ***startp, void ***stopp, int *countp) argument

Completed in 173 milliseconds