HomeSort by relevance Sort by last modified time
    Searched refs:tmp_reloc (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
nlm32-sparc.c 97 struct nlm32_sparc_reloc_ext tmp_reloc; local
100 if (bfd_bread (&tmp_reloc, (bfd_size_type) 12, abfd) != 12)
106 val = bfd_get_32 (abfd, tmp_reloc.offset);
107 addend = bfd_get_32 (abfd, tmp_reloc.addend);
108 type = bfd_get_8 (abfd, tmp_reloc.type);
138 struct nlm32_sparc_reloc_ext tmp_reloc; local
182 bfd_put_32 (abfd, val, tmp_reloc.offset);
183 bfd_put_32 (abfd, rel->addend, tmp_reloc.addend);
184 bfd_put_8 (abfd, (short) (rel->howto->type), tmp_reloc.type);
186 if (bfd_bwrite (&tmp_reloc, (bfd_size_type) 12, abfd) != 12
    [all...]
som.c 3139 arelent *tmp_reloc = NULL; local
    [all...]

Completed in 788 milliseconds