1 #ifndef ROSE_BINARYLOADER_H
2 #define ROSE_BINARYLOADER_H
75 Exception(
const std::string &reason): std::runtime_error(reason) {}
76 void print(std::ostream&)
const;
218 virtual std::string
find_so_file(
const std::string &libname)
const;
330 static int64_t
gcd(int64_t a, int64_t b, int64_t *x=NULL, int64_t *y=NULL);
384 rose_addr_t *va_offset,
bool *anon_lo,
bool *anon_hi,