Lines Matching defs:hdr
46 Elf32_Ehdr *hdr;
54 Elf64_Ehdr *hdr;
75 shdrs = (void *)e->hdr + e->hdr->e_shoff;
76 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset;
77 for (i = 1; i < e->hdr->e_shnum; i++) {
81 return (void *)e->hdr + shdrs[i].sh_offset;
91 e->hdr = image->data;
143 shdrs = (void *)e->hdr + e->hdr->e_shoff;
144 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset;
145 for (i = 1; i < e->hdr->e_shnum; i++) {
149 return (void *)e->hdr + shdrs[i].sh_offset;
159 e->hdr = image->data;