Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 30) sorted by relevance

12

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
Dshlib-app-1.s29 w: label
/toolchain/binutils/binutils-2.25/binutils/
Ddllwrap.c36 #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
Dresrc.c40 #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
Ddlltool.c283 #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
Dsrconv.c1715 struct coff_where *w = s->where; in prescan() local
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dthumb2_relax.s5 .macro ls op w=".w"
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
Dsysreg-1.s22 .macro rw_sys_reg sys_reg xreg r w
/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-parse.y52 #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
Dtc-z80.h58 #define TC_CONS_FIX_NEW(f,w,s,e,r) z80_cons_fix_new ((f), (w), (s), (e)) argument
Dobj-aout.c236 int w, in obj_aout_process_stab()
Dtc-aarch64.h117 #define TC_CONS_FIX_NEW(f,w,s,e,r) cons_fix_new_aarch64 ((f), (w), (s), (e)) argument
Dtc-rl78.c184 LITTLENUM_TYPE w[2]; in rl78_op() local
Dbfin-defs.h354 char w; member
Dtc-rx.c945 LITTLENUM_TYPE w[2]; in rx_op() local
Dtc-m68k.c421 #define addword(w) (the_ins.opcode[the_ins.numo++] = (w)) argument
426 insop (int w, const struct m68k_incant *opcode) in insop()
Dtc-i386.c3149 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/
Dfibheap.c359 fibnode_t w; in fibheap_consolidate() local
Dmd5.c327 #define CYCLIC(w, s) (w = (w << s) | (w >> (32 - s))) in md5_process_block() argument
Dregex.c769 # 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/
Dlibieee.h83 ieee_w_variable_type w; member
Dlinker.c1843 char *w; in _bfd_generic_link_add_one_symbol() local
Dmach-o.c2027 struct mach_o_dylib_module_64_external w; in bfd_mach_o_write_dysymtab() local
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
Dtest-gen.c124 word w; member
/toolchain/binutils/binutils-2.25/opcodes/
Darm-dis.c3595 long w = msb - lsb + 1; in print_insn_arm() local
Di386-opc.h547 unsigned int w:1; member

12