/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | tcompat2.s | 6 .global m symbol 8 m: label
|
D | thumb32.s | 296 .macro it0 cond m= 300 .macro it1 cond ncond a m= 304 .macro it2 cond ncond a b m=
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/ |
D | redef.s | 1 .macro m macro 3 .macro m macro
|
D | err.s | 1 .macro m macro
|
D | paren.s | 2 .macro m x macro
|
D | test2.s | 1 .macro m arg1 arg2 arg3 macro
|
D | test3.s | 1 .macro m arg1 arg2 macro
|
D | test1.s | 1 .macro m arg1 arg2 macro
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | unlink-if-ordinary.c | 55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument 57 #define S_ISLNK(m) 0 argument
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mmix-opc.c | 71 #define O(m) ((unsigned long) (m) << 24UL), ((~(unsigned long) (m) & 255) << 24) argument 75 #define Z(m) ((unsigned long) (m) << 24), ((~(unsigned long) (m) & 254) << 24) argument
|
D | s390-dis.c | 133 unsigned int m = 1U << (operand->bits - 1); in s390_extract_operand() local
|
D | cgen-dis.c | 43 int m; in count_decodable_bits() local
|
/toolchain/binutils/binutils-2.25/include/ |
D | ansidecl.h | 308 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) argument 337 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m) argument 350 # define ATTRIBUTE_FPTR_PRINTF(m, n) ATTRIBUTE_PRINTF(m, n) argument 365 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) argument 388 # define ATTRIBUTE_ALIGNED_ALIGNOF(m) __attribute__ ((__aligned__ (__alignof__ (m)))) argument
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | rename.c | 127 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument 129 #define S_ISLNK(m) 0 argument
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | cond.s | 75 .macro m x, y macro
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
D | symbols-4.s | 50 .globl m symbol
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-nacl.c | 73 struct elf_segment_map **m = &elf_seg_map (abfd); in nacl_modify_segment_map() local 237 struct elf_segment_map **m = &elf_seg_map (abfd); in nacl_modify_program_headers() local
|
D | elf32-sh-symbian.c | 42 #define SKIP_UNTIL(s,e,c,m) \ argument 60 #define SKIP_UNTIL2(s,e,c1,c2,m) \ argument 80 #define SKIP_WHILE(s,e,c,m) \ argument
|
D | netbsd.h | 24 #define MACHTYPE_OK(m) ((m) == DEFAULT_MID || (m) == M_UNKNOWN) argument
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic4x.h | 26 #define EXTR(inst, m, l) ((inst) << (31 - (m)) >> (31 - ((m) - (l)))) argument 27 #define EXTRU(inst, m, l) EXTR ((unsigned long)(inst), (m), (l)) argument 28 #define EXTRS(inst, m, l) EXTR ((long)(inst), (m), (l)) argument 29 #define INSERTU(inst, val, m, l) (inst |= ((val) << (l))) argument 30 #define INSERTS(inst, val, m, l) INSERTU (inst, ((val) & ((1 << ((m) - (l) + 1)) - 1)), m, l) argument
|
D | ppc.h | 202 #define PPC_OP_SE_VLE(m) ((m) <= 0xffff) argument 205 #define VLE_OP(i,m) (((i) >> ((m) <= 0xffff ? 10 : 26)) & 0x3f) argument
|
/toolchain/binutils/binutils-2.25/gold/ |
D | main.cc | 294 struct mallinfo m = mallinfo(); in main() local
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-msp430.c | 434 char *m = s + 1; in del_spaces() local 1345 char *m = strchr (l, '+'); in msp430_srcoperand() local 1379 char *m = strrchr (l, ')'); in msp430_srcoperand() local 2987 char *m = l1; in msp430_operands() local 3080 char *m = l1; in msp430_operands() local 3126 char * m = l1; in msp430_operands() local
|
D | tc-tilegx.h | 60 #define md_parse_name(name, e, m, nextP) tilegx_parse_name (name, e, nextP) argument
|
D | tc-tilepro.h | 61 #define md_parse_name(name, e, m, nextP) tilepro_parse_name (name, e, nextP) argument
|