Lines Matching refs:owner
90 Section(ElfBuilder<ElfTypes>* owner, in Section() argument
99 owner_(owner), in Section()
228 CachedSection(ElfBuilder<ElfTypes>* owner, in CachedSection() argument
236 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { } in CachedSection()
268 CachedStringSection(ElfBuilder<ElfTypes>* owner, in CachedStringSection() argument
272 : CachedSection(owner, in CachedStringSection()
292 StringSection(ElfBuilder<ElfTypes>* owner, in StringSection() argument
296 : Section(owner, in StringSection()
335 SymbolSection(ElfBuilder<ElfTypes>* owner, in SymbolSection() argument
340 : Section(owner, in SymbolSection()
404 BuildIdSection(ElfBuilder<ElfTypes>* owner, in BuildIdSection() argument
412 : Section(owner, name, type, flags, link, info, align, entsize), in BuildIdSection()