Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h347 #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
Dobstack.h122 # 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/
Drelocatable.c73 # 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
Dl10nflist.c73 # 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
Ddcigettext.c202 # 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/
Dgreg-5.s20 P GREG label
/toolchain/binutils/binutils-2.25/gas/
Dflonum-mult.c87 int P; /* Scan product low-order -> high. */ in flonum_multip() local
Das.h88 #define gas_assert(P) \ argument
150 #define __PTR_TO_INT(P) ((int) (P)) argument
152 #define __INT_TO_PTR(P) ((char *) (P)) argument
Dinput-scrub.c59 #define TC_EOL_IN_INSN(P) 0 argument
/toolchain/binutils/binutils-2.25/opcodes/
Dmmix-opc.c87 #define P mmix_type_pseudo macro
Drx-decode.c136 #define P(t, n) rx->op[n].size = (t!=3) ? RX_UByte : RX_Long; macro
Dbfin-dis.c2942 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/
Dvsnprintf.c92 #define VERIFY(P) do { if (!(P)) abort(); } while (0) argument
Dsafe-ctype.c146 #define P (const unsigned short) (pn |pr) /* punctuation */ macro
Dregex.c2016 # 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/
Darm-reloc-property.cc263 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/
Dobj-multi.h44 #define obj_frob_symbol(S,P) \ argument
Dtc-bfin.c1180 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
Dbfin-parse.y32 #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
Dobj-coff.h308 #define obj_frob_symbol(S,P) coff_frob_symbol (S, & P) argument
Dbfin-defs.h355 char P; member
/toolchain/binutils/binutils-2.25/bfd/
Dbfd-in2.h2508 #define HOWTO(C, R, S, B, P, BI, O, SF, NAME, INPLACE, MASKSRC, MASKDST, PC) \ argument