Searched defs:memMap (Results 1 – 4 of 4) sorted by relevance
46 type memMap struct { struct48 start uintptr // Address at which the binary (or DLL) is loaded into memory.49 end uintptr // The limit of the address range occupied by this mapping.50 offset uint64 // Offset in the binary that corresponds to the first mapped address.51 file string // The object this entry is loaded from.52 …ID string // A string that uniquely identifies a particular program version with high probability.54 funcs symbolizeFlag55 fake bool // map entry was faked; /proc/self/maps wasn't available
123 const char* memMap[][2]={ in TestUDataOpen() local
1692 … const BufferMemMap memMap(gl, GL_ATOMIC_COUNTER_BUFFER, 0, bufferSize, GL_MAP_WRITE_BIT); in iterate() local