Home
last modified time | relevance | path

Searched refs:TYPE_LOCALTYPE_FILE (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dc-typeprint.c1068 TYPE_LOCALTYPE_FILE (type), in c_type_print_base()
Dgdbtypes.h949 #define TYPE_LOCALTYPE_FILE(thistype) (TYPE_CPLUS_SPECIFIC(thistype)->localtype_ptr->file) macro
Dhpread.c4367 TYPE_LOCALTYPE_FILE (type) = (char *) xmalloc (strlen (current_subfile->name) + 1); in hpread_read_struct_type()
4368 strcpy (TYPE_LOCALTYPE_FILE (type), current_subfile->name); in hpread_read_struct_type()