Searched refs:p_ldah (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-alpha.c | 374 i_ldah = bfd_get_32 (abfd, p_ldah); in elf64_alpha_do_reloc_gpdisp() 398 bfd_put_32 (abfd, (bfd_vma) i_ldah, p_ldah); in elf64_alpha_do_reloc_gpdisp() 415 bfd_byte *p_ldah, *p_lda; in elf64_alpha_reloc_gpdisp() local 437 p_ldah = (bfd_byte *) data + reloc_entry->address; in elf64_alpha_reloc_gpdisp() 438 p_lda = p_ldah + reloc_entry->addend; in elf64_alpha_reloc_gpdisp() 3270 bfd_byte *p_lda = p_ldah + gpdisp->r_addend; in elf64_alpha_relax_with_lituse() 3281 bfd_put_32 (info->abfd, (bfd_vma) INSN_UNOP, p_ldah); in elf64_alpha_relax_with_lituse() 4151 bfd_byte *p_ldah, *p_lda; in elf64_alpha_relocate_section() local 4159 p_ldah = contents + rel->r_offset; in elf64_alpha_relocate_section() 4160 p_lda = p_ldah + rel->r_addend; in elf64_alpha_relocate_section() [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-alpha.c | 987 bfd_byte *p_ldah; 994 i_ldah = bfd_get_32 (abfd, p_ldah); 1018 bfd_put_32 (abfd, (bfd_vma) i_ldah, p_ldah); 1039 bfd_byte *p_ldah, *p_lda; local 1060 p_ldah = (bfd_byte *) data + reloc_entry->address; 1061 p_lda = p_ldah + reloc_entry->addend; 1438 bfd_byte *p_lda = p_ldah + gpdisp->r_addend; 4487 bfd_byte *p_ldah, *p_lda; local 4495 p_ldah = contents + rel->r_offset; 4496 p_lda = p_ldah + rel->r_addend; [all …]
|