Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Object/
H A DELFTest.cpp254 TEST(ELFTest, getELFRelativeRelocationType) { in TEST() argument
255 EXPECT_EQ(ELF::R_VE_RELATIVE, getELFRelativeRelocationType(EM_VE)); in TEST()
256 EXPECT_EQ(ELF::R_LARCH_RELATIVE, getELFRelativeRelocationType(EM_LOONGARCH)); in TEST()
H A DELFObjectFileTest.cpp318 EXPECT_EQ(ELF::R_CKCORE_RELATIVE, getELFRelativeRelocationType(ELF::EM_CSKY)); in TEST()
/llvm-project/llvm/include/llvm/Object/
H A DELF.h75 uint32_t getELFRelativeRelocationType(uint32_t Machine);
714 return getELFRelativeRelocationType(getHeader().e_machine); in getRelativeRelocationType()
/llvm-project/llvm/lib/Object/
H A DELF.cpp193 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType()
192 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { getELFRelativeRelocationType() function in llvm::object