Searched refs:StripAddressTag (Results 1 – 2 of 2) sorted by relevance
39 EXPECT_EQ(0UL, debug.StripAddressTag(0)); in TEST()40 EXPECT_EQ(0x1234567812345678UL, debug.StripAddressTag(0x1234567812345678UL)); in TEST()48 EXPECT_EQ(0UL, debug.StripAddressTag(0)); in TEST()49 EXPECT_EQ(0x34567812345678UL, debug.StripAddressTag(0x1234567812345678UL)); in TEST()52 EXPECT_EQ(0xfff4567812345678UL, debug.StripAddressTag(0x00f4567812345678UL)); in TEST()
254 data.symfile_addr = StripAddressTag(data.symfile_addr); in ReadNewEntries()313 address[i] = StripAddressTag(address[i]); in ReadNextField()361 Uintptr_T StripAddressTag(Uintptr_T addr) { in StripAddressTag() function