| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | coff-i386.c | 530 bfd_vma *addendp) in coff_i386_rtype_to_howto() argument 544 *addendp = 0; in coff_i386_rtype_to_howto() 548 *addendp += sec->vma; in coff_i386_rtype_to_howto() 568 *addendp -= sym->n_value; in coff_i386_rtype_to_howto() 577 *addendp += h->root.u.c.size; in coff_i386_rtype_to_howto() 583 *addendp -= 4; in coff_i386_rtype_to_howto() 592 *addendp -= sym->n_value; in coff_i386_rtype_to_howto() 599 *addendp -= pe_data(sec->output_section->owner)->pe_opthdr.ImageBase; in coff_i386_rtype_to_howto() 604 *addendp -= rel->r_vaddr; in coff_i386_rtype_to_howto() 629 *addendp -= osect_vma; in coff_i386_rtype_to_howto()
|
| D | coff-x86_64.c | 679 bfd_vma *addendp) in coff_amd64_rtype_to_howto() argument 692 *addendp = 0; in coff_amd64_rtype_to_howto() 695 *addendp -= (bfd_vma)(rel->r_type - R_AMD64_PCRLONG); in coff_amd64_rtype_to_howto() 701 *addendp += sec->vma; in coff_amd64_rtype_to_howto() 720 *addendp -= sym->n_value; in coff_amd64_rtype_to_howto() 729 *addendp += h->root.u.c.size; in coff_amd64_rtype_to_howto() 737 *addendp -= 8; in coff_amd64_rtype_to_howto() 740 *addendp -= 4; in coff_amd64_rtype_to_howto() 749 *addendp -= sym->n_value; in coff_amd64_rtype_to_howto() 754 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_amd64_rtype_to_howto() [all …]
|
| D | coff-mcore.c | 305 bfd_vma * addendp) in coff_mcore_rtype_to_howto() argument 315 * addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_mcore_rtype_to_howto() 319 * addendp = sec->vma - 2; /* XXX guess - is this right ? */ in coff_mcore_rtype_to_howto() 328 * addendp -= sym->n_value; in coff_mcore_rtype_to_howto() 331 * addendp = 0; in coff_mcore_rtype_to_howto()
|
| D | coff-tic4x.c | 195 bfd_vma *addendp) in coff_tic4x_rtype_to_howto() argument 199 if (rel->r_symndx == -1 && addendp != NULL) in coff_tic4x_rtype_to_howto() 203 *addendp = (sec->output_section->vma + sec->output_offset) - sec->vma; in coff_tic4x_rtype_to_howto()
|
| D | coff-tic54x.c | 278 bfd_vma *addendp) in coff_tic54x_rtype_to_howto() argument 282 if (rel->r_symndx == -1 && addendp != NULL) in coff_tic54x_rtype_to_howto() 287 *addendp = (sec->output_section->vma + sec->output_offset) - sec->vma; in coff_tic54x_rtype_to_howto()
|
| D | coff-sh.c | 422 bfd_vma * addendp) in coff_sh_rtype_to_howto() argument 428 *addendp = 0; in coff_sh_rtype_to_howto() 431 *addendp += sec->vma; in coff_sh_rtype_to_howto() 445 *addendp -= 4; in coff_sh_rtype_to_howto() 454 *addendp -= sym->n_value; in coff_sh_rtype_to_howto() 458 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_sh_rtype_to_howto()
|
| D | libcoff.h | 1002 #define bfd_coff_rtype_to_howto(abfd, sec, rel, h, sym, addendp)\ argument 1004 (abfd, sec, rel, h, sym, addendp))
|
| D | coff-aarch64.c | 450 bfd_vma *addendp) in coff_aarch64_rtype_to_howto() argument 455 *addendp = 0; in coff_aarch64_rtype_to_howto()
|
| D | coff-arm.c | 538 bfd_vma *addendp) in coff_arm_rtype_to_howto() argument 548 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_arm_rtype_to_howto() 571 *addendp -= osect_vma; in coff_arm_rtype_to_howto()
|
| D | elf32-score7.c | 1148 bfd_vma *addendp, asection *input_section) in score_elf_create_dynamic_relocation() argument 1180 *addendp += symbol; in score_elf_create_dynamic_relocation() 1210 *addendp += symbol; in score_elf_create_dynamic_relocation()
|
| D | elf32-score.c | 1288 bfd_vma *addendp, asection *input_section) in score_elf_create_dynamic_relocation() argument 1320 *addendp += symbol; in score_elf_create_dynamic_relocation() 1350 *addendp += symbol; in score_elf_create_dynamic_relocation()
|
| D | elfxx-mips.c | 6779 bfd_vma *addendp, asection *input_section) in mips_elf_create_dynamic_relocation() argument 6819 *addendp += symbol; in mips_elf_create_dynamic_relocation() 6885 *addendp += symbol; in mips_elf_create_dynamic_relocation() 6936 outrel[0].r_addend = *addendp; in mips_elf_create_dynamic_relocation() 6974 cptrel.konst = *addendp; in mips_elf_create_dynamic_relocation()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | coff-i386.c | 530 bfd_vma *addendp) in coff_i386_rtype_to_howto() argument 544 *addendp = 0; in coff_i386_rtype_to_howto() 548 *addendp += sec->vma; in coff_i386_rtype_to_howto() 568 *addendp -= sym->n_value; in coff_i386_rtype_to_howto() 577 *addendp += h->root.u.c.size; in coff_i386_rtype_to_howto() 583 *addendp -= 4; in coff_i386_rtype_to_howto() 592 *addendp -= sym->n_value; in coff_i386_rtype_to_howto() 599 *addendp -= pe_data(sec->output_section->owner)->pe_opthdr.ImageBase; in coff_i386_rtype_to_howto() 604 *addendp -= rel->r_vaddr; in coff_i386_rtype_to_howto() 629 *addendp -= osect_vma; in coff_i386_rtype_to_howto()
|
| D | coff-x86_64.c | 679 bfd_vma *addendp) in coff_amd64_rtype_to_howto() argument 692 *addendp = 0; in coff_amd64_rtype_to_howto() 695 *addendp -= (bfd_vma)(rel->r_type - R_AMD64_PCRLONG); in coff_amd64_rtype_to_howto() 701 *addendp += sec->vma; in coff_amd64_rtype_to_howto() 720 *addendp -= sym->n_value; in coff_amd64_rtype_to_howto() 729 *addendp += h->root.u.c.size; in coff_amd64_rtype_to_howto() 737 *addendp -= 8; in coff_amd64_rtype_to_howto() 740 *addendp -= 4; in coff_amd64_rtype_to_howto() 749 *addendp -= sym->n_value; in coff_amd64_rtype_to_howto() 754 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_amd64_rtype_to_howto() [all …]
|
| D | coff-mcore.c | 305 bfd_vma * addendp) in coff_mcore_rtype_to_howto() argument 315 * addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_mcore_rtype_to_howto() 319 * addendp = sec->vma - 2; /* XXX guess - is this right ? */ in coff_mcore_rtype_to_howto() 328 * addendp -= sym->n_value; in coff_mcore_rtype_to_howto() 331 * addendp = 0; in coff_mcore_rtype_to_howto()
|
| D | coff-tic4x.c | 195 bfd_vma *addendp) in coff_tic4x_rtype_to_howto() argument 199 if (rel->r_symndx == -1 && addendp != NULL) in coff_tic4x_rtype_to_howto() 203 *addendp = (sec->output_section->vma + sec->output_offset) - sec->vma; in coff_tic4x_rtype_to_howto()
|
| D | coff-tic54x.c | 278 bfd_vma *addendp) in coff_tic54x_rtype_to_howto() argument 282 if (rel->r_symndx == -1 && addendp != NULL) in coff_tic54x_rtype_to_howto() 287 *addendp = (sec->output_section->vma + sec->output_offset) - sec->vma; in coff_tic54x_rtype_to_howto()
|
| D | coff-sh.c | 422 bfd_vma * addendp) in coff_sh_rtype_to_howto() argument 428 *addendp = 0; in coff_sh_rtype_to_howto() 431 *addendp += sec->vma; in coff_sh_rtype_to_howto() 445 *addendp -= 4; in coff_sh_rtype_to_howto() 454 *addendp -= sym->n_value; in coff_sh_rtype_to_howto() 458 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_sh_rtype_to_howto()
|
| D | libcoff.h | 999 #define bfd_coff_rtype_to_howto(abfd, sec, rel, h, sym, addendp)\ argument 1001 (abfd, sec, rel, h, sym, addendp))
|
| D | coff-aarch64.c | 452 bfd_vma *addendp) in coff_aarch64_rtype_to_howto() argument 457 *addendp = 0; in coff_aarch64_rtype_to_howto()
|
| D | coff-arm.c | 538 bfd_vma *addendp) in coff_arm_rtype_to_howto() argument 548 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase; in coff_arm_rtype_to_howto() 571 *addendp -= osect_vma; in coff_arm_rtype_to_howto()
|
| D | elf32-score7.c | 1148 bfd_vma *addendp, asection *input_section) in score_elf_create_dynamic_relocation() argument 1180 *addendp += symbol; in score_elf_create_dynamic_relocation() 1210 *addendp += symbol; in score_elf_create_dynamic_relocation()
|
| D | elf32-score.c | 1288 bfd_vma *addendp, asection *input_section) in score_elf_create_dynamic_relocation() argument 1320 *addendp += symbol; in score_elf_create_dynamic_relocation() 1350 *addendp += symbol; in score_elf_create_dynamic_relocation()
|
| D | elfxx-mips.c | 6778 bfd_vma *addendp, asection *input_section) in mips_elf_create_dynamic_relocation() argument 6818 *addendp += symbol; in mips_elf_create_dynamic_relocation() 6885 *addendp += symbol; in mips_elf_create_dynamic_relocation() 6936 outrel[0].r_addend = *addendp; in mips_elf_create_dynamic_relocation() 6974 cptrel.konst = *addendp; in mips_elf_create_dynamic_relocation()
|
| D | coffcode.h | 5382 bfd_vma *addendp ATTRIBUTE_UNUSED) in coff_rtype_to_howto()
|