Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileToAtoms.cpp578 const Section &symSection = normalizedFile.sections[sym->sect-1]; in convertRelocs() local
579 uint64_t targetOffsetInSect = sym->value - symSection.address; in convertRelocs()
580 MachODefinedAtom *target = file.findAtomCoveringAddress(symSection, in convertRelocs()