Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp798 bool endB = isCrt(b->file->getName(), "crtend"); in compCtors() local
799 if (endA != endB) in compCtors()
800 return endB; in compCtors()