Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp434 static InputSection *findContainingSubsection(const Section &section, in findContainingSubsection() function
720 r.referent = findContainingSubsection(*sections[relInfo.r_symbolnum - 1], in parseRelocations()
735 subsec = findContainingSubsection(section, &r.offset); in parseRelocations()
759 p.referent = findContainingSubsection( in parseRelocations()
946 findContainingSubsection(*sections[i], &symbolOffset); in parseSymbols()
1449 auto *isec = cast<ConcatInputSection>(findContainingSubsection(*sec, &addr)); in findSymbolAtAddress()
1511 cieIsec = findContainingSubsection(ehFrameSection, &cieOff); in registerEhFrames()
1582 cast<ConcatInputSection>(findContainingSubsection(*sec, &lsdaAddr)); in registerEhFrames()