Searched refs:shift_offset (Results 1 – 3 of 3) sorted by relevance
490 bfd_vma shift_offset; in split_sections() local508 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()
487 bfd_vma shift_offset; in split_sections() local505 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()
361 uint8_t shift_offset = 0; in NSTaggedString_SummaryProvider() local365 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()