Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp378 uint8_t shift_offset = 0; in NSTaggedString_SummaryProvider() local
382 shift_offset = 6; in NSTaggedString_SummaryProvider()
385 shift_offset = 5; in NSTaggedString_SummaryProvider()
390 for (; len_bits > 0; data_bits >>= shift_offset, --len_bits) { in NSTaggedString_SummaryProvider()