Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp351 rebase->high8 = (targetVA >> 56); in writeChainedRebase()
358 uint64_t encodedVA = rebase->target | ((uint64_t)rebase->high8 << 56); in writeChainedRebase()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1132 uint64_t high8 : 8; member