Home
last modified time | relevance | path

Searched refs:dbx_lookup_type (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dstabsread.c217 dbx_lookup_type (int typenums[2]) in dbx_lookup_type() function
327 type_addr = dbx_lookup_type (typenums); in dbx_alloc_type()
1526 *dbx_lookup_type (typenums) = type; in read_type()
1621 type = make_pointer_type (type1, dbx_lookup_type (typenums)); in read_type()
1626 type = make_reference_type (type1, dbx_lookup_type (typenums)); in read_type()
1631 type = make_function_type (type1, dbx_lookup_type (typenums)); in read_type()
1654 = make_function_type (return_type, dbx_lookup_type (typenums)); in read_type()
1710 dbx_lookup_type (typenums)); in read_type()
1716 dbx_lookup_type (typenums)); in read_type()
1790 *dbx_lookup_type (typenums) = type; in read_type()
[all …]
DChangeLog-1991921 (dbx_lookup_type): Handle null typevector.
1449 * dbxread.c (dbx_lookup_type): Keep doubling size of typevector
DChangeLog-3.x2131 * dbxread.c (read_type): Made sure to only call dbx_lookup_type on
DChangeLog-19901428 * dbxread.c (dbx_lookup_type): Do f->length *= 2 as many times
DChangeLog-19924157 * buildsym.c (dbx_lookup_type): Zero result for (-1,-1) arg.
5530 * buildsym.c (dbx_lookup_type): Cast args to xrealloc().
DChangeLog-20039129 * stabsread.c (dbx_lookup_type): Make static.
9132 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
15396 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
DChangeLog-19964534 * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare
DChangeLog-2002404 (dbx_lookup_type, read_cfront_baseclasses)
14499 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
DChangeLog-19944383 (dbx_lookup_type): Call it when starting new type vector.
DChangeLog-20001376 * stabsread.c (dbx_lookup_type, dbx_alloc_type,
DChangeLog-19936934 * stabsread.c (dbx_lookup_type): Handle negative type numbers.