Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp3317 static InputSection *findExidxSection(InputSection *isec) { in findExidxSection() function
3426 if (findExidxSection(isec)) in finalizeContents()
3454 InputSection *ex1 = findExidxSection(executableSections[prev]); in finalizeContents()
3455 InputSection *ex2 = findExidxSection(executableSections[i]); in finalizeContents()
3467 if (InputSection *d = findExidxSection(isec)) { in finalizeContents()
3500 if (InputSection *d = findExidxSection(isec)) { in writeTo()