Searched refs:shnum (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/tools/fastmodels/
H A Dbuild_multiboot.c16 size_t shnum; local
17 if(elf_getshdrnum(elf, &shnum)) {
31 + shnum * sizeof(Elf64_Shdr);
89 + shnum * sizeof(Elf64_Shdr);
90 sections->num= shnum;
95 for(size_t i= 0; i < shnum; i++) {
114 + shnum * sizeof(Elf64_Shdr);
/barrelfish-2018-10-04/lib/libc/gen/
H A Dnlist.c374 elf_sym_to_nlist(struct nlist *nl, Elf_Sym *s, Elf_Shdr *shdr, int shnum) argument
388 if (s->st_shndx >= shnum)
/barrelfish-2018-10-04/usr/drivers/cpuboot/arch/armv8/
H A Dboot_arch.c285 size_t shnum = ehdr->e_shnum; local
290 for(size_t i= 0; i < shnum; i++) {

Completed in 161 milliseconds