Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1457 InputSection *createInterpSection(Ctx &);
H A DSyntheticSections.cpp265 InputSection *elf::createInterpSection(Ctx &ctx) { in createInterpSection() function in elf
4728 InputSection *sec = createInterpSection(ctx); in createSyntheticSections()