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

  /src/external/gpl3/binutils/dist/gprofng/src/
Function.h 165 Vector<PCInfo*> *linetab; member in class:Function
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Function.h 165 Vector<PCInfo*> *linetab; member in class:Function
  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 156 static char *linetab = NULL; variable
771 scoped_restore restore_linetab = make_scoped_restore (&linetab);
1478 linetab = storage->get ();
1485 memset (linetab + size, 0, local_linesz);
1502 if (!linetab)
1510 file_offset += linetab_offset; /* Try reading at that linetab
1514 rawptr = &linetab[file_offset - linetab_offset];
1524 while (rawptr <= &linetab[0] + linetab_size)
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 156 static char *linetab = NULL; variable
772 scoped_restore restore_linetab = make_scoped_restore (&linetab);
1479 linetab = storage->get ();
1486 memset (linetab + size, 0, local_linesz);
1503 if (!linetab)
1511 file_offset += linetab_offset; /* Try reading at that linetab
1515 rawptr = &linetab[file_offset - linetab_offset];
1525 while (rawptr <= &linetab[0] + linetab_size)

Completed in 22 milliseconds