Searched refs:MapInfo (Results 1 – 4 of 4) sorted by relevance
26 struct MapInfo;53 virtual uint64_t GetRelPc(Elf* elf, const MapInfo* map_info) = 0;75 uint64_t GetRelPc(Elf* elf, const MapInfo* map_info) override;
28 struct MapInfo { struct
33 uint64_t RegsTmpl<AddressType>::GetRelPc(Elf* elf, const MapInfo* map_info) { in GetRelPc()
133 MapInfo map_info{.start = 0x1000, .end = 0x2000}; in regs_rel_pc()249 MapInfo map_info{.start = 0x1000, .end = 0x2000}; in TEST_F()