Lines Matching full:address
209 /* Adjust the reloc address to that in the output section. */
210 reloc_entry->address += input_section->output_offset;
231 /* An indirect reference to a function. This causes the function's address
232 to be added to the function vector in lo-mem and puts the address of
359 relent->address = reloc->r_vaddr;
368 relent->address -= section->vma;
372 h8300_symbol_address_p (bfd *abfd, asection *input_section, bfd_vma address)
380 address ADDRESS. */
388 + p->value) == address)
413 /* The address of the thing to be relocated will have moved back by
414 the size of the shrink - but we don't change reloc->address here,
417 bfd_vma address = reloc->address - shrink;
429 /* Get the address of the target of this branch. */
432 /* Get the address of the next instruction (not the reloc). */
434 + input_section->output_offset + address);
450 reloc->address, 1))
492 && last_reloc->address + 1 == reloc->address
500 bfd_perform_slip (abfd, 4, input_section, address);
510 bfd_perform_slip (abfd, 2, input_section, address);
517 /* Get the address of the target of this branch, add one to the value
521 /* Get the address of the next instruction if we were to relax. */
523 input_section->output_offset + address;
538 bfd_perform_slip (abfd, 2, input_section, address);
542 /* This is a 16-bit absolute address in a mov.b insn, which can
543 become an 8-bit absolute address if it's in the right range. */
545 /* Get the address of the data referenced by this mov.b insn. */
549 /* If the address is in the top 256 bytes of the address space
558 bfd_perform_slip (abfd, 2, input_section, address);
562 /* Similarly for a 24-bit absolute address in a mov.b. Note that
566 /* Get the address of the data referenced by this mov.b insn. */
577 bfd_perform_slip (abfd, 4, input_section, address);
586 /* This is a 24-/32-bit absolute address in a mov insn, which can
587 become an 16-bit absolute address if it's in the right range. */
589 /* Get the address of the data referenced by this mov insn. */
593 /* If the address is a sign-extended 16-bit value then we can
602 bfd_perform_slip (abfd, 2, input_section, address);
639 /* Get the address of the target of this branch. */
655 input_section, reloc->address)))
660 src/dst address appropriately. */
670 /* Get the address of the target of this branch. */
673 /* Get the address of the instruction (not the reloc). */
687 input_section, reloc->address)))
692 src/dst address appropriately. */
702 /* Get the address of the object referenced by this insn. */
726 /* Get the address of the target of this branch. */
735 /* Get the address of the target of this branch. */
745 /* This is a 24-/32-bit absolute address in one of the following
752 We may relax this into an 16-bit absolute address if it's in
777 input_section, reloc->address)))
784 /* Get the address of the target of this branch. */
787 /* Get the address of the next instruction. */
801 input_section, reloc->address)))
831 /* Get the address of the target of this branch. */
834 /* Get the address of the instruction (not the reloc). */
848 input_section, reloc->address)))
892 /* Get the address of the target of this branch. */
895 /* Get the address of the instruction (not the reloc). */
923 /* This is a 16-bit absolute address in one of the following
930 We may relax this into an 8-bit absolute address if it's in
977 /* This is a 24-bit absolute address in one of the following
984 We may relax this into an 8-bit absolute address if it's in
1032 /* Get the address of the target of this branch. */
1048 input_section, reloc->address)))
1053 the relocation, and update the src/dst address appropriately. */
1083 address in the function vector table. */
1131 input_section, reloc->address)))
1164 /* Place the address of the function vector entry into the
1165 reloc's address. */