Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dwrstabs.c432 stab_pop_type (struct stab_write_handle *info) in stab_pop_type() function
735 int_type = stab_pop_type (info); in stab_float_type()
884 s = stab_pop_type (info); in stab_modify_type()
916 free (stab_pop_type (info)); in stab_modify_type()
924 s = stab_pop_type (info); in stab_modify_type()
963 free (stab_pop_type (info)); in stab_function_type()
968 s = stab_pop_type (info); in stab_function_type()
1007 s = stab_pop_type (info); in stab_range_type()
1029 range = stab_pop_type (info); in stab_array_type()
1033 element = stab_pop_type (info); in stab_array_type()
[all …]
DChangeLog-20201585 * wrstabs.c (stab_pop_type): Replace assertion with error return.