Lines Matching refs:u64
27 u64 start; in DECLARE_RC_STRUCT()
28 u64 end; in DECLARE_RC_STRUCT()
29 u64 pgoff; in DECLARE_RC_STRUCT()
30 u64 reloc; in DECLARE_RC_STRUCT()
52 static inline u64 map__start(const struct map *map) in map__start()
57 static inline u64 map__end(const struct map *map) in map__end()
62 static inline u64 map__pgoff(const struct map *map) in map__pgoff()
67 static inline u64 map__reloc(const struct map *map) in map__reloc()
108 static inline u64 map__dso_map_ip(const struct map *map, u64 ip) in map__dso_map_ip()
114 static inline u64 map__dso_unmap_ip(const struct map *map, u64 rip) in map__dso_unmap_ip()
119 static inline u64 map__map_ip(const struct map *map, u64 ip_or_rip) in map__map_ip()
127 static inline u64 map__unmap_ip(const struct map *map, u64 ip_or_rip) in map__unmap_ip()
136 u64 map__rip_2objdump(struct map *map, u64 rip);
139 u64 map__objdump_2mem(struct map *map, u64 ip);
142 u64 map__objdump_2rip(struct map *map, u64 ip);
177 struct map *map__new(struct machine *machine, u64 start, u64 len,
178 u64 pgoff, const struct dso_id *id, u32 prot, u32 flags,
180 struct map *map__new2(u64 start, struct dso *dso);
206 size_t map__fprintf_dsoname_dsoff(struct map *map, bool print_off, u64 addr, FILE *fp);
207 char *map__srcline(struct map *map, u64 addr, struct symbol *sym);
208 int map__fprintf_srcline(struct map *map, u64 addr, const char *prefix,
212 struct symbol *map__find_symbol(struct map *map, u64 addr);
219 u64 addr);
265 static inline void map__set_start(struct map *map, u64 start) in map__set_start()
270 static inline void map__set_end(struct map *map, u64 end) in map__set_end()
275 static inline void map__set_pgoff(struct map *map, u64 pgoff) in map__set_pgoff()
280 static inline void map__add_pgoff(struct map *map, u64 inc) in map__add_pgoff()
285 static inline void map__set_reloc(struct map *map, u64 reloc) in map__set_reloc()