dso_cache
static struct dso_cache *dso_cache__populate(struct dso *dso,
struct dso_cache *cache;
struct dso_cache *old;
static struct dso_cache *dso_cache__find(struct dso *dso,
struct dso_cache *cache = __dso_cache__find(dso, offset);
struct dso_cache *cache;
struct dso_cache *cache;
cache = rb_entry(next, struct dso_cache, rb_node);
static struct dso_cache *__dso_cache__find(struct dso *dso, u64 offset)
struct dso_cache *cache;
cache = rb_entry(parent, struct dso_cache, rb_node);
static struct dso_cache *
dso_cache__insert(struct dso *dso, struct dso_cache *new)
struct dso_cache *cache;
cache = rb_entry(parent, struct dso_cache, rb_node);
static ssize_t dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data,