Home
last modified time | relevance | path

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

/external/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileBinaryWriterTests.cpp613 const Relocation& picha2 = text.relocations[5]; in TEST() local
614 EXPECT_EQ(picha2.offset, Hex32(0x24)); in TEST()
615 EXPECT_EQ(picha2.scattered, true); in TEST()
616 EXPECT_EQ(picha2.type, PPC_RELOC_PAIR); in TEST()
617 EXPECT_EQ(picha2.length, 2); in TEST()
618 EXPECT_EQ(picha2.value, 0x4U); in TEST()