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

  /hardware/ti/omap4-aah/
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);
  /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);
  /external/chromium_org/v8/src/base/platform/
platform-qnx.cc 180 procfs_mapinfo *mapinfos = NULL, *mapinfo; local
218 mapinfo = mapinfos + i;
219 if (mapinfo->flags & MAP_ELF) {
220 map.info.vaddr = mapinfo->vaddr;
225 map.info.path, mapinfo->vaddr, mapinfo->vaddr + mapinfo->size));
  /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) {
116 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...]

Completed in 444 milliseconds