Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dwrstabs.c178 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()
[all …]