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

  /toolchain/binutils/binutils-2.27/gold/
fileread.cc 326 // byte shift; otherwise, it may have any byte shift. If VSHIFTED is
327 // not NULL, this sets *VSHIFTED to a view which would have worked if
332 unsigned int byteshift, File_read::View** vshifted) const
338 if (vshifted != NULL)
339 *vshifted = NULL;
365 if (vshifted != NULL && *vshifted == NULL)
366 *vshifted = p->second;
572 File_read::View* vshifted; local
575 &vshifted);
    [all...]
fileread.h 371 View** vshifted) const;

Completed in 51 milliseconds