Home
last modified time | relevance | path

Searched refs:type_addr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dcoffread.c356 struct type **type_addr = coff_lookup_type (index); in coff_alloc_type() local
357 struct type *type = *type_addr; in coff_alloc_type()
365 *type_addr = type; in coff_alloc_type()
H A Dstabsread.c321 struct type **type_addr; in dbx_alloc_type() local
328 type_addr = dbx_lookup_type (typenums, objfile); in dbx_alloc_type()
333 if (*type_addr == 0) in dbx_alloc_type()
335 *type_addr = alloc_type (objfile); in dbx_alloc_type()
338 return (*type_addr); in dbx_alloc_type()