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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dvdso.c328 struct lib64_elfinfo *v64,
425 struct lib64_elfinfo *v64,
430 sym64_gen = find_symbol64(v64, orig);
439 sym64_fix = find_symbol64(v64, fix);
457 struct lib64_elfinfo *v64)
479 v64->dynsym = find_section64(v64->hdr, ".dynsym", &v64->dynsymsize);
480 v64->dynstr = find_section64(v64
327 vdso_do_func_patch32(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64, const char *orig, const char *fix) argument
424 vdso_do_func_patch64(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64, const char *orig, const char *fix) argument
456 vdso_do_find_sections(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument
496 vdso_setup_trampolines(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument
510 vdso_fixup_datapage(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument
542 vdso_fixup_features(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument
578 vdso_fixup_alt_funcs(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument
614 struct lib64_elfinfo v64; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk.c1122 uint64_t v64; local
1142 if (ioctl(fd, BLKGETSIZE64, &v64) == 0) {
1144 total_number_of_sectors = (v64 >> 9);

Completed in 52 milliseconds