Searched refs:stopp (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libkldelf/ |
H A D | kldelf.h | 49 #define EF_LOOKUP_SET(ef, name, startp, stopp, countp) \ argument 50 (ef)->ef_ops->lookup_set((ef)->ef_ef, name, startp, stopp, countp) 71 GElf_Addr *stopp, long *countp);
|
H A D | ef_obj.c | 102 GElf_Addr *startp, GElf_Addr *stopp, long *countp); 154 GElf_Addr *stopp, long *countp) in ef_obj_lookup_set() argument 162 *stopp = ef->progtab[i].addr + ef->progtab[i].size; in ef_obj_lookup_set() 163 *countp = (*stopp - *startp) / in ef_obj_lookup_set()
|
H A D | ef.c | 82 GElf_Addr *startp, GElf_Addr *stopp, long *countp); 176 GElf_Addr *stopp, long *countp) in ef_lookup_set() argument 199 *stopp = sym->st_value; in ef_lookup_set() 202 *countp = (*stopp - *startp) / elf_pointer_size(ef->ef_efile); in ef_lookup_set()
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 74 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp); 468 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) in __elfN() 488 *stopp = shdr[i].sh_addr + shdr[i].sh_size; in __elfN() 489 *countp = (*stopp - *startp) / sizeof(Elf_Addr); in __elfN()
|
/freebsd/sys/kern/ |
H A D | link_elf_obj.c | 1594 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument 1610 if (stopp) in link_elf_lookup_set() 1611 *stopp = stop; in link_elf_lookup_set() 1766 Elf_Addr startp, stopp; in link_elf_fix_link_set() local 1770 startp = stopp = 0; in link_elf_fix_link_set() 1792 stopp = (Elf_Addr)(startp + ef->progtab[i].size); in link_elf_fix_link_set() 1799 sym->st_value = start ? startp : stopp; in link_elf_fix_link_set()
|
H A D | link_elf.c | 1730 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument 1771 if (stopp != NULL) in link_elf_lookup_set() 1772 *stopp = stop; in link_elf_lookup_set()
|