Searched refs:ElfFile (Results 1 - 11 of 11) sorted by relevance

/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.h22 // File Name: ElfFile.h
40 class ElfFile;
90 ElfRelocationIterator(ElfFile* file);
99 ElfFile* fFile;
104 // ElfFile
105 class ElfFile { class in namespace:SymbolPatcher
107 ElfFile();
108 ~ElfFile();
H A DElfFile.cpp0 // ElfFile.cpp
23 // File Name: ElfFile.cpp
35 #include "ElfFile.h"
65 void SetTo(ElfFile* file, Elf_Shdr* header);
69 ElfFile* GetFile() const;
86 ElfFile* fFile;
107 ElfSection::SetTo(ElfFile* file, Elf_Shdr* header)
124 ElfFile*
434 ElfRelocationIterator::ElfRelocationIterator(ElfFile* file)
492 // ElfFile
495 ElfFile::ElfFile() function in class:ElfFile
[all...]
H A DElfImage.h35 #include "ElfFile.h"
65 ElfFile fFile;
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp6 #include "ElfFile.h"
112 struct ElfFile::SymbolLookupSource : public ElfSymbolLookupSource {
177 // #pragma mark - ElfFile
180 ElfFile::ElfFile() function in class:ElfFile
194 ElfFile::~ElfFile()
202 ElfFile::Init(const char* fileName)
257 ElfFile::GetSection(const char* name)
268 ElfFile
[all...]
H A DCoreFile.h9 #include "ElfFile.h"
173 ElfFile& GetElfFile()
253 ElfFile fElfFile;
H A DElfSymbolLookup.cpp162 return ElfFile::StaticGet(value, fSwappedByteOrder);
/haiku/headers/private/debugger/elf/
H A DElfFile.h117 class ElfFile { class
119 ElfFile();
120 ~ElfFile();
211 ElfFile::StaticGet(const Value& value, bool swappedByteOrder)
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h26 class ElfFile;
45 ElfFile* GetElfFile() const { return fElfFile; }
218 ElfFile* fElfFile;
219 ElfFile* fAlternateElfFile;
H A DDwarfFile.cpp27 #include "ElfFile.h"
39 AutoSectionPutter(ElfFile* elfFile, ElfSection* elfSection)
53 ElfFile* fElfFile;
354 target_addr_t FDEAddressOffset(ElfFile* file,
390 ElfFile* file, ElfSection* debugFrameSection,
524 ElfFile* debugInfoFile = fAlternateElfFile != NULL
567 fElfFile = new(std::nothrow) ElfFile;
591 ElfFile* debugInfoFile = fAlternateElfFile != NULL
3217 ElfFile* debugInfoFile = fElfFile;
3254 fAlternateElfFile = new(std::nothrow) ElfFile;
[all...]
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.cpp87 ElfFile elfFile;
/haiku/src/apps/debugger/
H A DDebugger.cpp32 #include "ElfFile.h"
527 ElfFile elfFile;

Completed in 72 milliseconds