Lines Matching refs:shdr4extnum
2003 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum,
2007 elf->e_shentsize = sizeof(*shdr4extnum);
2011 memset(shdr4extnum, 0, sizeof(*shdr4extnum));
2013 shdr4extnum->sh_type = SHT_NULL;
2014 shdr4extnum->sh_size = elf->e_shnum;
2015 shdr4extnum->sh_link = elf->e_shstrndx;
2016 shdr4extnum->sh_info = segs;
2034 struct elf_shdr *shdr4extnum = NULL;
2086 shdr4extnum = kmalloc(sizeof(*shdr4extnum), GFP_KERNEL);
2087 if (!shdr4extnum)
2089 fill_extnum_info(&elf, shdr4extnum, e_shoff, segs);
2150 if (!dump_emit(cprm, shdr4extnum, sizeof(*shdr4extnum)))
2156 kfree(shdr4extnum);