Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Object/
H A DELFTest.cpp164 TEST(ELFTest, getELFRelativeRelocationType) { in TEST() argument
165 EXPECT_EQ(ELF::R_VE_RELATIVE, getELFRelativeRelocationType(EM_VE)); in TEST()
H A DELFObjectFileTest.cpp315 EXPECT_EQ(ELF::R_CKCORE_RELATIVE, getELFRelativeRelocationType(ELF::EM_CSKY)); in TEST()
/llvm-project-15.0.7/llvm/lib/Object/
H A DELF.cpp184 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType() function in llvm::object
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h71 uint32_t getELFRelativeRelocationType(uint32_t Machine);
584 return getELFRelativeRelocationType(getHeader().e_machine); in getRelativeRelocationType()