Searched refs:offsetInSection (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp49 uint64_t offsetInSection; member in struct:__anon1147::AtomInfo
691 auto atomContent = sectionContent.slice(ai.offsetInSection,
744 _atomToAddress[info.atom] = sect->address + info.offsetInSection;
1325 _archHandler.appendSectionRelocations(*atom, info.offsetInSection, *ref,
1399 entry.offset = si->address + info.offsetInSection + startOffset;
1412 entry.offset = si->address + info.offsetInSection + startOffset;
1523 &newContent[atomInfo.offsetInSection +

Completed in 109 milliseconds