Home
last modified time | relevance | path

Searched refs:r_vaddr (Results 1 – 25 of 82) sorted by relevance

1234

/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoff-aarch64.c551 if (input_section->size < rel->r_vaddr in coff_pe_aarch64_relocate_section()
552 || input_section->size - rel->r_vaddr < 4) in coff_pe_aarch64_relocate_section()
557 input_bfd, (uint64_t) rel->r_vaddr, input_section); in coff_pe_aarch64_relocate_section()
568 addend = bfd_getl32 (contents + rel->r_vaddr); in coff_pe_aarch64_relocate_section()
579 input_section, rel->r_vaddr - input_section->vma); in coff_pe_aarch64_relocate_section()
581 bfd_putl32 (val, contents + rel->r_vaddr); in coff_pe_aarch64_relocate_section()
593 opcode = bfd_getl32 (contents + rel->r_vaddr); in coff_pe_aarch64_relocate_section()
603 + rel->r_vaddr; in coff_pe_aarch64_relocate_section()
611 input_section, rel->r_vaddr - input_section->vma); in coff_pe_aarch64_relocate_section()
616 bfd_putl32 (opcode, contents + rel->r_vaddr); in coff_pe_aarch64_relocate_section()
[all …]
Dcoff-alpha.c499 intern->r_vaddr = H_GET_64 (abfd, ext->r_vaddr); in alpha_ecoff_swap_reloc_in()
574 H_PUT_64 (abfd, intern->r_vaddr, ext->r_vaddr); in alpha_ecoff_swap_reloc_out()
621 rptr->addend = - (intern->r_vaddr + 4); in alpha_adjust_reloc_in()
653 rptr->addend = intern->r_vaddr; in alpha_adjust_reloc_in()
668 rptr->address = intern->r_vaddr; in alpha_adjust_reloc_in()
704 intern->r_vaddr = rel->addend; in alpha_adjust_reloc_out()
708 intern->r_vaddr = rel->address; in alpha_adjust_reloc_out()
1516 bfd_vma r_vaddr; in alpha_relocate_section() local
1528 r_vaddr = H_GET_64 (input_bfd, ext_rel->r_vaddr); in alpha_relocate_section()
1560 H_PUT_64 (input_bfd, input_section->output_offset + r_vaddr, in alpha_relocate_section()
[all …]
Dcoff-sh.c774 laddr = irel->r_vaddr - sec->vma + 4; in sh_relax_section()
782 abfd, (uint64_t) irel->r_vaddr); in sh_relax_section()
793 abfd, (uint64_t) irel->r_vaddr, insn); in sh_relax_section()
811 abfd, (uint64_t) irel->r_vaddr); in sh_relax_section()
820 if (irelfn->r_vaddr == paddr in sh_relax_section()
888 - (irel->r_vaddr in sh_relax_section()
925 contents + irel->r_vaddr - sec->vma); in sh_relax_section()
933 contents + irel->r_vaddr - sec->vma); in sh_relax_section()
940 && laddr == irelscan->r_vaddr - sec->vma + 4 + irelscan->r_offset) in sh_relax_section()
955 if (irelcount->r_vaddr == paddr in sh_relax_section()
[all …]
Dcoff-mips.c277 intern->r_vaddr = H_GET_32 (abfd, ext->r_vaddr); in mips_ecoff_swap_reloc_in()
321 H_PUT_32 (abfd, intern->r_vaddr, ext->r_vaddr); in mips_ecoff_swap_reloc_out()
761 contents + refhi->r_vaddr - input_section->vma); in mips_relocate_hi()
766 contents + reflo->r_vaddr - input_section->vma) in mips_relocate_hi()
785 contents + refhi->r_vaddr - input_section->vma); in mips_relocate_hi()
950 int_rel.r_vaddr - input_section->vma); in mips_relocate_section()
1068 relocation -= int_rel.r_vaddr - input_section->vma; in mips_relocate_section()
1082 int_rel.r_vaddr - input_section->vma); in mips_relocate_section()
1116 + int_rel.r_vaddr in mips_relocate_section()
1129 int_rel.r_vaddr += (input_section->output_section->vma in mips_relocate_section()
[all …]
Dcoff-mcore.c398 loc = contents + rel->r_vaddr - input_section->vma; in coff_mcore_relocate_section()
466 rel->r_vaddr - input_section->vma, true); in coff_mcore_relocate_section()
489 rel->r_symndx, my_name, (int64_t) rel->r_vaddr, in coff_mcore_relocate_section()
490 (uint64_t) rel->r_vaddr); in coff_mcore_relocate_section()
506 input_section, contents, rel->r_vaddr - input_section->vma, in coff_mcore_relocate_section()
516 rel->r_vaddr)) in coff_mcore_relocate_section()
531 input_section, rel->r_vaddr - input_section->vma); in coff_mcore_relocate_section()
Dcoff-arm.c1256 addend -= rel->r_vaddr - input_section->vma; in coff_arm_relocate_section()
1397 tmp = bfd_get_32 (input_bfd, contents + rel->r_vaddr in coff_arm_relocate_section()
1409 + rel->r_vaddr) in coff_arm_relocate_section()
1415 contents + rel->r_vaddr - input_section->vma); in coff_arm_relocate_section()
1539 + rel->r_vaddr) in coff_arm_relocate_section()
1542 tmp = bfd_get_32 (input_bfd, contents + rel->r_vaddr in coff_arm_relocate_section()
1548 contents + rel->r_vaddr - input_section->vma); in coff_arm_relocate_section()
1577 rel->r_vaddr - input_section->vma, true); in coff_arm_relocate_section()
1585 rel->r_vaddr)) in coff_arm_relocate_section()
1603 bfd_vma address = rel->r_vaddr - input_section->vma; in coff_arm_relocate_section()
[all …]
Dcoffswap.h220 reloc_dst->r_vaddr = GET_RELOC_VADDR (abfd, reloc_src->r_vaddr); in coff_swap_reloc_in()
235 PUT_RELOC_VADDR (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr); in coff_swap_reloc_out()
256 reloc_dst->r_vaddr = GET_RELOC_VADDR (abfd, reloc_src->r_vaddr); in coff_swap_reloc_v0_in()
267 PUT_RELOC_VADDR (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr); in coff_swap_reloc_v0_out()
Dcoff64-rs6000.c724 dst->r_vaddr = bfd_get_64 (abfd, src->r_vaddr); in xcoff64_swap_reloc_in()
736 bfd_put_64 (abfd, src->r_vaddr, dst->r_vaddr); in xcoff64_swap_reloc_out()
793 section_offset = rel->r_vaddr - input_section->vma; in xcoff64_reloc_type_br()
862 *relocation = val + addend + rel->r_vaddr; in xcoff64_reloc_type_br()
1600 input_bfd, rel->r_type, rel->r_vaddr, rel->r_size); in xcoff64_ppc_relocate_section()
1644 rel->r_vaddr - input_section->vma, in xcoff64_ppc_relocate_section()
1678 address = rel->r_vaddr - input_section->vma; in xcoff64_ppc_relocate_section()
1731 rel->r_vaddr - input_section->vma); in xcoff64_ppc_relocate_section()
2312 reloc.r_vaddr = 0x0018; in xcoff64_generate_rtinit()
2342 reloc.r_vaddr = 0x0038; in xcoff64_generate_rtinit()
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoff-aarch64.c549 if (input_section->size < rel->r_vaddr in coff_pe_aarch64_relocate_section()
550 || input_section->size - rel->r_vaddr < 4) in coff_pe_aarch64_relocate_section()
555 input_bfd, (uint64_t) rel->r_vaddr, input_section); in coff_pe_aarch64_relocate_section()
566 addend = bfd_getl32 (contents + rel->r_vaddr); in coff_pe_aarch64_relocate_section()
577 input_section, rel->r_vaddr - input_section->vma); in coff_pe_aarch64_relocate_section()
579 bfd_putl32 (val, contents + rel->r_vaddr); in coff_pe_aarch64_relocate_section()
591 opcode = bfd_getl32 (contents + rel->r_vaddr); in coff_pe_aarch64_relocate_section()
601 + rel->r_vaddr; in coff_pe_aarch64_relocate_section()
609 input_section, rel->r_vaddr - input_section->vma); in coff_pe_aarch64_relocate_section()
614 bfd_putl32 (opcode, contents + rel->r_vaddr); in coff_pe_aarch64_relocate_section()
[all …]
Dcoff-alpha.c499 intern->r_vaddr = H_GET_64 (abfd, ext->r_vaddr); in alpha_ecoff_swap_reloc_in()
574 H_PUT_64 (abfd, intern->r_vaddr, ext->r_vaddr); in alpha_ecoff_swap_reloc_out()
621 rptr->addend = - (intern->r_vaddr + 4); in alpha_adjust_reloc_in()
655 rptr->addend = intern->r_vaddr; in alpha_adjust_reloc_in()
670 rptr->address = intern->r_vaddr; in alpha_adjust_reloc_in()
706 intern->r_vaddr = rel->addend; in alpha_adjust_reloc_out()
710 intern->r_vaddr = rel->address; in alpha_adjust_reloc_out()
1518 bfd_vma r_vaddr; in alpha_relocate_section() local
1530 r_vaddr = H_GET_64 (input_bfd, ext_rel->r_vaddr); in alpha_relocate_section()
1562 H_PUT_64 (input_bfd, input_section->output_offset + r_vaddr, in alpha_relocate_section()
[all …]
Dcoff-sh.c774 laddr = irel->r_vaddr - sec->vma + 4; in sh_relax_section()
782 abfd, (uint64_t) irel->r_vaddr); in sh_relax_section()
793 abfd, (uint64_t) irel->r_vaddr, insn); in sh_relax_section()
811 abfd, (uint64_t) irel->r_vaddr); in sh_relax_section()
820 if (irelfn->r_vaddr == paddr in sh_relax_section()
888 - (irel->r_vaddr in sh_relax_section()
925 contents + irel->r_vaddr - sec->vma); in sh_relax_section()
933 contents + irel->r_vaddr - sec->vma); in sh_relax_section()
940 && laddr == irelscan->r_vaddr - sec->vma + 4 + irelscan->r_offset) in sh_relax_section()
955 if (irelcount->r_vaddr == paddr in sh_relax_section()
[all …]
Dcoff-mips.c277 intern->r_vaddr = H_GET_32 (abfd, ext->r_vaddr); in mips_ecoff_swap_reloc_in()
321 H_PUT_32 (abfd, intern->r_vaddr, ext->r_vaddr); in mips_ecoff_swap_reloc_out()
761 contents + refhi->r_vaddr - input_section->vma); in mips_relocate_hi()
766 contents + reflo->r_vaddr - input_section->vma) in mips_relocate_hi()
785 contents + refhi->r_vaddr - input_section->vma); in mips_relocate_hi()
950 int_rel.r_vaddr - input_section->vma); in mips_relocate_section()
1068 relocation -= int_rel.r_vaddr - input_section->vma; in mips_relocate_section()
1082 int_rel.r_vaddr - input_section->vma); in mips_relocate_section()
1116 + int_rel.r_vaddr in mips_relocate_section()
1129 int_rel.r_vaddr += (input_section->output_section->vma in mips_relocate_section()
[all …]
Dcoff-mcore.c398 loc = contents + rel->r_vaddr - input_section->vma; in coff_mcore_relocate_section()
466 rel->r_vaddr - input_section->vma, true); in coff_mcore_relocate_section()
489 rel->r_symndx, my_name, (int64_t) rel->r_vaddr, in coff_mcore_relocate_section()
490 (uint64_t) rel->r_vaddr); in coff_mcore_relocate_section()
506 input_section, contents, rel->r_vaddr - input_section->vma, in coff_mcore_relocate_section()
516 rel->r_vaddr)) in coff_mcore_relocate_section()
531 input_section, rel->r_vaddr - input_section->vma); in coff_mcore_relocate_section()
Dcoff-arm.c1256 addend -= rel->r_vaddr - input_section->vma; in coff_arm_relocate_section()
1397 tmp = bfd_get_32 (input_bfd, contents + rel->r_vaddr in coff_arm_relocate_section()
1409 + rel->r_vaddr) in coff_arm_relocate_section()
1415 contents + rel->r_vaddr - input_section->vma); in coff_arm_relocate_section()
1539 + rel->r_vaddr) in coff_arm_relocate_section()
1542 tmp = bfd_get_32 (input_bfd, contents + rel->r_vaddr in coff_arm_relocate_section()
1548 contents + rel->r_vaddr - input_section->vma); in coff_arm_relocate_section()
1577 rel->r_vaddr - input_section->vma, true); in coff_arm_relocate_section()
1585 rel->r_vaddr)) in coff_arm_relocate_section()
1603 bfd_vma address = rel->r_vaddr - input_section->vma; in coff_arm_relocate_section()
[all …]
Dcoffswap.h220 reloc_dst->r_vaddr = GET_RELOC_VADDR (abfd, reloc_src->r_vaddr); in coff_swap_reloc_in()
235 PUT_RELOC_VADDR (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr); in coff_swap_reloc_out()
256 reloc_dst->r_vaddr = GET_RELOC_VADDR (abfd, reloc_src->r_vaddr); in coff_swap_reloc_v0_in()
267 PUT_RELOC_VADDR (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr); in coff_swap_reloc_v0_out()
Dcoff64-rs6000.c724 dst->r_vaddr = bfd_get_64 (abfd, src->r_vaddr); in xcoff64_swap_reloc_in()
736 bfd_put_64 (abfd, src->r_vaddr, dst->r_vaddr); in xcoff64_swap_reloc_out()
793 section_offset = rel->r_vaddr - input_section->vma; in xcoff64_reloc_type_br()
862 *relocation = val + addend + rel->r_vaddr; in xcoff64_reloc_type_br()
1600 input_bfd, rel->r_type, rel->r_vaddr, rel->r_size); in xcoff64_ppc_relocate_section()
1644 rel->r_vaddr - input_section->vma, in xcoff64_ppc_relocate_section()
1678 address = rel->r_vaddr - input_section->vma; in xcoff64_ppc_relocate_section()
1731 rel->r_vaddr - input_section->vma); in xcoff64_ppc_relocate_section()
2312 reloc.r_vaddr = 0x0018; in xcoff64_generate_rtinit()
2342 reloc.r_vaddr = 0x0038; in xcoff64_generate_rtinit()
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Dsh.h54 char r_vaddr[4]; member
63 char r_vaddr[4]; member
Darm.h108 char r_vaddr[4]; member
119 char r_vaddr[4]; member
Dtic30.h35 char r_vaddr[4]; member
Dz8k.h40 char r_vaddr[4]; member
/netbsd/src/external/gpl3/binutils/dist/include/coff/
Dsh.h54 char r_vaddr[4]; member
63 char r_vaddr[4]; member
Darm.h108 char r_vaddr[4]; member
119 char r_vaddr[4]; member
Dtic30.h35 char r_vaddr[4]; member
Dz8k.h40 char r_vaddr[4]; member
Driscv64.h55 char r_vaddr[4]; member

1234