Lines Matching refs:stab_push_string
178 static bool 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()
599 return stab_push_string (info, buf, tindex, false, 0); in stab_empty_type()
624 return stab_push_string (info, buf, tindex, true, 0); in stab_void_type()
684 return stab_push_string (info, buf, tindex, true, size); in stab_int_type()
725 return stab_push_string (info, buf, tindex, true, size); in stab_float_type()
743 return stab_push_string (info, buf, tindex, true, size * 2); in stab_complex_type()
799 if (! stab_push_string (info, buf, 0, false, 4)) in stab_enum_type()
829 if (! stab_push_string (info, buf, 0, false, 4)) in stab_enum_type()
873 if (! stab_push_string (info, buf, 0, definition, size)) in stab_modify_type()
919 if (! stab_push_string (info, buf, tindex, true, size)) in stab_modify_type()
1008 if (! stab_push_string (info, buf, 0, definition, size)) in stab_range_type()
1062 if (! stab_push_string (info, buf, tindex, definition, size)) in stab_array_type()
1103 if (! stab_push_string (info, buf, tindex, definition, 0)) in stab_set_type()
1131 if (! stab_push_string (info, buf, 0, definition, 0)) in stab_offset_type()
1229 if (! stab_push_string (info, buf, 0, definition, 0)) in stab_method_type()
1339 if (! stab_push_string (info, buf, tindex, definition, size)) in stab_start_struct_type()
1437 if (! stab_push_string (info, buf, tindex, definition, size)) in stab_end_struct_type()