Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp2211 static uint32_t getSymSectionIndex(Symbol *sym) { in getSymSectionIndex() function
2253 const uint32_t shndx = getSymSectionIndex(sym); in writeTo()
2319 if (!getCommonSec(entry.sym) && getSymSectionIndex(entry.sym) == SHN_XINDEX) in writeTo()