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

/arch/powerpc/kernel/
H A Dvdso.c571 unsigned long size32; local
598 start32 = find_section32(v32->hdr, "__ftr_fixup", &size32);
601 start32, start32 + size32);
603 start32 = find_section32(v32->hdr, "__mmu_ftr_fixup", &size32);
606 start32, start32 + size32);
609 start32 = find_section32(v32->hdr, "__fw_ftr_fixup", &size32);
612 start32, start32 + size32);
615 start32 = find_section32(v32->hdr, "__lwsync_fixup", &size32);
618 start32, start32 + size32);

Completed in 60 milliseconds