Searched defs:gMapInfo (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Ddebug_stacktrace.cpp46 static mapinfo_t* gMapInfo = NULL; variable
52 gMapInfo = mapinfo_create(getpid());
61 mapinfo_destroy(gMapInfo);
143 const mapinfo_t* mi = (gMapInfo != NULL) ? mapinfo_find(gMapInfo, frames[i], &rel_pc) : NULL;

Completed in 34 milliseconds