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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dvdso.c428 Elf64_Sym *sym64_gen, *sym64_fix; local
439 sym64_fix = find_symbol64(v64, fix);
440 if (sym64_fix == NULL) {
444 sym64_gen->st_value = sym64_fix->st_value;
445 sym64_gen->st_size = sym64_fix->st_size;
446 sym64_gen->st_info = sym64_fix->st_info;
447 sym64_gen->st_other = sym64_fix->st_other;
448 sym64_gen->st_shndx = sym64_fix->st_shndx;

Completed in 107 milliseconds