Searched refs:linetab (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DFunction.cc68 linetab = NULL;
97 Destroy (linetab);
471 for (int i = 0, sz = from->linetab ? from->linetab->size () : 0; i < sz; i++)
473 PCInfo *pcinf = from->linetab->fetch (i);
486 if (linetab == NULL)
487 linetab = new Vector<PCInfo*>;
490 int right = linetab->size () - 1;
495 PCInfo *pcinf = linetab->fetch (x);
526 if (left < linetab
[all...]
H A DFunction.h165 Vector<PCInfo*> *linetab; member in class:Function
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.cc68 linetab = NULL;
97 Destroy (linetab);
473 for (int i = 0, sz = from->linetab ? from->linetab->size () : 0; i < sz; i++)
475 PCInfo *pcinf = from->linetab->fetch (i);
488 if (linetab == NULL)
489 linetab = new Vector<PCInfo*>;
492 int right = linetab->size () - 1;
497 PCInfo *pcinf = linetab->fetch (x);
528 if (left < linetab
[all...]
H A DFunction.h165 Vector<PCInfo*> *linetab; member in class:Function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcoffread.c157 static char *linetab = NULL; variable
609 scoped_restore restore_linetab = make_scoped_restore (&linetab);
1393 linetab = storage->get ();
1400 memset (linetab + size, 0, local_linesz);
1417 if (!linetab)
1425 file_offset += linetab_offset; /* Try reading at that linetab
1429 rawptr = &linetab[file_offset - linetab_offset];
1439 while (rawptr <= &linetab[0] + linetab_size)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcoffread.c158 static char *linetab = NULL; variable
684 scoped_restore restore_linetab = make_scoped_restore (&linetab);
1410 linetab = storage->get ();
1417 memset (linetab + size, 0, local_linesz);
1434 if (!linetab)
1442 file_offset += linetab_offset; /* Try reading at that linetab
1446 rawptr = &linetab[file_offset - linetab_offset];
1456 while (rawptr <= &linetab[0] + linetab_size)

Completed in 200 milliseconds