Searched defs:vma_to_fileoffset_map (Results 1 – 1 of 1) sorted by relevance
40 struct vma_to_fileoffset_map { /* map of sections within an SPU program */ struct41 struct vma_to_fileoffset_map *next; /* list pointer */ argument42 unsigned int vma; /* SPU virtual memory address from elf */43 unsigned int size; /* size of section from elf */44 unsigned int offset; /* offset of section into elf file */45 unsigned int guard_ptr;46 unsigned int guard_val;