Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarfread.c489 static struct type *decode_modified_type (char *, unsigned int, int);
3068 typep = decode_modified_type (typedata, modcount, AT_mod_fund_type); in decode_mod_fund_type()
3114 typep = decode_modified_type (typedata, modcount, AT_mod_u_d_type); in decode_mod_u_d_type()
3159 decode_modified_type (char *modifiers, unsigned int modcount, int mtype) in decode_modified_type() function
3198 typep = decode_modified_type (modifiers, --modcount, mtype); in decode_modified_type()