OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFSectionWriter
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
129
template <class ELFT> class
ELFSectionWriter
: public SectionWriter {
137
virtual ~
ELFSectionWriter
() {}
146
explicit
ELFSectionWriter
(WritableMemoryBuffer &Buf) : SectionWriter(Buf) {}
175
template <class ELFT> friend class
ELFSectionWriter
; \
341
std::unique_ptr<
ELFSectionWriter
<ELFT>> SecWriter;
Object.cpp
463
Error
ELFSectionWriter
<ELFT>::visit(const DecompressedSection &Sec) {
522
Error
ELFSectionWriter
<ELFT>::visit(const CompressedSection &Sec) {
642
Error
ELFSectionWriter
<ELFT>::visit(const SectionIndexSection &Sec) {
874
Error
ELFSectionWriter
<ELFT>::visit(const SymbolTableSection &Sec) {
983
Error
ELFSectionWriter
<ELFT>::visit(const RelocationSection &Sec) {
1164
Error
ELFSectionWriter
<ELFT>::visit(const GnuDebugLinkSection &Sec) {
1183
Error
ELFSectionWriter
<ELFT>::visit(const GroupSection &Sec) {
2554
SecWriter = std::make_unique<
ELFSectionWriter
<ELFT>>(*Buf);
Completed in 20 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026