Searched refs:find_section64 (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.c359 static void * __init find_section64(Elf64_Ehdr *ehdr, const char *secname, function
479 v64->dynsym = find_section64(v64->hdr, ".dynsym", &v64->dynsymsize);
480 v64->dynstr = find_section64(v64->hdr, ".dynstr", NULL);
485 sect = find_section64(v64->hdr, ".text", NULL);
552 start64 = find_section64(v64->hdr, "__ftr_fixup", &size64);
557 start64 = find_section64(v64->hdr, "__fw_ftr_fixup", &size64);

Completed in 56 milliseconds