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