Home | History | Annotate | Download | only in util

Lines Matching refs:u64

22 	       u64 start, u64 end, u64 pgoff, struct dso *dso)
36 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len,
37 u64 pgoff, u32 pid, char *filename,
150 struct symbol *map__find_symbol(struct map *self, u64 addr,
207 u64 map__rip_2objdump(struct map *map, u64 rip)
209 u64 addr = map->dso->adjust_symbols ?
215 u64 map__objdump_2ip(struct map *map, u64 addr)
217 u64 ip = map->dso->adjust_symbols ?
289 enum map_type type, u64 addr,
472 static u64 map__reloc_map_ip(struct map *map, u64 ip)
477 static u64 map__reloc_unmap_ip(struct map *map, u64 ip)
505 const u64 ip = map->start;
526 struct map *maps__find(struct rb_root *maps, u64 ip)