HomeSort by: relevance | last modified time | path
    Searched defs:tmp_reloc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
som.c 3149 arelent *tmp_reloc = NULL; local
3163 tmp_reloc = subsection->orelocation[tmp];
3164 if (tmp_reloc->howto->type == R_EXIT)
3171 bfd_put_32 (abfd, tmp_reloc->addend, p + 5);
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 3149 arelent *tmp_reloc = NULL; local
3163 tmp_reloc = subsection->orelocation[tmp];
3164 if (tmp_reloc->howto->type == R_EXIT)
3171 bfd_put_32 (abfd, tmp_reloc->addend, p + 5);
  /src/external/gpl3/gdb/dist/bfd/
som.c 3149 arelent *tmp_reloc = NULL; local
3163 tmp_reloc = subsection->orelocation[tmp];
3164 if (tmp_reloc->howto->type == R_EXIT)
3171 bfd_put_32 (abfd, tmp_reloc->addend, p + 5);
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 3149 arelent *tmp_reloc = NULL; local
3163 tmp_reloc = subsection->orelocation[tmp];
3164 if (tmp_reloc->howto->type == R_EXIT)
3171 bfd_put_32 (abfd, tmp_reloc->addend, p + 5);

Completed in 42 milliseconds