Lines Matching defs:map
41 // There is no map information to use with the unwind.
90 backtrace_map_t map; // The map associated with the given pc.
125 // If map is NULL, then create the map and manage it internally.
126 // If map is not NULL, the map is still owned by the caller.
127 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = nullptr);
140 // or the pc is not in any valid map.
142 const backtrace_map_t* map = nullptr);
144 // Fill in the map data associated with the given pc.
145 virtual void FillInMap(uint64_t pc, backtrace_map_t* map);
151 // span from one map to another, this call only reads up until the end
152 // of the current map.
190 Backtrace(pid_t pid, pid_t tid, BacktraceMap* map);