Searched refs:getELFRelativeRelocationType (Results 1 – 4 of 4) sorted by relevance
254 TEST(ELFTest, getELFRelativeRelocationType) { in TEST() argument255 EXPECT_EQ(ELF::R_VE_RELATIVE, getELFRelativeRelocationType(EM_VE)); in TEST()256 EXPECT_EQ(ELF::R_LARCH_RELATIVE, getELFRelativeRelocationType(EM_LOONGARCH)); in TEST()
318 EXPECT_EQ(ELF::R_CKCORE_RELATIVE, getELFRelativeRelocationType(ELF::EM_CSKY)); in TEST()
75 uint32_t getELFRelativeRelocationType(uint32_t Machine);714 return getELFRelativeRelocationType(getHeader().e_machine); in getRelativeRelocationType()
193 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType() 192 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { getELFRelativeRelocationType() function in llvm::object