/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
D | dlltool.exp | 84 set want "00000000 I __imp__prefix_symbol.*00000000 T _prefix_symbol.*00000000 I __imp__symbol.*000… 86 if [regexp $want $got] then { 93 set want "(Contents of section .idata\\\$6:.*\\.\\.symbol\\.\\..*){2,2}" 95 if [regexp $want $got] then { 114 set want "00000000 I __imp__prefix_symbol.*00000000 T _prefix_symbol.*00000000 I __imp__symbol.*000… 116 if [regexp $want $got] then { 123 set want "(Contents of section .idata\\\$6:.*\\.\\.something\\..*){2,2}" 125 if [regexp $want $got] then { 161 set want "00000000 I __imp_prefixsymbol.*00000000 T prefixsymbol.*00000000 I __imp_symbol.*00000000… 163 if [regexp $want $got] then { [all …]
|
D | objdump.exp | 53 set want "BFD header file version.*srec\[^\n\]*\n\[^\n\]*header \[^\n\]*endian\[^\n\]*, data \[^\n\… 55 if [regexp $want $got] then { 77 set want "$testfile:\[ \]*file format.*architecture:\[ \]*${cpus_regex}.*HAS_RELOC.*HAS_SYMS" 79 if ![regexp $want $got] then { 89 set want "$testfile:\[ \]*file format.*Sections.*\[0-9\]+\[ \]+\[^ \]*(text|TEXT|\\\$CODE\\\$)\[… 91 if ![regexp $want $got all text_name text_size data_name data_size] then { 139 set want "$testfile:\[ \]*file format.*RELOCATION RECORDS FOR \\\[\[^\]\]*(text|TEXT|\\\$CODE\\\$)… 141 if [regexp $want $got] then { 151 set want "$testfile:\[ \]*file format.*Contents.*(text|TEXT|\\\$CODE\\\$)\[^0-9\]*\[ \]*\[0-9a-fA… 153 if [regexp $want $got] then {
|
D | size.exp | 50 set want "($dec)\[ \]+($dec)\[ \]+($dec)\[ \]+($dec)\[ \]+($hex)\[ \]+${testfile}" 52 if ![regexp $want $got all text data bss dtot hextot] then { 69 set want "${testfile}.*(text|TEXT)\[^\n\r\]*\[ \]($dec)\[ \]+$dec.*(\\.data|DATA)\[^\n\r\]*\[ \]… 71 if ![regexp $want $got all textname textsize dataname datasize] then {
|
D | nm.exp | 150 set want "common_symbol C \[0\]*4.*data_symbol D \[0-9a-fA-F\]*.*external_symbol U.*static_data_sym… 152 if [regexp $want $got] then { 201 set want "0*4 T text_symbol3.*0*8 T text_symbol2.*0*c T text_symbol1" 203 if [regexp $want $got] then {
|
D | objcopy.exp | 126 set want "^ \[0-9\]+ (\[0-9\]+)" 127 set found_orig [regexp -lineanchor $want $origdata -> origdata] 128 set found_rev [regexp -lineanchor $want $revdata -> revdata] 326 …set want "file format srec.*start address\[ \]*(\[0-9a-fA-FxX\]+).*sec1\[ \]+\[0-9a-fA-F\]+\[ \… 327 if ![regexp $want $got all start vma] then { 360 set want "file format srec.*sec1\[ \]+\[0-9a-fA-F\]+\[ \]+(\[0-9a-fA-F\]+)" 361 if ![regexp $want $got all vma] then { 380 set want "file format srec.*sec1\[ \]+\[0-9a-fA-F\]+\[ \]+(\[0-9a-fA-F\]+)" 381 if ![regexp $want $got all vma] then {
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/arm/ |
D | objdump.exp | 46 set want "bcc.w\[ \t\]*e12.*bx\[ \t\]*lr" 48 if [regexp $want $got] then { 56 set want "bx\[ \t\]*lr" 58 if [regexp $want $got] then { 82 set want "$objfile:\[ \]*file format.*$objfile:\[ \]*file format.*push.*add.*sub.*str.*add.*ldmfd" 84 if [regexp $want $got] then {
|
/toolchain/binutils/binutils-2.25/gas/ |
D | sb.c | 129 size_t want = ptr->len + len; in sb_check() local 131 if (want > ptr->max) in sb_check() 135 want += MALLOC_OVERHEAD + 1; in sb_check() 136 if ((ssize_t) want < 0) in sb_check() 139 max = (size_t) 1 << (CHAR_BIT * sizeof (want) in sb_check() 140 - (sizeof (want) <= sizeof (long) in sb_check() 141 ? __builtin_clzl ((long) want) in sb_check() 142 : __builtin_clzll ((long long) want))); in sb_check() 145 while (want > max) in sb_check()
|
D | cgen.c | 347 gas_cgen_parse_operand (cd, want, strP, opindex, opinfo, resultP, valueP) in gas_cgen_parse_operand() argument 354 enum cgen_parse_operand_type want; 381 if (want == CGEN_PARSE_OPERAND_INIT) 427 if (want == CGEN_PARSE_OPERAND_SYMBOLIC)
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/hppa/ |
D | objdump.exp | 59 set want "00000000 R_PARISC_DPREL21L\[ \]+is_idchar-0x00000020.*" 61 set want "00000000 R_DP_RELATIVE\[ \]+is_idchar-0x00000020.*" 65 if [regexp $want $got] then { 89 set want "fmpyfadd,sgl fr4,fr4R,fr5R,fr5" 91 if [regexp $want $got] then {
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/m68k/ |
D | objdump.exp | 46 set want "moveml %d0-%d3,%sp@-.*moveml %d0-%d3,%sp@\[\r\n\]" 48 if [regexp $want $got] then { 72 set want "fnop *\[\r\n\]" 74 if [regexp $want $got] then {
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/bfin/ |
D | objdump.exp | 46 set want "e1 c1\[ \t\]*ILLEGAL.*34 98 .*\[\r\n\]" 48 if [regexp $want $got] then {
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/ |
D | windres.exp | 170 set want ".*The .rsrc Resource Directory section.*Type Table:.*Entry: ID:.*Name Table:.*Entry: ID:.… 172 if ![regexp $want $got] then {
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | arm_fix_v4bx.s | 7 # We do not want to run this file. We define _start here to avoid missing
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
D | noov.d | 7 # want 32-bit-wrapping on a 32-bit target for the benefit of Linux
|
/toolchain/binutils/binutils-2.25/ld/ |
D | mri.c | 258 mri_alias (const char *want, const char *is, int isn) in mri_alias() argument 273 mri_add_to_list (&alias, is, 0, want, 0, 0); in mri_alias()
|
D | README | 29 If you want to make a cross-linker, you may want to specify
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | pcrel-shared.rd | 8 # Specifically want *not* to see here:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | mips-lib.ld | 86 /* Adjust the address for the data segment. We want to adjust up to 115 /* We don't want to include the .ctor section from 145 /* We want the small data sections together, so single-instruction offsets
|
D | mips-dyn.ld | 89 /* Adjust the address for the data segment. We want to adjust up to 124 /* We don't want to include the .ctor section from 151 /* We want the small data sections together, so single-instruction offsets
|
/toolchain/binutils/binutils-2.25/gold/ |
D | fileread.cc | 648 ssize_t want = 0; in do_readv() local 662 want += skip; in do_readv() 669 want += i_entry.size; in do_readv() 687 if (got != want) in do_readv() 690 got, want, static_cast<long long>(base + first_offset)); in do_readv()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-shared/ |
D | elf-offset.ld | 84 /* Adjust the address for the data segment. We want to adjust up to 115 /* We want the small data sections together, so single-instruction offsets
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/ |
D | elf-offset.ld | 86 /* Adjust the address for the data segment. We want to adjust up to 118 /* We want the small data sections together, so single-instruction offsets
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | elfd10v.sc | 32 /* We don't want to include the .ctor section from 143 /* We want the small data sections together, so single-instruction offsets
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | xstormy16.opc | 91 one for small operands and one for large ones. We want to use 92 the small one when possible, but we do not want to generate relocs
|
/toolchain/binutils/binutils-2.25/ |
D | ylwrap | 81 DESIRED is the file we actually want instead of OUTPUT
|