Lines Matching defs:e
68 static void *one_section64(struct vdso_elfinfo64 *e, const char *name, in one_section64()
89 struct vdso_elfinfo64 *e = &_e->u.elf64; in find_sections64() local
102 static Elf64_Sym *find_sym64(const struct vdso_elfinfo64 *e, const char *name) in find_sym64()
119 struct vdso_elfinfo64 *e = &_e->u.elf64; in patchsym64() local
136 static void *one_section32(struct vdso_elfinfo32 *e, const char *name, in one_section32()
157 struct vdso_elfinfo32 *e = &_e->u.elf32; in find_sections32() local
170 static Elf32_Sym *find_sym32(const struct vdso_elfinfo32 *e, const char *name) in find_sym32()
187 struct vdso_elfinfo32 *e = &_e->u.elf32; in patchsym32() local
204 static int find_sections(const struct vdso_image *image, struct vdso_elfinfo *e, in find_sections()
213 static int patch_one_symbol(struct vdso_elfinfo *e, const char *orig, in patch_one_symbol()
222 static int stick_patch(const struct vdso_image *image, struct vdso_elfinfo *e, bool elf64) in stick_patch()