/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 347 #define XDUP(T, P) ((T *) xmemdup ((P), sizeof (T), sizeof (T))) argument 348 #define XDELETE(P) free ((void*) (P)) 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 357 #define XDELETEVEC(P) free ((void*) (P)) argument 364 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2))) argument 365 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument
|
D | obstack.h | 122 # define __PTR_TO_INT(P) ((P) - (char *) 0) argument 126 # define __INT_TO_PTR(P) ((P) + (char *) 0) argument
|
/toolchain/binutils/binutils-2.25/intl/ |
D | relocatable.c | 73 # define HAS_DEVICE(P) \ argument 76 # define IS_PATH_WITH_DIR(P) \ argument 78 # define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0) argument 82 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) argument 83 # define FILESYSTEM_PREFIX_LEN(P) 0 argument
|
D | l10nflist.c | 73 # define HAS_DEVICE(P) \ argument 76 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) argument 80 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0]) argument
|
D | dcigettext.c | 202 # define HAS_DEVICE(P) \ argument 205 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P)) argument 206 # define IS_PATH_WITH_DIR(P) \ argument 211 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0]) argument 212 # define IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) argument
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | greg-5.s | 20 P GREG label
|
/toolchain/binutils/binutils-2.25/gas/ |
D | flonum-mult.c | 87 int P; /* Scan product low-order -> high. */ in flonum_multip() local
|
D | as.h | 88 #define gas_assert(P) \ argument 150 #define __PTR_TO_INT(P) ((int) (P)) argument 152 #define __INT_TO_PTR(P) ((char *) (P)) argument
|
D | input-scrub.c | 59 #define TC_EOL_IN_INSN(P) 0 argument
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mmix-opc.c | 87 #define P mmix_type_pseudo macro
|
D | rx-decode.c | 136 #define P(t, n) rx->op[n].size = (t!=3) ? RX_UByte : RX_Long; macro
|
D | bfin-dis.c | 2942 int P = ((iw0 >> (DSP32Mac_p_bits - 16)) & DSP32Mac_p_mask); in decode_dsp32mac_0() local 3026 int P = ((iw0 >> (DSP32Mac_p_bits - 16)) & DSP32Mac_p_mask); in decode_dsp32mult_0() local
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | vsnprintf.c | 92 #define VERIFY(P) do { if (!(P)) abort(); } while (0) argument
|
D | safe-ctype.c | 146 #define P (const unsigned short) (pn |pr) /* punctuation */ macro
|
D | regex.c | 2016 # define SET_HIGH_BOUND(P) (__ptrhigh (P) = __ptrlow (P) + bufp->allocated) argument 2017 # define MOVE_BUFFER_POINTER(P) \ argument 2032 # define MOVE_BUFFER_POINTER(P) (P) += incr argument
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm-reloc-property.cc | 263 Parse_expression A("A"), GOT_ORG("GOT_ORG"), NONE("NONE"), P("P"), in Arm_reloc_property_table() local
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-multi.h | 44 #define obj_frob_symbol(S,P) \ argument
|
D | tc-bfin.c | 1180 bfin_gen_dsp32mac (int op1, int MM, int mmod, int w1, int P, in bfin_gen_dsp32mac() 1213 bfin_gen_dsp32mult (int op1, int MM, int mmod, int w1, int P, in bfin_gen_dsp32mult() 2273 int P = ((iw0 >> (DSP32Mac_p_bits - 16)) & DSP32Mac_p_mask); in decode_dsp32mac_0() local 2326 int P = ((iw0 >> (DSP32Mac_p_bits - 16)) & DSP32Mac_p_mask); in decode_dsp32mult_0() local
|
D | bfin-parse.y | 32 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument 36 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument
|
D | obj-coff.h | 308 #define obj_frob_symbol(S,P) coff_frob_symbol (S, & P) argument
|
D | bfin-defs.h | 355 char P; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd-in2.h | 2508 #define HOWTO(C, R, S, B, P, BI, O, SF, NAME, INPLACE, MASKSRC, MASKDST, PC) \ argument
|