Searched refs:shdrs (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/vdso/
H A Dgenvdso.h10 void *shdrs; local
15 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff);
19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx));
23 shdr = shdrs + (i * sh_entsize);
61 void *shdrs, *symtab; local
69 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff);
74 shdr = shdrs + (i * sh_entsize);
101 shdr = shdrs + (swap_uint32(shdr->sh_link) * sh_entsize);
/linux-master/arch/sparc/vdso/
H A Dvma.c72 Elf64_Shdr *shdrs; local
75 shdrs = (void *)e->hdr + e->hdr->e_shoff;
76 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset;
78 if (!strcmp(snames+shdrs[i].sh_name, name)) {
80 *size = shdrs[i].sh_size;
81 return (void *)e->hdr + shdrs[i].sh_offset;
140 Elf32_Shdr *shdrs; local
143 shdrs = (void *)e->hdr + e->hdr->e_shoff;
144 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset;
146 if (!strcmp(snames+shdrs[
[all...]

Completed in 264 milliseconds