Searched refs:actual (Results 1 – 25 of 117) sorted by relevance
12345
/toolchain/binutils/binutils-2.25/gas/ |
D | macro.c | 478 sb_new (&formal->actual); in new_formal() 489 sb_kill (&formal->actual); in del_formal() 761 if (ptr->actual.len) in sub_actual() 763 sb_add_sb (out, &ptr->actual); in sub_actual() 874 if (f->actual.len != 0) in macro_expand_body() 875 sb_add_sb (out, &f->actual); in macro_expand_body() 926 sb_add_string (&f->actual, buf); in macro_expand_body() 987 if (ptr->actual.len) in macro_expand_body() 1039 sb_reset (&f->actual); in macro_expand() 1064 idx = get_any_string (idx, in, &n->actual); in macro_expand() [all …]
|
D | macro.h | 49 sb actual; /* The actual argument (changed on each expansion). */ member
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | incremental_test.sh | 54 cut -d ' ' -f 2- > actual 64 check_cmp actual recorded 66 rm -f actual recorded
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | empty.s | 3 # No actual contents necessary!
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
D | globsymw1.s | 14 ;# construct is last, but is missing the actual symbol warned about.
|
/toolchain/binutils/binutils-2.25/config/ |
D | lcmessage.m4 | 13 dnl Please note that the actual code of the GNU gettext library is covered
|
D | nls.m4 | 13 dnl Please note that the actual code of the GNU gettext library is covered
|
D | progtest.m4 | 13 dnl Please note that the actual code of the GNU gettext library is covered
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-sh64.texi | 151 (i.e. they will be even). If you need to reference the actual address 162 or an SHcompact label. The second longword will be the actual address
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | README | 32 directory are for information and for configuration. The actual 176 - The actual input file that caused the problem. 203 you can associate -lc on the ld command line with the actual libc used.
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | frv.opc | 276 different actual implementation units on different machines. These 280 /* unit in insn actual unit */ 311 different actual implementation units on different machines. These 315 /* unit in insn actual unit */ 347 /* unit in insn actual unit */ 379 /* unit in insn actual unit */ 445 /* Map any specialized implementation units to actual ones. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | pushpop.s | 60 ; (e.g. "move.d [sp+],r6") which is the actual insn recognized as
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | elf32cr16.sc | 135 /* You may change the sizes of the following sections to fit the actual
|
D | elf32crx.sc | 139 /* You may change the sizes of the following sections to fit the actual
|
D | ppcpe.sc | 140 actual toc, and subtract 32K from all references, thus using
|
D | elfi370.sc | 123 that no actual memory is lost; the page which is skipped can not
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | PORTING | 38 functions that do the actual <target>-specific methods.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | mmo.em | 165 of actual section flags, in contrast to what's done in elf32.em. */
|
/toolchain/binutils/binutils-2.25/gold/po/ |
D | Make-in | 8 # Please note that the actual code is *not* freely available.
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | Make-in | 8 # Please note that the actual code is *not* freely available.
|
/toolchain/binutils/binutils-2.25/opcodes/po/ |
D | Make-in | 8 # Please note that the actual code is *not* freely available.
|
/toolchain/binutils/binutils-2.25/gprof/po/ |
D | Make-in | 8 # Please note that the actual code is *not* freely available.
|
/toolchain/binutils/binutils-2.25/ld/po/ |
D | Make-in | 8 # Please note that the actual code is *not* freely available.
|
/toolchain/binutils/binutils-2.25/gas/po/ |
D | Make-in | 8 # Please note that the actual code is *not* freely available.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | configure.ac | 425 dnl They would pass the test here, but fail in actual use when $WARN_CFLAGS 558 dnl They would pass the test here, but fail in actual use when $WARN_CFLAGS
|
12345