Searched refs:stab_modify_type (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | wrstabs.c | 183 static bfd_boolean stab_modify_type 846 stab_modify_type (struct stab_write_handle *info, int mod, in stab_modify_type() function 933 return stab_modify_type (info, '*', 4, &info->type_cache.pointer_types, in stab_pointer_type() 970 return stab_modify_type (info, 'f', 0, &info->type_cache.function_types, in stab_function_type() 982 return stab_modify_type (info, '&', 4, &info->type_cache.reference_types, in stab_reference_type() 1241 return stab_modify_type (info, 'k', info->type_stack->size, in stab_const_type() 1252 return stab_modify_type (info, 'B', info->type_stack->size, in stab_volatile_type()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | wrstabs.c | 183 static bfd_boolean stab_modify_type 846 stab_modify_type (struct stab_write_handle *info, int mod, in stab_modify_type() function 933 return stab_modify_type (info, '*', 4, &info->type_cache.pointer_types, in stab_pointer_type() 970 return stab_modify_type (info, 'f', 0, &info->type_cache.function_types, in stab_function_type() 982 return stab_modify_type (info, '&', 4, &info->type_cache.reference_types, in stab_reference_type() 1241 return stab_modify_type (info, 'k', info->type_stack->size, in stab_const_type() 1252 return stab_modify_type (info, 'B', info->type_stack->size, in stab_volatile_type()
|