Lines Matching refs:sectionOffset
42 uint64_t sectionOffset, uint64_t contentSize, bool thumb, in addDefinedAtom() argument
45 assert(sectionOffset+contentSize <= inSection->content.size()); in addDefinedAtom()
46 ArrayRef<uint8_t> content = inSection->content.slice(sectionOffset, in addDefinedAtom()
55 sectionOffset % inSection->alignment); in addDefinedAtom()
59 addAtomForSection(inSection, atom, sectionOffset); in addDefinedAtom()
64 bool thumb, bool noDeadStrip, uint64_t sectionOffset, in addDefinedAtomInCustomSection() argument
67 assert(sectionOffset+contentSize <= inSection->content.size()); in addDefinedAtomInCustomSection()
68 ArrayRef<uint8_t> content = inSection->content.slice(sectionOffset, in addDefinedAtomInCustomSection()
78 sectionOffset % inSection->alignment); in addDefinedAtomInCustomSection()
84 addAtomForSection(inSection, atom, sectionOffset); in addDefinedAtomInCustomSection()
88 uint64_t sectionOffset, uint64_t size, in addZeroFillDefinedAtom() argument
97 sectionOffset % inSection->alignment); in addZeroFillDefinedAtom()
114 addAtomForSection(inSection, atom, sectionOffset); in addZeroFillDefinedAtom()
257 uint64_t sectionOffset) { in addAtomForSection() argument
259 offAndAtom.offset = sectionOffset; in addAtomForSection()