Searched defs:spu_overlay_info (Results 1 – 1 of 1) sorted by relevance
37 struct spu_overlay_info { /* map of sections within an SPU overlay */ struct38 unsigned int vma; /* SPU virtual memory address from elf */39 unsigned int size; /* size of section from elf */40 unsigned int offset; /* offset of section into elf file */41 unsigned int buf;