Searched refs:p_ldah (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c378 elf64_alpha_do_reloc_gpdisp (bfd *abfd, bfd_vma gpdisp, bfd_byte *p_ldah,
385 i_ldah = bfd_get_32 (abfd, p_ldah);
409 bfd_put_32 (abfd, (bfd_vma) i_ldah, p_ldah);
426 bfd_byte *p_ldah, *p_lda;
448 p_ldah = (bfd_byte *) data + reloc_entry->address;
449 p_lda = p_ldah + reloc_entry->addend;
451 ret = elf64_alpha_do_reloc_gpdisp (abfd, gp - relocation, p_ldah, p_lda);
3303 bfd_byte *p_ldah = info->contents + gpdisp->r_offset;
3304 bfd_byte *p_lda = p_ldah + gpdisp->r_addend;
3305 unsigned int ldah = bfd_get_32 (info->abfd, p_ldah);
374 elf64_alpha_do_reloc_gpdisp(bfd *abfd, bfd_vma gpdisp, bfd_byte *p_ldah, bfd_byte *p_lda) argument
422 bfd_byte *p_ldah, *p_lda; local
3294 bfd_byte *p_ldah = info->contents + gpdisp->r_offset; local
4225 bfd_byte *p_ldah, *p_lda; local
[all...]

Completed in 104 milliseconds