HomeSort by: relevance | last modified time | path
    Searched defs:map_bt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 1375 struct type **map_bt = basic_type_data.get (objfile);
1381 if (!map_bt)
1383 map_bt = OBSTACK_CALLOC (&objfile->objfile_obstack,
1385 basic_type_data.set (objfile, map_bt);
1388 if (map_bt[bt])
1389 return map_bt[bt];
1512 map_bt[bt] = tp;
1368 struct type **map_bt = basic_type_data.get (objfile); local
mdebugread.c 1375 struct type **map_bt = basic_type_data.get (objfile);
1381 if (!map_bt)
1383 map_bt = OBSTACK_CALLOC (&objfile->objfile_obstack,
1385 basic_type_data.set (objfile, map_bt);
1388 if (map_bt[bt])
1389 return map_bt[bt];
1512 map_bt[bt] = tp;
1368 struct type **map_bt = basic_type_data.get (objfile); local
  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 1375 struct type **map_bt = basic_type_data.get (objfile);
1381 if (!map_bt)
1383 map_bt = OBSTACK_CALLOC (&objfile->objfile_obstack,
1385 basic_type_data.set (objfile, map_bt);
1388 if (map_bt[bt])
1389 return map_bt[bt];
1512 map_bt[bt] = tp;
1368 struct type **map_bt = basic_type_data.get (objfile); local
mdebugread.c 1375 struct type **map_bt = basic_type_data.get (objfile);
1381 if (!map_bt)
1383 map_bt = OBSTACK_CALLOC (&objfile->objfile_obstack,
1385 basic_type_data.set (objfile, map_bt);
1388 if (map_bt[bt])
1389 return map_bt[bt];
1512 map_bt[bt] = tp;
1368 struct type **map_bt = basic_type_data.get (objfile); local

Completed in 53 milliseconds