/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
D | shlib-app-1.s | 29 w: label
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | dllwrap.c | 36 #define WIFEXITED(w) (((w)&0377) == 0) argument 39 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument 42 #define WTERMSIG(w) ((w) & 0177) argument 45 #define WEXITSTATUS(w) (((w) >> 8) & 0377) argument 49 #define WIFEXITED(w) (((w) & 0xff) == 0) argument 52 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) argument 55 #define WTERMSIG(w) ((w) & 0x7f) argument 58 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) argument
|
D | resrc.c | 40 #define WIFEXITED(w) (((w)&0377) == 0) argument 43 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument 46 #define WTERMSIG(w) ((w) & 0177) argument 49 #define WEXITSTATUS(w) (((w) >> 8) & 0377) argument 53 #define WIFEXITED(w) (((w) & 0xff) == 0) argument 56 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) argument 59 #define WTERMSIG(w) ((w) & 0x7f) argument 62 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) argument
|
D | dlltool.c | 283 #define WIFEXITED(w) (((w) & 0377) == 0) argument 286 #define WIFSIGNALED(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0) argument 289 #define WTERMSIG(w) ((w) & 0177) argument 292 #define WEXITSTATUS(w) (((w) >> 8) & 0377) argument 296 #define WIFEXITED(w) (((w) & 0xff) == 0) argument 299 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) argument 302 #define WTERMSIG(w) ((w) & 0x7f) argument 305 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) argument
|
D | srconv.c | 1715 struct coff_where *w = s->where; in prescan() local
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | thumb2_relax.s | 5 .macro ls op w=".w"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
D | sysreg-1.s | 22 .macro rw_sys_reg sys_reg xreg r w
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | bfin-parse.y | 52 #define LDSTIDXI(ptr, reg, w, sz, z, offset) \ argument 55 #define LDST(ptr, reg, aop, sz, z, w) \ argument 58 #define LDSTII(ptr, reg, offset, w, op) \ argument 61 #define DSPLDST(i, m, reg, aop, w) \ argument 64 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument 67 #define LDSTIIFP(offset, reg, w) \ argument 85 #define PUSHPOPMULTIPLE(dr, pr, d, p, w) \ argument 88 #define PUSHPOPREG(reg, w) \ argument 397 int w = ((x->value >> 11) & 0x1); in is_store() local 410 int w = ((x->value >> 9) & 0x1); in is_store() local
|
D | tc-z80.h | 58 #define TC_CONS_FIX_NEW(f,w,s,e,r) z80_cons_fix_new ((f), (w), (s), (e)) argument
|
D | obj-aout.c | 236 int w, in obj_aout_process_stab()
|
D | tc-aarch64.h | 117 #define TC_CONS_FIX_NEW(f,w,s,e,r) cons_fix_new_aarch64 ((f), (w), (s), (e)) argument
|
D | tc-rl78.c | 184 LITTLENUM_TYPE w[2]; in rl78_op() local
|
D | bfin-defs.h | 354 char w; member
|
D | tc-rx.c | 945 LITTLENUM_TYPE w[2]; in rx_op() local
|
D | tc-m68k.c | 421 #define addword(w) (the_ins.opcode[the_ins.numo++] = (w)) argument 426 insop (int w, const struct m68k_incant *opcode) in insop()
|
D | tc-i386.c | 3149 unsigned int m, w; in build_vex_prefix() local 3206 unsigned int m, w; in build_evex_prefix() local
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | fibheap.c | 359 fibnode_t w; in fibheap_consolidate() local
|
D | md5.c | 327 #define CYCLIC(w, s) (w = (w << s) | (w >> (32 - s))) in md5_process_block() argument
|
D | regex.c | 769 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \ argument 1227 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) argument
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | libieee.h | 83 ieee_w_variable_type w; member
|
D | linker.c | 1843 char *w; in _bfd_generic_link_add_one_symbol() local
|
D | mach-o.c | 2027 struct mach_o_dylib_module_64_external w; in bfd_mach_o_write_dysymtab() local
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | test-gen.c | 124 word w; member
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | arm-dis.c | 3595 long w = msb - lsb + 1; in print_insn_arm() local
|
D | i386-opc.h | 547 unsigned int w:1; member
|