Searched refs:modcount (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarfread.c | 3052 unsigned short modcount; in decode_mod_fund_type() local 3058 modcount = target_to_host (typedata, nbytes, GET_UNSIGNED, current_objfile); in decode_mod_fund_type() 3063 modcount -= attribute_size (AT_fund_type); in decode_mod_fund_type() 3067 typep = decode_modified_type (typedata, modcount, AT_mod_fund_type); in decode_mod_fund_type() 3098 unsigned short modcount; in decode_mod_u_d_type() local 3104 modcount = target_to_host (typedata, nbytes, GET_UNSIGNED, current_objfile); in decode_mod_u_d_type() 3109 modcount -= attribute_size (AT_user_def_type); in decode_mod_u_d_type() 3113 typep = decode_modified_type (typedata, modcount, AT_mod_u_d_type); in decode_mod_u_d_type() 3158 decode_modified_type (char *modifiers, unsigned int modcount, int mtype) in decode_modified_type() argument 3166 if (modcount == 0) in decode_modified_type() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | intrpvar.h | 642 PERLVAR(I, modcount, I32) /* how much op_lvalue()ification in
|