Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 82) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dtcompat2.s6 .global m symbol
8 m: label
Dthumb32.s296 .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/
Dredef.s1 .macro m macro
3 .macro m macro
Derr.s1 .macro m macro
Dparen.s2 .macro m x macro
Dtest2.s1 .macro m arg1 arg2 arg3 macro
Dtest3.s1 .macro m arg1 arg2 macro
Dtest1.s1 .macro m arg1 arg2 macro
/toolchain/binutils/binutils-2.25/libiberty/
Dunlink-if-ordinary.c55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
57 #define S_ISLNK(m) 0 argument
/toolchain/binutils/binutils-2.25/opcodes/
Dmmix-opc.c71 #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
Ds390-dis.c133 unsigned int m = 1U << (operand->bits - 1); in s390_extract_operand() local
Dcgen-dis.c43 int m; in count_decodable_bits() local
/toolchain/binutils/binutils-2.25/include/
Dansidecl.h308 # 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/
Drename.c127 #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/
Dcond.s75 .macro m x, y macro
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
Dsymbols-4.s50 .globl m symbol
/toolchain/binutils/binutils-2.25/bfd/
Delf-nacl.c73 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
Delf32-sh-symbian.c42 #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
Dnetbsd.h24 #define MACHTYPE_OK(m) ((m) == DEFAULT_MID || (m) == M_UNKNOWN) argument
/toolchain/binutils/binutils-2.25/include/opcode/
Dtic4x.h26 #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
Dppc.h202 #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/
Dmain.cc294 struct mallinfo m = mallinfo(); in main() local
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-msp430.c434 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
Dtc-tilegx.h60 #define md_parse_name(name, e, m, nextP) tilegx_parse_name (name, e, nextP) argument
Dtc-tilepro.h61 #define md_parse_name(name, e, m, nextP) tilepro_parse_name (name, e, nextP) argument

1234