Lines Matching refs:ElfBuilder
70 class ElfBuilder final {
90 Section(ElfBuilder<ElfTypes>* owner, in Section()
213 ElfBuilder<ElfTypes>* owner_;
221 friend class ElfBuilder; variable
228 CachedSection(ElfBuilder<ElfTypes>* owner, in CachedSection()
268 CachedStringSection(ElfBuilder<ElfTypes>* owner, in CachedStringSection()
292 StringSection(ElfBuilder<ElfTypes>* owner, in StringSection()
342 SymbolSection(ElfBuilder<ElfTypes>* owner, in SymbolSection()
414 BuildIdSection(ElfBuilder<ElfTypes>* owner, in BuildIdSection()
460 ElfBuilder(InstructionSet isa, OutputStream* output) in ElfBuilder() function
496 ~ElfBuilder() {} in ~ElfBuilder()
998 DISALLOW_COPY_AND_ASSIGN(ElfBuilder);