HomeSort by relevance Sort by last modified time
    Searched refs:map_to_name (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap4xxx/
mapinfo.h 13 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
mapinfo.c 15 map_to_name(map, data, ""));
80 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def) function
  /system/core/debuggerd/
utility.h 54 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
utility.c 58 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def) function
  /system/core/debuggerd/arm/
machine.c 174 map_to_name(map, data, ""));
188 map_to_name(map, data, ""));
205 map_to_name(map, r.ARM_pc, "<unknown>"));
208 map_to_name(map, r.ARM_lr, "<unknown>"));
  /frameworks/base/libs/utils/
CallStack.cpp 123 const char *map_to_name(uint64_t pc, const char* def, uint64_t* start) { function in class:android::MapInfo
195 char const* name = sMapInfo.map_to_name(uint64_t(uintptr_t(pc)), def, &s);

Completed in 3978 milliseconds