Home
last modified time | relevance | path

Searched refs:addendp (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoff-i386.c530 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()
Dcoff-x86_64.c679 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 …]
Dcoff-mcore.c305 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()
Dcoff-tic4x.c195 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()
Dcoff-tic54x.c278 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()
Dcoff-sh.c422 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()
Dlibcoff.h1002 #define bfd_coff_rtype_to_howto(abfd, sec, rel, h, sym, addendp)\ argument
1004 (abfd, sec, rel, h, sym, addendp))
Dcoff-aarch64.c450 bfd_vma *addendp) in coff_aarch64_rtype_to_howto() argument
455 *addendp = 0; in coff_aarch64_rtype_to_howto()
Dcoff-arm.c538 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()
Delf32-score7.c1148 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()
Delf32-score.c1288 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()
Delfxx-mips.c6779 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/
Dcoff-i386.c530 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()
Dcoff-x86_64.c679 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 …]
Dcoff-mcore.c305 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()
Dcoff-tic4x.c195 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()
Dcoff-tic54x.c278 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()
Dcoff-sh.c422 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()
Dlibcoff.h999 #define bfd_coff_rtype_to_howto(abfd, sec, rel, h, sym, addendp)\ argument
1001 (abfd, sec, rel, h, sym, addendp))
Dcoff-aarch64.c452 bfd_vma *addendp) in coff_aarch64_rtype_to_howto() argument
457 *addendp = 0; in coff_aarch64_rtype_to_howto()
Dcoff-arm.c538 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()
Delf32-score7.c1148 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()
Delf32-score.c1288 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()
Delfxx-mips.c6778 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()
Dcoffcode.h5382 bfd_vma *addendp ATTRIBUTE_UNUSED) in coff_rtype_to_howto()

12