Searched refs:getELFRelativeRelocationType (Results 1 – 4 of 4) sorted by relevance
164 TEST(ELFTest, getELFRelativeRelocationType) { in TEST() argument165 EXPECT_EQ(ELF::R_VE_RELATIVE, getELFRelativeRelocationType(EM_VE)); in TEST()
315 EXPECT_EQ(ELF::R_CKCORE_RELATIVE, getELFRelativeRelocationType(ELF::EM_CSKY)); in TEST()
184 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType() function in llvm::object
71 uint32_t getELFRelativeRelocationType(uint32_t Machine);584 return getELFRelativeRelocationType(getHeader().e_machine); in getRelativeRelocationType()