Searched refs:getELFRelativeRelocationType (Results 1 – 6 of 6) sorted by relevance
54 TEST(ELFTest, getELFRelativeRelocationType) { in TEST() argument55 EXPECT_EQ(0U, getELFRelativeRelocationType(EM_VE)); in TEST()
298 EXPECT_EQ(ELF::R_CKCORE_RELATIVE, getELFRelativeRelocationType(ELF::EM_CSKY)); in TEST()
34 uint32_t getELFRelativeRelocationType(uint32_t Machine);469 return getELFRelativeRelocationType(getHeader()->e_machine); in getRelativeRelocationType()
34 uint32_t getELFRelativeRelocationType(uint32_t Machine);507 return getELFRelativeRelocationType(getHeader().e_machine); in getRelativeRelocationType()
156 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType() function in llvm::object
170 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType() function in llvm::object