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

  /toolchain/binutils/binutils-2.25/bfd/
irix-core.c 174 struct idesc *idg, *idf, *ids; local
226 idg = &coreout.c_idesc[I_GPREGS];
230 if (idg->i_offset + idg->i_len != idf->i_offset
234 if (bfd_seek (abfd, idg->i_offset, SEEK_SET) != 0)
239 idg->i_len + idf->i_len + ids->i_len,
241 idg->i_offset))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 484 with os.popen('id -G') as idg:
485 groups = idg.read().strip()
486 ret = idg.close()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 484 with os.popen('id -G') as idg:
485 groups = idg.read().strip()
486 ret = idg.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 484 with os.popen('id -G') as idg:
485 groups = idg.read().strip()
486 ret = idg.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 484 with os.popen('id -G') as idg:
485 groups = idg.read().strip()
486 ret = idg.close()

Completed in 187 milliseconds