Home
last modified time | relevance | path

Searched refs:areloc (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf.c6814 _bfd_elf_validate_reloc (bfd *abfd, arelent *areloc) in _bfd_elf_validate_reloc() argument
6818 if ((*areloc->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec) in _bfd_elf_validate_reloc()
6826 if (areloc->howto->pc_relative) in _bfd_elf_validate_reloc()
6828 switch (areloc->howto->bitsize) in _bfd_elf_validate_reloc()
6854 if (areloc->howto->pcrel_offset != howto->pcrel_offset) in _bfd_elf_validate_reloc()
6857 areloc->addend += areloc->address; in _bfd_elf_validate_reloc()
6859 areloc->addend -= areloc->address; /* addend is unsigned!! */ in _bfd_elf_validate_reloc()
6864 switch (areloc->howto->bitsize) in _bfd_elf_validate_reloc()
6892 areloc->howto = howto; in _bfd_elf_validate_reloc()
6902 abfd, areloc->howto->name); in _bfd_elf_validate_reloc()