Searched defs:vma_to_fileoffset_map (Results 1 – 1 of 1) sorted by relevance
44 struct vma_to_fileoffset_map { /* map of sections within an SPU program */ struct45 struct vma_to_fileoffset_map *next; /* list pointer */ argument46 unsigned int vma; /* SPU virtual memory address from elf */47 unsigned int size; /* size of section from elf */48 unsigned int offset; /* offset of section into elf file */49 unsigned int guard_ptr;50 unsigned int guard_val;