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

  /src/external/gpl3/binutils/dist/bfd/
linker.c 966 file_ptr last_ar_offset = -1;
980 if (needed && arsym->file_offset == last_ar_offset)
1009 if (last_ar_offset != arsym->file_offset)
1011 last_ar_offset = arsym->file_offset;
1012 element = _bfd_get_elt_at_filepos (abfd, last_ar_offset,
1040 while (arsyms[mark].file_offset == last_ar_offset);
963 file_ptr last_ar_offset = -1; local
  /src/external/gpl3/binutils.old/dist/bfd/
linker.c 964 file_ptr last_ar_offset = -1;
978 if (needed && arsym->file_offset == last_ar_offset)
1007 if (last_ar_offset != arsym->file_offset)
1009 last_ar_offset = arsym->file_offset;
1010 element = _bfd_get_elt_at_filepos (abfd, last_ar_offset,
1038 while (arsyms[mark].file_offset == last_ar_offset);
961 file_ptr last_ar_offset = -1; local
  /src/external/gpl3/gdb/dist/bfd/
linker.c 948 file_ptr last_ar_offset = -1;
962 if (needed && arsym->file_offset == last_ar_offset)
991 if (last_ar_offset != arsym->file_offset)
993 last_ar_offset = arsym->file_offset;
994 element = _bfd_get_elt_at_filepos (abfd, last_ar_offset,
1022 while (arsyms[mark].file_offset == last_ar_offset);
945 file_ptr last_ar_offset = -1; local
  /src/external/gpl3/gdb.old/dist/bfd/
linker.c 946 file_ptr last_ar_offset = -1;
960 if (needed && arsym->file_offset == last_ar_offset)
989 if (last_ar_offset != arsym->file_offset)
991 last_ar_offset = arsym->file_offset;
992 element = _bfd_get_elt_at_filepos (abfd, last_ar_offset,
1020 while (arsyms[mark].file_offset == last_ar_offset);
943 file_ptr last_ar_offset = -1; local

Completed in 37 milliseconds