Lines Matching full:lower
238 uint64_t lower = (uint64_t)-1; in updateSectionLoadAddress() local
242 vmaddrheuristic, lower, upper); in updateSectionLoadAddress()
243 if (lower < min_addr) in updateSectionLoadAddress()
244 min_addr = lower; in updateSectionLoadAddress()
247 const lldb::addr_t slide_amount = lower - section_sp->GetFileAddress(); in updateSectionLoadAddress()
250 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
253 uint64_t lower; in updateSectionLoadAddress() local
255 lower = section_sp->GetFileAddress(); in updateSectionLoadAddress()
257 lower = symbolfile_addr + section_sp->GetFileOffset(); in updateSectionLoadAddress()
261 target.SetSectionLoadAddress(section_sp, lower, true); in updateSectionLoadAddress()
262 uint64_t upper = lower + section_sp->GetByteSize(); in updateSectionLoadAddress()
263 if (lower < min_addr) in updateSectionLoadAddress()
264 min_addr = lower; in updateSectionLoadAddress()
346 uint64_t lower = (uint64_t)-1; in ReadJITDescriptorImpl() local
349 symbolfile_size, vmaddrheuristic, lower, in ReadJITDescriptorImpl()