Home
last modified time | relevance | path

Searched refs:pichi2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileBinaryWriterTests.cpp601 const Relocation& pichi2 = text.relocations[3]; in TEST() local
602 EXPECT_EQ(pichi2.offset, Hex32(0x24)); in TEST()
603 EXPECT_EQ(pichi2.scattered, true); in TEST()
604 EXPECT_EQ(pichi2.type, PPC_RELOC_PAIR); in TEST()
605 EXPECT_EQ(pichi2.length, 2); in TEST()
606 EXPECT_EQ(pichi2.value, 0x4U); in TEST()