Searched refs:POINTER (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | obstack.c | 55 #define POINTER void * macro 143 POINTER (*chunkfun) (long), void (*freefun) (void *)) in _obstack_begin() 187 POINTER (*chunkfun) (POINTER, long), in _obstack_begin_1() 188 void (*freefun) (POINTER, POINTER), POINTER arg) in _obstack_begin_1() argument 301 int _obstack_allocated_p (struct obstack *h, POINTER obj); 304 _obstack_allocated_p (struct obstack *h, POINTER obj) in _obstack_allocated_p() 313 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_allocated_p() 330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free() 339 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_free() 362 obstack_free (struct obstack *h, POINTER obj) in obstack_free() [all …]
|
D | regex.c | 1542 # define PUSH_PATTERN_OP(POINTER, FAIL_STACK) \ argument 1546 : ((FAIL_STACK).stack[(FAIL_STACK).avail++].pointer = POINTER, \
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep-core.cpu | 631 POINTER LONG ULONG SHORT USHORT CHAR UCHAR CP_DATA_BUS_INT) 688 (dnop rma "register Rm holding pointer" (all-mep-core-isas (CDATA POINTER)) h-gpr …
|