Home
last modified time | relevance | path

Searched refs:vshifted (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dfileread.cc332 unsigned int byteshift, File_read::View** vshifted) const in find_view()
338 if (vshifted != NULL) in find_view()
339 *vshifted = NULL; in find_view()
365 if (vshifted != NULL && *vshifted == NULL) in find_view()
366 *vshifted = p->second; in find_view()
572 File_read::View* vshifted; in find_or_make_view() local
575 &vshifted); in find_or_make_view()
585 v = vshifted; in find_or_make_view()
Dfileread.h371 View** vshifted) const;
DChangeLog16346 * fileread.cc (File_read::find_view): Add byteshift and vshifted