Lines Matching refs:delete
33 ELFSection() = delete;
34 ELFSection(const ELFSection &) = delete;
35 ELFSection &operator=(const ELFSection &) = delete;
103 ELFTextSection() = delete;
104 ELFTextSection(const ELFTextSection &) = delete;
105 ELFTextSection &operator=(const ELFTextSection &) = delete;
117 ELFDataSection() = delete;
118 ELFDataSection(const ELFDataSection &) = delete;
119 ELFDataSection &operator=(const ELFDataSection &) = delete;
163 ELFSymbolTableSection() = delete;
164 ELFSymbolTableSection(const ELFSymbolTableSection &) = delete;
165 ELFSymbolTableSection &operator=(const ELFSymbolTableSection &) = delete;
219 ELFRelocationSection() = delete;
220 ELFRelocationSection(const ELFRelocationSection &) = delete;
221 ELFRelocationSection &operator=(const ELFRelocationSection &) = delete;
261 ELFStringTableSection() = delete;
262 ELFStringTableSection(const ELFStringTableSection &) = delete;
263 ELFStringTableSection &operator=(const ELFStringTableSection &) = delete;