Home
last modified time | relevance | path

Searched defs:T (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h344 #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 …]
Dansidecl.h172 #define VA_FIXEDARG(AP, T, N) struct Qdmy argument
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
Dadvsimd-misc.s23 .macro asimdabs op, T argument
Dadvsisd-misc.s23 .macro asisd op T
Dadvsimd-across.s23 .macro asimdall op, V, T argument
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-multi.h133 #define S_SET_TYPE(S, T) \ argument
143 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) \ argument
Dobj-aout.h44 #define S_SET_TYPE(S,T) \ argument
Dobj-macho.h79 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) obj_mach_o_process_stab(W,S,T,O,D) argument
Dtc-aarch64.c314 #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
Dtc-bfin.c1565 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()
Dtc-mips.c19198 #define T(tag) {#tag, tag} in mips_convert_symbolic_attribute() macro
Dtc-arm.c25518 #define T(tag) {#tag, tag} in arm_convert_symbolic_attribute() macro
/toolchain/binutils/binutils-2.25/libiberty/
Dsafe-ctype.c153 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */ macro
Dmd5.c315 #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/
Darm-reloc-property.cc264 Pa("Pa"), S("S"), T("T"), TLS("TLS"), tp("tp"); in Arm_reloc_property_table() local
Daarch64.cc790 #define install_insn_template(T) \ in Stub_template_repertoire() argument
Darm.cc10730 #define T(X) elfcpp::TAG_CPU_ARCH_##X in tag_cpu_arch_combine() macro
/toolchain/binutils/binutils-2.25/gas/
Dstabs.c132 #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/
Dbfin-dis.c978 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
Dppc-opc.c631 #define T STRM macro
Di386-dis.c668 #define DIS386(T, I) NULL, { { NULL, (T)}, { NULL, (I) } } argument
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c11460 #define T(X) TAG_CPU_ARCH_##X in tag_cpu_arch_combine() macro