Searched refs:max_addr (Results 1 – 2 of 2) sorted by relevance
29 ElfW(Addr) min_addr = -1ull, max_addr = 0; in CheckCodeModel()36 if (max_addr < hi) in CheckCodeModel()37 max_addr = hi; in CheckCodeModel()40 if (max_addr - min_addr > 1ull << 32) { in CheckCodeModel()44 if (max_addr > 1ull << 48) { in CheckCodeModel()
232 uint64_t &min_addr, uint64_t &max_addr) { in updateSectionLoadAddress() argument245 if (upper > max_addr) in updateSectionLoadAddress()246 max_addr = upper; in updateSectionLoadAddress()265 if (upper > max_addr) in updateSectionLoadAddress()266 max_addr = upper; in updateSectionLoadAddress()