/toolchain/binutils/binutils-2.25/include/ |
D | dyn-string.h | 38 #define dyn_string_length(STR) \ argument 39 ((STR)->length) 42 #define dyn_string_buf(STR) \ argument 43 ((STR)->s)
|
D | progress.h | 27 #define START_PROGRESS(STR,N) argument 35 #define END_PROGRESS(STR) argument
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/ |
D | regression.s | 100 STORE: STR R4,[R0,#0x0] ;//Store Word 104 STORE2: STR R5,[R0,#0xc] ;//Store Word 121 STOREI: STR R6,[R0,R4] ;//Store Word 141 STR R6,[R0],R4 ;//Store Word
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ppc.h | 221 #define md_elf_section_type(STR, LEN) ppc_section_type (STR, LEN) argument
|
D | tc-i386.h | 313 #define md_elf_section_word(STR, LEN) x86_64_section_word (STR, LEN) argument
|
D | tc-aarch64.h | 94 #define TC_START_LABEL(C,S,STR) ((C) == ':' \ argument
|
D | tc-nds32.h | 134 #define TC_START_LABEL(C, S, STR) (C == ':' && nds32_start_label (0, 0)) argument
|
D | tc-arm.h | 179 #define TC_START_LABEL(C,S,STR) (C == ':' || (C == '/' && arm_data_in_code ())) argument
|
D | tc-nios2.c | 294 #define strprefix(STR, PREFIX) \ argument 295 (strncmp ((STR), PREFIX, strlen (PREFIX)) == 0)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | group-reloc-ldr-encoding-bad.s | 24 @ LDR/STR/LDRB/STRB only have 12 bits available for the magnitude of the addend.
|
D | group-reloc-ldr.s | 23 @ LDR/STR/LDRB/STRB only have 12 bits available for the magnitude of the addend.
|
D | sp-pc-validations-bad.s | 165 @ STR (immediate, ARM) 169 @ STR (register)
|
D | sp-pc-validations-bad-t.s | 231 @ STR (immediate, Thumb) 238 @ STR (register)
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd-in.h | 55 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1) argument
|
D | bfd-in2.h | 62 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1) argument
|
D | ChangeLog-2007 | 497 * bfd-in.h (STRING_COMMA_LEN): Don't handle NULL STR case.
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-pexecute.c | 173 #define CHECK_LINE(E, STR) check_line (__LINE__, E, STR) argument
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | hppa-dis.c | 173 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR) argument
|
D | cgen-asm.in | 310 STR points to the insn to be assembled.
|
D | ChangeLog-0001 | 654 * arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-aarch64.texi | 187 @cindex ADRP, ADD, LDR/STR group relocations, AArch64 188 Relocations for @samp{ADRP}, and @samp{ADD}, @samp{LDR} or @samp{STR}
|