Home
last modified time | relevance | path

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

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