Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp452 static InputSection *findContainingSubsection(const Section &section, in findContainingSubsection() function
588 r.referent = findContainingSubsection(*sections[relInfo.r_symbolnum - 1], in parseRelocations()
603 subsec = findContainingSubsection(section, &r.offset); in parseRelocations()
627 p.referent = findContainingSubsection( in parseRelocations()
829 findContainingSubsection(*sections[i], &symbolOffset); in parseSymbols()
1358 auto *isec = cast<ConcatInputSection>(findContainingSubsection(*sec, &addr)); in findSymbolAtAddress()
1420 cieIsec = findContainingSubsection(ehFrameSection, &cieOff); in registerEhFrames()
1491 cast<ConcatInputSection>(findContainingSubsection(*sec, &lsdaAddr)); in registerEhFrames()