Lines Matching refs:Ret
334 uint16_t Ret = 0; in toSecMapFlags() local
336 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Read); in toSecMapFlags()
338 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Write); in toSecMapFlags()
340 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Execute); in toSecMapFlags()
342 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Execute); in toSecMapFlags()
344 Ret |= static_cast<uint16_t>(OMFSegDescFlags::AddressIs32Bit); in toSecMapFlags()
347 Ret |= static_cast<uint16_t>(OMFSegDescFlags::IsSelector); in toSecMapFlags()
349 return Ret; in toSecMapFlags()
359 std::vector<SecMapEntry> Ret; in createSectionMap() local
363 Ret.emplace_back(); in createSectionMap()
364 auto &Entry = Ret.back(); in createSectionMap()
389 return Ret; in createSectionMap()