Home
last modified time | relevance | path

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

/freebsd/usr.sbin/kldxref/
H A Def.h49 #define EF_LOOKUP_SET(ef, name, startp, stopp, countp) \ argument
50 (ef)->ef_ops->lookup_set((ef)->ef_ef, name, startp, stopp, countp)
69 GElf_Addr *stopp, long *countp);
H A Def_obj.c102 GElf_Addr *startp, GElf_Addr *stopp, long *countp);
149 GElf_Addr *stopp, long *countp) in ef_obj_lookup_set() argument
157 *stopp = ef->progtab[i].addr + ef->progtab[i].size; in ef_obj_lookup_set()
158 *countp = (*stopp - *startp) / in ef_obj_lookup_set()
H A Def.c82 GElf_Addr *startp, GElf_Addr *stopp, long *countp);
172 GElf_Addr *stopp, long *countp) in ef_lookup_set() argument
195 *stopp = sym->st_value; in ef_lookup_set()
198 *countp = (*stopp - *startp) / elf_pointer_size(ef->ef_efile); in ef_lookup_set()
/freebsd/stand/common/
H A Dload_elf_obj.c73 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp);
470 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) in __elfN()
490 *stopp = shdr[i].sh_addr + shdr[i].sh_size; in __elfN()
491 *countp = (*stopp - *startp) / sizeof(Elf_Addr); in __elfN()
/freebsd/sys/kern/
H A Dlink_elf_obj.c1597 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
1613 if (stopp) in link_elf_lookup_set()
1614 *stopp = stop; in link_elf_lookup_set()
1769 Elf_Addr startp, stopp; in link_elf_fix_link_set() local
1773 startp = stopp = 0; in link_elf_fix_link_set()
1795 stopp = (Elf_Addr)(startp + ef->progtab[i].size); in link_elf_fix_link_set()
1802 sym->st_value = start ? startp : stopp; in link_elf_fix_link_set()
H A Dlink_elf.c1736 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
1777 if (stopp != NULL) in link_elf_lookup_set()
1778 *stopp = stop; in link_elf_lookup_set()