Lines Matching refs:stab_push_string

178 static bfd_boolean stab_push_string
396 stab_push_string (struct stab_write_handle *info, const char *string, in stab_push_string() function
427 return stab_push_string (info, buf, tindex, FALSE, size); in stab_push_defined_type()
597 return stab_push_string (info, buf, tindex, FALSE, 0); in stab_empty_type()
622 return stab_push_string (info, buf, tindex, TRUE, 0); in stab_void_type()
682 return stab_push_string (info, buf, tindex, TRUE, size); in stab_int_type()
723 return stab_push_string (info, buf, tindex, TRUE, size); in stab_float_type()
741 return stab_push_string (info, buf, tindex, TRUE, size * 2); in stab_complex_type()
796 if (! stab_push_string (info, buf, 0, FALSE, 4)) in stab_enum_type()
826 if (! stab_push_string (info, buf, 0, FALSE, 4)) in stab_enum_type()
869 if (! stab_push_string (info, buf, 0, definition, size)) in stab_modify_type()
915 if (! stab_push_string (info, buf, tindex, TRUE, size)) in stab_modify_type()
1004 if (! stab_push_string (info, buf, 0, definition, size)) in stab_range_type()
1058 if (! stab_push_string (info, buf, tindex, definition, size)) in stab_array_type()
1099 if (! stab_push_string (info, buf, tindex, definition, 0)) in stab_set_type()
1127 if (! stab_push_string (info, buf, 0, definition, 0)) in stab_offset_type()
1226 if (! stab_push_string (info, buf, 0, definition, 0)) in stab_method_type()
1336 if (! stab_push_string (info, buf, tindex, definition, size)) in stab_start_struct_type()
1432 if (! stab_push_string (info, buf, tindex, definition, size)) in stab_end_struct_type()