Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp493 const Section* findSectionCoveringAddress(const NormalizedFile &normalizedFile, in findSectionCoveringAddress() function
508 sect = findSectionCoveringAddress(normalizedFile, addr); in findAtomCoveringAddress()
536 sect = findSectionCoveringAddress(normalizedFile, addr); in convertRelocs()
1502 const Section* s = findSectionCoveringAddress(normalizedFile, entry.offset); in normalizedObjectToAtoms()