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

  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 325 // If BYTESHIFT is not -1U, the returned View must have the specified
328 // not for the requested BYTESHIFT.
332 unsigned int byteshift, File_read::View** vshifted) const
344 if (byteshift == -1U || byteshift == 0)
359 if (byteshift == -1U || byteshift == p->second->byteshift())
431 memcpy(p, pv->data() + (start - pv->start() + pv->byteshift()), size);
447 v->byteshift()),
545 unsigned int byteshift; local
    [all...]
fileread.h 267 unsigned int byteshift, bool cache, Data_ownership data_ownership)
269 byteshift_(byteshift), cache_(cache), data_ownership_(data_ownership),
297 byteshift() const function in class:gold::File_read::View
370 find_view(off_t start, section_size_type size, unsigned int byteshift,
383 make_view(off_t start, section_size_type size, unsigned int byteshift,

Completed in 420 milliseconds