Home
last modified time | relevance | path

Searched defs:vma_to_fileoffset_map (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/oprofile/cell/
Dpr_util.h44 struct vma_to_fileoffset_map { /* map of sections within an SPU program */ struct
45 struct vma_to_fileoffset_map *next; /* list pointer */ argument
46 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;