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.cpp474 static InputSection *findContainingSubsection(const Section &section, in findContainingSubsection() function
610 r.referent = findContainingSubsection(*sections[relInfo.r_symbolnum - 1], in parseRelocations()
625 subsec = findContainingSubsection(section, &r.offset); in parseRelocations()
649 p.referent = findContainingSubsection( in parseRelocations()
847 findContainingSubsection(*sections[i], &symbolOffset); in parseSymbols()
1372 auto *isec = cast<ConcatInputSection>(findContainingSubsection(*sec, &addr)); in findSymbolAtAddress()
1434 cieIsec = findContainingSubsection(ehFrameSection, &cieOff); in registerEhFrames()
1506 cast<ConcatInputSection>(findContainingSubsection(*sec, &lsdaAddr)); in registerEhFrames()