Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp472 static InputSection *findContainingSubsection(const Section &section, in findContainingSubsection() function
608 r.referent = findContainingSubsection(*sections[relInfo.r_symbolnum - 1], in parseRelocations()
623 subsec = findContainingSubsection(section, &r.offset); in parseRelocations()
647 p.referent = findContainingSubsection( in parseRelocations()
845 findContainingSubsection(*sections[i], &symbolOffset); in parseSymbols()
1370 auto *isec = cast<ConcatInputSection>(findContainingSubsection(*sec, &addr)); in findSymbolAtAddress()
1432 cieIsec = findContainingSubsection(ehFrameSection, &cieOff); in registerEhFrames()
1504 cast<ConcatInputSection>(findContainingSubsection(*sec, &lsdaAddr)); in registerEhFrames()