Searched refs:int_type (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | debug.h | 190 bfd_boolean (*int_type) (void *, unsigned int, bfd_boolean); member
|
D | wrstabs.c | 703 char *int_type; in stab_float_type() local 709 int_type = stab_pop_type (info); in stab_float_type() 719 sprintf (buf, "%ld=r%s;%u;0;", tindex, int_type, size); in stab_float_type() 721 free (int_type); in stab_float_type()
|
D | stabs.c | 4621 debug_type int_type; in stab_demangle_type() local 4623 int_type = debug_find_named_type (minfo->dhandle, "int"); in stab_demangle_type() 4624 if (int_type == NULL) in stab_demangle_type() 4625 int_type = debug_make_int_type (minfo->dhandle, 4, FALSE); in stab_demangle_type() 4626 *ptype = debug_make_array_type (minfo->dhandle, *ptype, int_type, in stab_demangle_type()
|
D | debug.c | 2491 return (*fns->int_type) (fhandle, type->size, type->u.kint); in debug_write_type()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ecoff.c | 939 symint_t int_type; /* aux. pointer to 'int' type */ member 1988 cur_file_ptr->int_type); in add_aux_sym_tir() 2312 fil_ptr->int_type = add_aux_sym_tir (&int_type_info, in add_file()
|