Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp566 void Util::layoutSectionsInTextSegment(size_t hlcSize, SegmentInfo *seg, in layoutSectionsInTextSegment() argument
576 int64_t padding = taddr - hlcSize; in layoutSectionsInTextSegment()
580 addr += (padding + hlcSize); in layoutSectionsInTextSegment()
590 size_t hlcSize = headerAndLoadCommandsSize(file, in assignAddressesToSections() local
602 layoutSectionsInTextSegment(hlcSize, seg, address); in assignAddressesToSections()