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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c6268 _bfd_elf_validate_reloc (bfd *abfd, arelent *areloc)
6272 if ((*areloc->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec)
6280 if (areloc->howto->pc_relative)
6282 switch (areloc->howto->bitsize)
6308 if (areloc->howto->pcrel_offset != howto->pcrel_offset)
6311 areloc->addend += areloc->address;
6313 areloc->addend -= areloc->address; /* addend is unsigned!! */
6318 switch (areloc
6261 _bfd_elf_validate_reloc(bfd *abfd, arelent *areloc) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c7296 _bfd_elf_validate_reloc (bfd *abfd, arelent *areloc)
7300 if ((*areloc->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec)
7308 if (areloc->howto->pc_relative)
7310 switch (areloc->howto->bitsize)
7336 if (areloc->howto->pcrel_offset != howto->pcrel_offset)
7339 areloc->addend += areloc->address;
7341 areloc->addend -= areloc->address; /* addend is unsigned!! */
7346 switch (areloc
7289 _bfd_elf_validate_reloc(bfd *abfd, arelent *areloc) argument
[all...]

Completed in 200 milliseconds