Home
last modified time | relevance | path

Searched refs:dbx_alloc_type (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstabsread.c95 static struct type *dbx_alloc_type (int[2], struct objfile *);
338 dbx_alloc_type (int typenums[2], struct objfile *objfile) in dbx_alloc_type() function
1524 type = dbx_alloc_type (typenums, objfile); in read_type()
1673 type = dbx_alloc_type (typenums, objfile); in read_type()
1702 type = dbx_alloc_type (typenums, objfile); in read_type()
1869 type = dbx_alloc_type (typenums, objfile); in read_type()
1946 type = dbx_alloc_type (typenums, objfile); in read_type()
1974 type = dbx_alloc_type (typenums, objfile); in read_type()
1984 type = dbx_alloc_type (typenums, objfile); in read_type()
2003 type = dbx_alloc_type (typenums, objfile); in read_type()
DChangeLog-1991922 (dbx_alloc_type): Check file number, not sym number, for -1.
4138 using dbx_alloc_type+smash_to_pointer_type instead of
DChangeLog-3.x2231 (dbx_alloc_type): Modified; if called with negative 1's will
DChangeLog-19924115 (dbx_alloc_type): Make it easier to understand. No funct change.
5489 * buildsym.c (dbx_alloc_type): Change to static.
DChangeLog-20001376 * stabsread.c (dbx_lookup_type, dbx_alloc_type,
DChangeLog-20097089 (dbx_alloc_type, read_type, read_range_type): Update calls.