Searched refs:modcount (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarfread.c | 3053 unsigned short modcount; in decode_mod_fund_type() local 3059 modcount = target_to_host (typedata, nbytes, GET_UNSIGNED, current_objfile); in decode_mod_fund_type() 3064 modcount -= attribute_size (AT_fund_type); in decode_mod_fund_type() 3068 typep = decode_modified_type (typedata, modcount, AT_mod_fund_type); in decode_mod_fund_type() 3099 unsigned short modcount; in decode_mod_u_d_type() local 3105 modcount = target_to_host (typedata, nbytes, GET_UNSIGNED, current_objfile); in decode_mod_u_d_type() 3110 modcount -= attribute_size (AT_user_def_type); in decode_mod_u_d_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() argument 3167 if (modcount == 0) in decode_modified_type() [all …]
|