Lines Matching refs:elf64
64 struct vdso_elfinfo64 elf64; member
89 struct vdso_elfinfo64 *e = &_e->u.elf64; in find_sections64()
119 struct vdso_elfinfo64 *e = &_e->u.elf64; in patchsym64()
205 bool elf64) in find_sections() argument
207 if (elf64) in find_sections()
214 const char *new_target, bool elf64) in patch_one_symbol() argument
216 if (elf64) in patch_one_symbol()
222 static int stick_patch(const struct vdso_image *image, struct vdso_elfinfo *e, bool elf64) in stick_patch() argument
226 err = find_sections(image, e, elf64); in stick_patch()
232 "__vdso_gettimeofday_stick", elf64); in stick_patch()
238 "__vdso_clock_gettime_stick", elf64); in stick_patch()
247 struct vm_special_mapping *vdso_mapping, bool elf64) in init_vdso_image() argument
256 int err = stick_patch(image, &ei, elf64); in init_vdso_image()