HomeSort by relevance Sort by last modified time
    Searched full:mapinfo (Results 1 - 18 of 18) sorted by null

  /hardware/ti/omap4xxx/
mapinfo.h 4 typedef struct mapinfo { struct
5 struct mapinfo *next;
9 } mapinfo; typedef in typeref:struct:mapinfo
11 mapinfo *init_mapinfo(int pid);
12 void deinit_mapinfo(mapinfo *mi);
13 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
14 const mapinfo *pc_to_mapinfo(mapinfo *mi, unsigned pc, unsigned *rel_pc);
mapinfo.c 5 #include "mapinfo.h"
24 static mapinfo *parse_maps_line(char *line)
26 mapinfo *mi;
35 mi = __real_malloc(sizeof(mapinfo) + (len - 47));
49 mapinfo *init_mapinfo(int pid)
51 struct mapinfo *milist = NULL;
57 mapinfo *mi = parse_maps_line(data);
69 void deinit_mapinfo(mapinfo *mi)
71 mapinfo *del;
80 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def
    [all...]
Android.mk 20 LOCAL_SRC_FILES:= heaptracker.c stacktrace.c mapinfo.c
heaptracker.c 23 #include "mapinfo.h"
31 static mapinfo *milist;
101 mapinfo *mi;
  /external/chromium_org/tools/gyp/test/win/linker-flags/
mapfile.cc 7 // We need an exported function to verify that /MAPINFO:EXPORTS works.
  /system/extras/showmap/
showmap.c 12 typedef struct mapinfo mapinfo; typedef in typeref:struct:mapinfo
14 struct mapinfo { struct
15 mapinfo *next;
40 static int parse_header(const char* line, const mapinfo* prev, mapinfo** mi) {
71 struct mapinfo* info = calloc(1, sizeof(mapinfo) + name_size);
87 static int parse_field(mapinfo* mi, const char* line) {
114 static int order_before(const mapinfo *a, const mapinfo *b, int sort_by_address)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 741 map_output_info mapinfo; local
762 mapinfo.object = info->object;
763 mapinfo.f = f;
766 mapinfo.intn = info->tmp_intn;
771 mapinfo.bytes = 4;
772 while (!yasm_intnum_check_size(info->origin, mapinfo.bytes * 8, 0, 0))
773 mapinfo.bytes *= 2;
774 yasm_object_sections_traverse(info->object, &mapinfo, map_prescan_bytes);
775 mapinfo.buf = yasm_xmalloc(mapinfo.bytes)
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp 707 mcBulkMap_t *mapInfo
719 CHECK_NOT_NULL(mapInfo);
772 mapInfo->sVirtualAddr = bulkBuf->sVirtualAddr;
773 mapInfo->sVirtualLen = bufLen;
793 mcBulkMap_t *mapInfo
805 CHECK_NOT_NULL(mapInfo);
818 uint32_t handle = session->getBufHandle(mapInfo->sVirtualAddr);
820 LOG_E("Unable to find internal handle for buffer %p.", mapInfo->sVirtualAddr);
830 (uint32_t)(mapInfo->sVirtualAddr),
831 mapInfo->sVirtualLen)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc     [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 366 * @param [out] mapInfo Information structure about the mapped Bulk buffer between the TLC (Nwd) and
382 mcBulkMap_t *mapInfo
394 * @param [in] mapInfo Information structure about the mapped Bulk buffer between the TLC (Nwd) and
396 * @attention The clientlib currently ignores the len field in mapInfo.
410 mcBulkMap_t *mapInfo
  /external/llvm/docs/HistoricalNotes/
2003-06-26-Reoptimizer2.txt 74 $LIBS/mapinfo.o \
  /hardware/samsung_slsi/exynos5/libkeymaster/
tlcTeeKeymaster_if.c 164 mcBulkMap_t mapInfo;
177 mcRet = mcMap(&sessionHandle, keyData, keyDataLength, &mapInfo);
187 pTci->rsagenkey.keydata = (uint32_t)mapInfo.sVirtualAddr;
207 mcRet = mcUnmap(&sessionHandle, keyData, &mapInfo);
  /external/llvm/lib/IR/
ConstantsContext.h 656 struct MapInfo {
694 typedef DenseMap<ConstantClass *, char, MapInfo> MapTy;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
France.svg 3 <!--Note: This file is the result of an export from MapInfo using DBx Geomatics 'SVGMapMaker' Version 1.00 (Mapbasic program) licensed to DBx Geomatics
67 @font-face{font-family:'MapInfo Real Estate';src:url(MapInfoRealEstate.cef)}
68 @font-face{font-family:'MapInfo Cartographic';src:url(MapInfoCartographic.cef)}
69 @font-face{font-family:'MapInfo Miscellaneous';src:url(MapInfoMiscellaneous.cef)}
70 @font-face{font-family:'MapInfo Oil&Gas';src:url(MapInfoOil&Gas.cef)}
71 @font-face{font-family:'MapInfo Real Estate';src:url(MapInfoRealEstate.cef)}
72 @font-face{font-family:'MapInfo Symbols';src:url(MapInfoSymbols.cef)}
73 @font-face{font-family:'MapInfo Transportation';src:url(MapInfoTransportation.cef)}
74 @font-face{font-family:'MapInfo Weather';src:url(MapInfoWeather.cef)}]]>
84 .s6007MapInfoSymbols0 {stroke:none;fill:rgb(0,0,0);font-size:45;font-family:'MapInfo Symbols';}
    [all...]
WorldIso.svg 3 It was produced by SGV MapGen (Version 1.0 Evaluation)from MapInfo MID/MIF or ESRI Shape Files.
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSSettings.py 709 _Same(_link, 'MapExports', _boolean) # /MAPINFO:EXPORTS
    [all...]
msvs_emulation.py 462 ld('MapExports', map={'true': '/MAPINFO:EXPORTS'})
    [all...]

Completed in 6240 milliseconds