Lines Matching defs:lower
236 uint64_t lower = (uint64_t)-1;
240 vmaddrheuristic, lower, upper);
241 if (lower < min_addr)
242 min_addr = lower;
245 const lldb::addr_t slide_amount = lower - section_sp->GetFileAddress();
248 section_sp->SetByteSize(upper - lower);
251 uint64_t lower;
253 lower = section_sp->GetFileAddress();
255 lower = symbolfile_addr + section_sp->GetFileOffset();
259 target.SetSectionLoadAddress(section_sp, lower, true);
260 uint64_t upper = lower + section_sp->GetByteSize();
261 if (lower < min_addr)
262 min_addr = lower;
343 uint64_t lower = (uint64_t)-1;
346 symbolfile_size, vmaddrheuristic, lower,