/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | x86-64-mpx-inval-2.l | 2 .*:6: Error: 32-bit address isn't allowed in 64-bit MPX instructions. 4 .*:10: Error: 32-bit address isn't allowed in 64-bit MPX instructions. 6 .*:13: Error: 32-bit address isn't allowed in 64-bit MPX instructions. 8 .*:17: Error: 32-bit address isn't allowed in 64-bit MPX instructions. 10 .*:21: Error: 32-bit address isn't allowed in 64-bit MPX instructions. 12 .*:25: Error: 32-bit address isn't allowed in 64-bit MPX instructions. 14 .*:29: Error: 32-bit address isn't allowed in 64-bit MPX instructions. 16 .*:33: Error: 32-bit address isn't allowed in 64-bit MPX instructions. 18 .*:37: Error: 32-bit address isn't allowed in 64-bit MPX instructions. 20 .*:41: Error: 32-bit address isn't allowed in 64-bit MPX instructions. [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
D | expected_errors.l | 44 .*:57: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2. 45 .*:58: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2. 46 .*:59: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2. 47 .*:60: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2. 48 .*:61: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2. 49 .*:62: Error: Preg \+\+ Preg or Ireg \+\+ Mreg expected in address. Input text was R2. 50 .*:64: Error: Preg \+\+ Preg expected in address. Input text was R2.h. 51 .*:65: Error: Preg \+\+ Preg expected in address. Input text was R2.h. 52 .*:66: Error: Preg \+\+ Preg expected in address. Input text was R2.h. 53 .*:67: Error: Preg \+\+ Preg expected in address. Input text was R2.h. [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-crx/ |
D | crx.ld | 1 /* 8 bit data address relocations (R_CRX_NUM8). */ 3 /* 16 bit data address relocations (R_CRX_NUM16). */ 5 /* 32 bit data address relocations (R_CRX_NUM32). */ 11 Relative address (R_CRX_REL4) : 0x6 + 2 = 0x8 20 Relative address (R_CRX_REL8): 0x10 + 2 = 0x12 21 Relative address (R_CRX_REL8_CMP) : 0x10 + 4 = 0x14 30 Absolute address (R_CRX_REGREL12) : 0x0101 + 0x700 + 4 = 0x805 39 Relative address (R_CRX_REL16) : 0x1000 + 4 = 0x1004 40 Absolute address (R_CRX_IMM16) : 0x01010 + 0x1000 + 4 = 0x2014 49 Absolute address (R_CRX_REGREL22) : 0x0201400 + 0x100000 + 6 = 0x301406 [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | overlay-size-map.d | 4 \.bss2 *0x0*20000 *0x30 load address 0x0*20010 6 \.bss3 *0x0*20000 *0x20 load address 0x0*20040 10 \.mtext *0x0*10000 *0x20 load address 0x0*30000 12 \.mbss *0x0*20030 *0x230 load address 0x0*20060 14 \.text1 *0x0*10020 *0x80 load address 0x0*30020 16 \.text2 *0x0*10020 *0x40 load address 0x0*300a0 18 \.text3 *0x0*10020 *0x20 load address 0x0*300e0 22 \.data1 *0x0*20260 *0x30 load address 0x0*30100 24 \.data2 *0x0*20260 *0x40 load address 0x0*30130 26 \.data3 *0x0*20260 *0x50 load address 0x0*30170
|
/toolchain/binutils/binutils-2.25/gold/ |
D | output.h | 70 address() const in address() function 1032 Address address, bool is_relative, bool is_symbolless, 1037 unsigned int shndx, Address address, bool is_relative, 1044 Output_data* od, Address address, bool is_relative, 1050 unsigned int shndx, Address address, bool is_relative, 1057 Address address, bool is_relative); 1061 Address address, bool is_relative); 1065 Output_reloc(unsigned int type, Output_data* od, Address address, 1069 unsigned int shndx, Address address, bool is_relative); 1076 Address address); [all …]
|
D | reloc.h | 412 typename elfcpp::Elf_types<size>::Elf_Addr address) in pcrel() argument 417 elfcpp::Swap<valsize, big_endian>::writeval(wv, x + value - address); in pcrel() 425 typename elfcpp::Elf_types<size>::Elf_Addr address) in pcrel_unaligned() argument 430 x + value - address); in pcrel_unaligned() 441 typename elfcpp::Elf_types<size>::Elf_Addr address) in pcrel() argument 447 elfcpp::Swap<valsize, big_endian>::writeval(wv, x - address); in pcrel() 457 typename elfcpp::Elf_types<size>::Elf_Addr address) in pcrela() argument 461 elfcpp::Swap<valsize, big_endian>::writeval(wv, value + addend - address); in pcrela() 472 typename elfcpp::Elf_types<size>::Elf_Addr address) in pcrela() argument 477 elfcpp::Swap<valsize, big_endian>::writeval(wv, x - address); in pcrela() [all …]
|
D | script-sections.cc | 1670 uint64_t address = align_address(dot, this_subalign); in set_section_addresses() local 1672 if (address > dot && !fill->empty()) in set_section_addresses() 1675 convert_to_section_size_type(address - dot); in set_section_addresses() 1683 dot = address + data_size; in set_section_addresses() 1927 set_section_vma(Expression* address) in set_section_vma() argument 1928 { this->address_ = address; } in set_section_vma() 1931 set_section_lma(Expression* address) in set_section_lma() argument 1932 { this->load_address_ = address; } in set_section_lma() 1985 address_(header->address), in Output_section_definition() 2120 *dot_value = this->output_section_->address(); in finalize_symbols() [all …]
|
D | arm.cc | 483 set_destination_address(Arm_address address) in set_destination_address() argument 485 gold_assert(address != this->invalid_address); in set_destination_address() 486 this->destination_address_ = address; in set_destination_address() 925 add_cortex_a8_stub(Arm_address address, Cortex_a8_stub* stub) in add_cortex_a8_stub() argument 927 std::pair<Arm_address, Cortex_a8_stub*> value(address, stub); in add_cortex_a8_stub() 2913 { return s1->address() < s2->address(); } in operator ()() 3350 Arm_address address, in rel32() argument 3355 Valtype x = (psymval->value(object, addend) | thumb_bit) - address; in rel32() 3363 const Symbol_value<32>* psymval, Arm_address address, 3371 Arm_address address) in thm_jump6() argument [all …]
|
D | output.cc | 713 Address address, in Output_reloc() argument 717 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc() 735 Address address, in Output_reloc() argument 739 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc() 760 Address address, in Output_reloc() argument 765 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc() 786 Address address, in Output_reloc() argument 791 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc() 814 Address address, in Output_reloc() argument 816 : address_(address), local_sym_index_(SECTION_CODE), type_(type), in Output_reloc() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | srec.c | 457 bfd_vma address; in srec_scan() local 508 address = 0; in srec_scan() 521 address = HEX (data); in srec_scan() 527 address = (address << 8) | HEX (data); in srec_scan() 533 address = (address << 8) | HEX (data); in srec_scan() 536 address = (address << 8) | HEX (data); in srec_scan() 541 && sec->vma + sec->size == address) in srec_scan() 562 sec->vma = address; in srec_scan() 563 sec->lma = address; in srec_scan() 588 address = HEX (data); in srec_scan() [all …]
|
D | cpu-h8300.c | 239 bfd_h8300_pad_address (bfd *abfd, bfd_vma address) in bfd_h8300_pad_address() argument 242 address &= 0xffffffffu; in bfd_h8300_pad_address() 251 if (address >= 0x8000) in bfd_h8300_pad_address() 252 return address | 0xffff0000u; in bfd_h8300_pad_address() 253 return address; in bfd_h8300_pad_address() 257 if (address >= 0x800000) in bfd_h8300_pad_address() 258 return address | 0xff000000u; in bfd_h8300_pad_address() 259 return address; in bfd_h8300_pad_address() 263 return address; in bfd_h8300_pad_address()
|
D | reloc.c | 581 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd); in bfd_perform_relocation() 591 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation() 617 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in bfd_perform_relocation() 680 relocation -= reloc_entry->address; in bfd_perform_relocation() 691 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation() 702 reloc_entry->address += input_section->output_offset; in bfd_perform_relocation() 967 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd); in bfd_install_relocation() 977 reloc_entry->address += input_section->output_offset; in bfd_install_relocation() 1000 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in bfd_install_relocation() 1062 relocation -= reloc_entry->address; in bfd_install_relocation() [all …]
|
D | coff-h8300.c | 210 reloc_entry->address += input_section->output_offset; in special() 359 relent->address = reloc->r_vaddr; in reloc_processing() 368 relent->address -= section->vma; in reloc_processing() 372 h8300_symbol_address_p (bfd *abfd, asection *input_section, bfd_vma address) in h8300_symbol_address_p() argument 388 + p->value) == address) in h8300_symbol_address_p() 417 bfd_vma address = reloc->address - shrink; in h8300_reloc16_estimate() local 434 + input_section->output_offset + address); in h8300_reloc16_estimate() 450 reloc->address, 1)) in h8300_reloc16_estimate() 492 && last_reloc->address + 1 == reloc->address in h8300_reloc16_estimate() 500 bfd_perform_slip (abfd, 4, input_section, address); in h8300_reloc16_estimate() [all …]
|
D | coff-w65.c | 93 relent->address = reloc->r_vaddr; in reloc_processing() 103 relent->address -= section->vma; in reloc_processing() 125 bfd_vma address = reloc->address - shrink; in w65_reloc16_estimate() local 146 bfd_perform_slip (abfd, 2, input_section, address); in w65_reloc16_estimate() 158 input_section->output_offset + address; in w65_reloc16_estimate() 172 bfd_perform_slip (abfd, 2, input_section, address); in w65_reloc16_estimate() 180 input_section->output_offset + address; in w65_reloc16_estimate() 196 bfd_perform_slip (abfd, 2, input_section, address); in w65_reloc16_estimate() 318 input_section, reloc->address))) in w65_reloc16_extra_cases() 343 input_section, reloc->address))) in w65_reloc16_extra_cases()
|
D | nlm32-i386.c | 134 rel->address = val; in nlm_i386_read_reloc() 172 val = bfd_get_section_vma (abfd, sec) + rel->address; in nlm_i386_write_import() 257 if (rel->address < offset in nlm_i386_mangle_relocs() 258 || rel->address + 4 > offset + count) in nlm_i386_mangle_relocs() 288 val = bfd_get_32 (abfd, (bfd_byte *) data + rel->address - offset); in nlm_i386_mangle_relocs() 290 bfd_put_32 (abfd, val, (bfd_byte *) data + rel->address - offset); in nlm_i386_mangle_relocs() 315 val = bfd_get_32 (abfd, (bfd_byte *) data + rel->address - offset); in nlm_i386_mangle_relocs() 316 val += rel->address; in nlm_i386_mangle_relocs() 317 bfd_put_32 (abfd, val, (bfd_byte *) data + rel->address - offset); in nlm_i386_mangle_relocs()
|
D | cpu-ns32k.c | 155 bfd_size_type addr = reloc_entry->address; in do_ns32k_reloc() 164 reloc_entry->address += input_section->output_offset; in do_ns32k_reloc() 177 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in do_ns32k_reloc() 238 relocation -= reloc_entry->address; in do_ns32k_reloc() 249 reloc_entry->address += input_section->output_offset; in do_ns32k_reloc() 260 reloc_entry->address += input_section->output_offset; in do_ns32k_reloc() 773 bfd_vma address, in _bfd_ns32k_final_link_relocate() argument 780 if (address > bfd_get_section_limit (input_bfd, input_section)) in _bfd_ns32k_final_link_relocate() 804 relocation -= address; in _bfd_ns32k_final_link_relocate() 808 contents + address); in _bfd_ns32k_final_link_relocate()
|
D | elf32-d30v.c | 45 bfd_size_type addr = reloc_entry->address; in bfd_elf_d30v_reloc() 54 reloc_entry->address += input_section->output_offset; in bfd_elf_d30v_reloc() 70 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in bfd_elf_d30v_reloc() 97 + reloc_entry->address; in bfd_elf_d30v_reloc() 153 bfd_size_type addr = reloc_entry->address; in bfd_elf_d30v_reloc_21() 162 reloc_entry->address += input_section->output_offset; in bfd_elf_d30v_reloc_21() 178 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section)) in bfd_elf_d30v_reloc_21() 207 relocation -= reloc_entry->address; in bfd_elf_d30v_reloc_21()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | nios2-dis.c | 248 unsigned long opcode, bfd_vma address, in nios2_print_insn_arg() argument 376 address = address + 4 + i; in nios2_print_insn_arg() 377 (*info->print_address_func) (address, info); in nios2_print_insn_arg() 418 address = (address & 0xf0000000) | (i << 2); in nios2_print_insn_arg() 419 (*info->print_address_func) (address, info); in nios2_print_insn_arg() 446 nios2_disassemble (bfd_vma address, unsigned long opcode, in nios2_disassemble() argument 474 nios2_print_insn_arg (argstr, opcode, address, info, op); in nios2_disassemble() 501 print_insn_nios2 (bfd_vma address, disassemble_info *info, in print_insn_nios2() argument 507 status = (*info->read_memory_func) (address, buffer, INSNLEN, info); in print_insn_nios2() 515 status = nios2_disassemble (address, insn, info); in print_insn_nios2() [all …]
|
D | tic30-dis.c | 603 unsigned long address; in print_branch() local 611 address = insn_word & 0x00FFFFFF; in print_branch() 612 sprintf (operand[0], "0x%lX", address); in print_branch() 618 address = insn_word & 0x0000001F; in print_branch() 619 sprintf (operand[0], "0x%lX", address); in print_branch() 623 address = insn_word & 0x0000FFFF; in print_branch() 630 sprintf (operand[1], "%d", (short) address); in print_branch() 641 address = (short) address; in print_branch() 642 sprintf (operand[0], "%ld", address); in print_branch() 660 address = (_pc + 1 + (short) address) - ((sym->section->vma + sym->value) / 4); in print_branch() [all …]
|
D | pdp11-dis.c | 120 int address; in print_operand() local 122 if (read_word (*memaddr, &address, info) < 0) in print_operand() 124 FPRINTF (F, "*$%o", address); in print_operand() 151 bfd_vma address = *memaddr + sign_extend (disp); in print_operand() local 157 (*info->print_address_func) (address, info); in print_operand() 314 bfd_vma address = memaddr + (sign_extend (displ) >> 7); in print_insn_pdp11() local 317 (*info->print_address_func) (address, info); in print_insn_pdp11() 323 bfd_vma address = memaddr - (displ >> 9); in print_insn_pdp11() local 329 (*info->print_address_func) (address, info); in print_insn_pdp11()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | symtab.c | 178 dbg_sym_lookup (Sym_Table *sym_tab, bfd_vma address) in dbg_sym_lookup() argument 184 (unsigned long) address); in dbg_sym_lookup() 197 if (sym[mid].addr <= address && sym[mid + 1].addr > address) in dbg_sym_lookup() 200 if (sym[mid].addr > address) in dbg_sym_lookup() 217 sym_lookup (Sym_Table *sym_tab, bfd_vma address) in sym_lookup() argument 235 if (sym[mid].addr <= address && sym[mid + 1].addr > address) in sym_lookup() 237 if (address > sym[mid].end_addr) in sym_lookup() 252 if (sym[mid].addr > address) in sym_lookup() 258 if (sym[mid + 1].addr <= address) in sym_lookup() 260 if (address > sym[mid + 1].end_addr) in sym_lookup()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | sysroff.info | 53 (("address update") (1 byte) ("au")) 55 (("address field length") (4 bits) ("afl")) 66 (("segment address") (segsize bytes) ("sad"))) 67 (("address") (addrsize bytes) ("address"))) 101 (("segment address") (segsize bytes) ("segadd")) 102 (("address") (addrsize bytes) ("addr")) 152 (("symbol address") (addrsize bytes) ("address"))) 164 (("starting address flag") (1 bit) ("saf")) 168 ( ("starting address") (addrsize bytes) ("address"))) 176 (("address polarity") (1 bit) ("apol")) [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | alloca.c | 338 i00afunc (long *address) in i00afunc() argument 373 if ((block <= address) && (address < (block + size))) in i00afunc() 380 result = address - block; in i00afunc() 412 i00afunc (long address) in i00afunc() argument 447 while (!(this_segment <= address && address <= stkl)) in i00afunc() 450 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); in i00afunc() 461 result = address - this_segment; in i00afunc()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | eh5.d | 16 Return address column: .* 35 Return address column: .* 59 Return address column: .* 80 Return address column: .* 95 Return address column: .* 117 Return address column: .*
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-cr16.texi | 37 …sted accordingly. The linker uses the relocation entry to update the operand address at link time.} 39 …bal Offset Table. The linker uses this relocation entry to update the operand address at link time} 41 …sted accordingly. The linker uses the relocation entry to update the operand address at link time.} 80 This loads the address of _myfun, shifted right by 1, into r1. 84 This loads the address of _myfun, shifted right by 1, into register-pair r2-r1. 91 This .long directive, the address of _myfunc, shifted right by 1 at link time. 95 …This loads the address of _data1, into global offset table (ie GOT) and its offset value from GOT … 99 …This loads the address of _myfun, shifted right by 1, into global offset table (ie GOT) and its of…
|