assert_in_bounds  190 src/runtime/hexagon_remote/dlib.cpp         return assert_in_bounds(x, x + count);
assert_in_bounds  197 src/runtime/hexagon_remote/dlib.cpp             if (!assert_in_bounds(fixup_addr)) return false;
assert_in_bounds  203 src/runtime/hexagon_remote/dlib.cpp                 if (!assert_in_bounds(sym)) return false;
assert_in_bounds  205 src/runtime/hexagon_remote/dlib.cpp                 if (!assert_in_bounds(sym_name)) return false;
assert_in_bounds  219 src/runtime/hexagon_remote/dlib.cpp                     if (!assert_in_bounds(S, sym->st_size)) return false;
assert_in_bounds  359 src/runtime/hexagon_remote/dlib.cpp         if (!assert_in_bounds(phdrs, ehdr->e_phnum)) return false;
assert_in_bounds  373 src/runtime/hexagon_remote/dlib.cpp             if (!assert_in_bounds(program_i, size_i)) return false;
assert_in_bounds  426 src/runtime/hexagon_remote/dlib.cpp         if (!assert_in_bounds(addr, sym->st_size)) return NULL;
assert_in_bounds  437 src/runtime/hexagon_remote/dlib.cpp             if (!assert_in_bounds(sym)) return NULL;
assert_in_bounds  439 src/runtime/hexagon_remote/dlib.cpp             if (!assert_in_bounds(sym_name)) return NULL;