Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/vdso/
Dgenvdso.h14 void *shdrs; in FUNC() local
19 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
23 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
27 shdr = shdrs + (i * sh_entsize); in FUNC()
65 void *shdrs, *symtab; in FUNC() local
73 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
78 shdr = shdrs + (i * sh_entsize); in FUNC()
105 shdr = shdrs + (swap_uint32(shdr->sh_link) * sh_entsize); in FUNC()