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

/barrelfish-master/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-master/tools/armv8_bootimage/
H A Darmv8_bootimage.c296 Elf64_Phdr * phdr, size_t phnum, size_t shnum,
305 for (i = 0; i < shnum; i++) {
459 size_t shnum; local
461 status = elf_getshdrnum(elf, &shnum);
468 relocate_elf(&image->segment, elf, phdr, phnum, shnum,
295 relocate_elf(struct ram_region *segment, Elf * elf, Elf64_Phdr * phdr, size_t phnum, size_t shnum, unsigned *no_relocations, struct Blob_relocation **relocations) argument
/barrelfish-master/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-master/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 57 milliseconds