Searched refs:unsignedp (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | ieee.c | 3690 unsigned int unsignedp : 1; member 4251 unsigned int size, bfd_boolean unsignedp, bfd_boolean localp) in ieee_push_type() argument 4260 ts->type.unsignedp = unsignedp; in ieee_push_type() 4432 bfd_boolean unsignedp, bfd_boolean localp) in ieee_define_type() argument 4435 (unsigned int) -1, size, unsignedp, in ieee_define_type() 4444 bfd_boolean unsignedp, bfd_boolean localp, in ieee_define_named_type() argument 4510 if (! ieee_push_type (info, type_indx, size, unsignedp, localp)) in ieee_define_named_type() 5192 ieee_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in ieee_int_type() argument 5216 if (unsignedp) in ieee_int_type() 5219 return ieee_push_type (info, indx, size, unsignedp, FALSE); in ieee_int_type() [all …]
|
D | stabs.c | 1837 bfd_boolean unsignedp; in parse_stab_sun_builtin_type() local 1845 unsignedp = FALSE; in parse_stab_sun_builtin_type() 1848 unsignedp = TRUE; in parse_stab_sun_builtin_type() 1901 return debug_make_int_type (dhandle, bits / 8, unsignedp); in parse_stab_sun_builtin_type() 4828 bfd_boolean constp, volatilep, unsignedp, signedp; in stab_demangle_fund_type() local 4835 unsignedp = FALSE; in stab_demangle_fund_type() 4849 unsignedp = TRUE; in stab_demangle_fund_type() 4891 (unsignedp in stab_demangle_fund_type() 4895 *ptype = debug_make_int_type (minfo->dhandle, 8, unsignedp); in stab_demangle_fund_type() 4904 (unsignedp in stab_demangle_fund_type() [all …]
|
D | prdbg.c | 491 print_vma (bfd_vma vma, char *buf, bfd_boolean unsignedp, bfd_boolean hexp) in print_vma() argument 497 else if (unsignedp) in print_vma() 508 else if (unsignedp) in print_vma() 515 else if (unsignedp) in print_vma() 581 pr_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in pr_int_type() argument 586 sprintf (ab, "%sint%d", unsignedp ? "u" : "", size * 8); in pr_int_type()
|
D | wrstabs.c | 629 stab_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in stab_int_type() argument 640 if (unsignedp) in stab_int_type() 658 if (unsignedp) in stab_int_type()
|
D | debug.c | 1227 debug_make_int_type (void *handle, unsigned int size, bfd_boolean unsignedp) in debug_make_int_type() argument 1236 t->u.kint = unsignedp; in debug_make_int_type()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 8781 set_at (int reg, int unsignedp) in set_at() argument 8785 macro_build (&imm_expr, unsignedp ? "sltiu" : "slti", "t,r,j", in set_at() 8790 macro_build (NULL, unsignedp ? "sltu" : "slt", "d,v,t", AT, reg, AT); in set_at()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9295 | 9783 * config/tc-mips.c (set_at): Added unsignedp argument. Use
|