Home
last modified time | relevance | path

Searched refs:getSymIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.cpp1595 uint32_t DynamicReloc::getSymIndex(SymbolTableBaseSection *symTab) const { in getSymIndex() function in DynamicReloc
1693 p->setSymbolAndType(rel.getSymIndex(symTab), rel.type, config->isMips64EL); in encodeDynamicReloc()
1715 a.getSymIndex(symTab), a.getOffset()) < in writeTo()
1717 b.getSymIndex(symTab), b.getOffset()); in writeTo()
DSyntheticSections.h469 uint32_t getSymIndex(SymbolTableBaseSection *symTab) const;