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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dnlm32-sparc.c97 struct nlm32_sparc_reloc_ext tmp_reloc; local
100 if (bfd_bread (&tmp_reloc, (bfd_size_type) 12, abfd) != 12)
108 val = bfd_get_32 (abfd, tmp_reloc.offset);
109 addend = bfd_get_32 (abfd, tmp_reloc.addend);
110 type = bfd_get_8 (abfd, tmp_reloc.type);
140 struct nlm32_sparc_reloc_ext tmp_reloc; local
184 bfd_put_32 (abfd, val, tmp_reloc.offset);
185 bfd_put_32 (abfd, rel->addend, tmp_reloc.addend);
186 bfd_put_8 (abfd, (short) (rel->howto->type), tmp_reloc.type);
188 if (bfd_bwrite (&tmp_reloc, (bfd_size_typ
[all...]
H A Dsom.c2793 arelent *tmp_reloc = NULL; local
2807 tmp_reloc = subsection->orelocation[tmp];
2808 if (tmp_reloc->howto->type == R_EXIT)
2815 bfd_put_32 (abfd, tmp_reloc->addend, p + 5);

Completed in 181 milliseconds