Home
last modified time | relevance | path

Searched refs:stab_push_string (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwrstabs.c178 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()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c387 stab_push_string (struct stab_write_handle *info, char *string, in stab_push_string() function
413 return stab_push_string (info, xstrdup (string), tindex, definition, size); in stab_push_string_dup()
823 return stab_push_string (info, buf, 0, false, 4); in stab_enum_type()
850 return stab_push_string (info, buf, 0, false, 4); in stab_enum_type()
888 return stab_push_string (info, buf, 0, definition, size); in stab_modify_type()
931 return stab_push_string (info, buf, tindex, true, size); in stab_modify_type()
1012 return stab_push_string (info, buf, 0, definition, size); in stab_range_type()
1058 return stab_push_string (info, buf, tindex, definition, size); in stab_array_type()
1091 return stab_push_string (info, buf, tindex, definition, 0); in stab_set_type()
1114 return stab_push_string (info, buf, 0, definition, 0); in stab_offset_type()
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git56092 (stab_push_string): Don't strdup string. Use it thoughout