Searched refs:shift_offset (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldwrite.c490 bfd_vma shift_offset; local
508 shift_offset = p->offset;
511 n->_cooked_size = cursor->_cooked_size - shift_offset;
512 cursor->_cooked_size = shift_offset;
514 n->_raw_size = cursor->_raw_size - shift_offset;
515 cursor->_raw_size = shift_offset;
517 vma += shift_offset;
524 p->offset -= shift_offset;
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldwrite.c487 bfd_vma shift_offset; local
505 shift_offset = p->offset;
506 n->size = cursor->size - shift_offset;
507 cursor->size = shift_offset;
509 vma += shift_offset;
516 p->offset -= shift_offset;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp361 uint8_t shift_offset = 0; local
365 shift_offset = 6;
368 shift_offset = 5;
373 for (; len_bits > 0; data_bits >>= shift_offset, --len_bits) {

Completed in 183 milliseconds