Searched refs:find_section32 (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.c268 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, function
465 v32->dynsym = find_section32(v32->hdr, ".dynsym", &v32->dynsymsize);
466 v32->dynstr = find_section32(v32->hdr, ".dynstr", NULL);
471 sect = find_section32(v32->hdr, ".text", NULL);
563 start32 = find_section32(v32->hdr, "__ftr_fixup", &size32);
569 start32 = find_section32(v32->hdr, "__fw_ftr_fixup", &size32);

Completed in 91 milliseconds