/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 344 #define XALLOCA(T) ((T *) alloca (sizeof (T))) argument 345 #define XNEW(T) ((T *) xmalloc (sizeof (T))) argument 346 #define XCNEW(T) ((T *) xcalloc (1, sizeof (T))) argument 347 #define XDUP(T, P) ((T *) xmemdup ((P), sizeof (T), sizeof (T))) argument 352 #define XALLOCAVEC(T, N) ((T *) alloca (sizeof (T) * (N))) argument 353 #define XNEWVEC(T, N) ((T *) xmalloc (sizeof (T) * (N))) argument 354 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) argument 355 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N))) argument 356 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) argument 361 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) argument [all …]
|
D | ansidecl.h | 172 #define VA_FIXEDARG(AP, T, N) struct Qdmy argument
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
D | advsimd-misc.s | 23 .macro asimdabs op, T argument
|
D | advsisd-misc.s | 23 .macro asisd op T
|
D | advsimd-across.s | 23 .macro asimdall op, V, T argument
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-multi.h | 133 #define S_SET_TYPE(S, T) \ argument 143 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) \ argument
|
D | obj-aout.h | 44 #define S_SET_TYPE(S,T) \ argument
|
D | obj-macho.h | 79 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) obj_mach_o_process_stab(W,S,T,O,D) argument
|
D | tc-aarch64.c | 314 #define BASIC_REG_TYPE(T) REG_TYPE_##T, argument 316 #define MULTI_REG_TYPE(T,V) BASIC_REG_TYPE(T) argument 326 #define BASIC_REG_TYPE(T) 1 << REG_TYPE_##T, argument 328 #define REG_TYPE(T) (1 << REG_TYPE_##T) argument 330 #define MULTI_REG_TYPE(T,V) V, argument
|
D | tc-bfin.c | 1565 bfin_gen_brcc (int T, int B, Expr_Node * poffset) in bfin_gen_brcc() 1691 bfin_gen_ccmv (REG_T src, REG_T dst, int T) in bfin_gen_ccmv()
|
D | tc-mips.c | 19198 #define T(tag) {#tag, tag} in mips_convert_symbolic_attribute() macro
|
D | tc-arm.c | 25518 #define T(tag) {#tag, tag} in arm_convert_symbolic_attribute() macro
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | safe-ctype.c | 153 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */ macro
|
D | md5.c | 315 #define OP(a, b, c, d, s, T) \ in md5_process_block() argument 357 #define OP(a, b, c, d, k, s, T) \ in md5_process_block() argument
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm-reloc-property.cc | 264 Pa("Pa"), S("S"), T("T"), TLS("TLS"), tp("tp"); in Arm_reloc_property_table() local
|
D | aarch64.cc | 790 #define install_insn_template(T) \ in Stub_template_repertoire() argument
|
D | arm.cc | 10730 #define T(X) elfcpp::TAG_CPU_ARCH_##X in tag_cpu_arch_combine() macro
|
/toolchain/binutils/binutils-2.25/gas/ |
D | stabs.c | 132 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) aout_process_stab(W,S,T,O,D) argument
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | bfin-dis.c | 978 int T = ((iw0 >> CCmv_T_bits) & CCmv_T_mask); in decode_ccMV_0() local 1263 int T = ((iw0 >> BRCC_T_bits) & BRCC_T_mask); in decode_BRCC_0() local
|
D | ppc-opc.c | 631 #define T STRM macro
|
D | i386-dis.c | 668 #define DIS386(T, I) NULL, { { NULL, (T)}, { NULL, (I) } } argument
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-arm.c | 11460 #define T(X) TAG_CPU_ARCH_##X in tag_cpu_arch_combine() macro
|