Home
last modified time | relevance | path

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

/dragonfly/stand/boot/common/
HDload_elf_obj.c67 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp);
403 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) in __elfN()
423 *stopp = shdr[i].sh_addr + shdr[i].sh_size; in __elfN()
424 *countp = (*stopp - *startp) / sizeof(Elf_Addr); in __elfN()
/dragonfly/sys/kern/
HDlink_elf_obj.c1101 void ***startp, void ***stopp, int *countp) in link_elf_obj_lookup_set() argument
1117 if (stopp) in link_elf_obj_lookup_set()
1118 *stopp = stop; in link_elf_obj_lookup_set()
1184 Elf_Addr startp, stopp; in link_elf_obj_fix_link_set() local
1188 startp = stopp = 0; in link_elf_obj_fix_link_set()
1210 stopp = (Elf_Addr)(startp + ef->progtab[i].size); in link_elf_obj_fix_link_set()
1217 sym->st_value = start ? startp : stopp; in link_elf_obj_fix_link_set()
HDlink_elf.c928 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
969 if (stopp) in link_elf_lookup_set()
970 *stopp = stop; in link_elf_lookup_set()