Home
last modified time | relevance | path

Searched refs:ElfFile (Results 1 – 13 of 13) sorted by relevance

/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.h40 class ElfFile; variable
90 ElfRelocationIterator(ElfFile* file);
99 ElfFile* fFile;
105 class ElfFile {
107 ElfFile();
108 ~ElfFile();
H A DElfFile.cpp65 void SetTo(ElfFile* file, Elf_Shdr* header);
69 ElfFile* GetFile() const;
86 ElfFile* fFile;
107 ElfSection::SetTo(ElfFile* file, Elf_Shdr* header) in SetTo()
124 ElfFile*
434 ElfRelocationIterator::ElfRelocationIterator(ElfFile* file) in ElfRelocationIterator()
495 ElfFile::ElfFile() in ElfFile() function in ElfFile
505 ElfFile::~ElfFile() in ~ElfFile()
512 ElfFile::SetTo(const char *filename) in SetTo()
523 ElfFile::Unset() in Unset()
[all …]
H A DJamfile8 : ElfFile.cpp
H A DElfImage.h65 ElfFile fFile;
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp112 struct ElfFile::SymbolLookupSource : public ElfSymbolLookupSource {
180 ElfFile::ElfFile() in ElfFile() function in ElfFile
194 ElfFile::~ElfFile() in ~ElfFile()
202 ElfFile::Init(const char* fileName) in Init()
257 ElfFile::GetSection(const char* name) in GetSection()
268 ElfFile::PutSection(ElfSection* section) in PutSection()
276 ElfFile::FindSection(const char* name) const in FindSection()
290 ElfFile::FindSection(uint32 type) const in FindSection()
304 ElfFile::TextSegment() const in TextSegment()
318 ElfFile::DataSegment() const in DataSegment()
[all …]
H A DCoreFile.h173 ElfFile& GetElfFile() in GetElfFile()
253 ElfFile fElfFile;
H A DElfSymbolLookup.cpp162 return ElfFile::StaticGet(value, fSwappedByteOrder); in Get()
/haiku/headers/private/debugger/elf/
H A DElfFile.h117 class ElfFile {
119 ElfFile();
120 ~ElfFile();
211 ElfFile::StaticGet(const Value& value, bool swappedByteOrder) in StaticGet()
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h26 class ElfFile; variable
45 ElfFile* GetElfFile() const { return fElfFile; } in GetElfFile()
218 ElfFile* fElfFile;
219 ElfFile* fAlternateElfFile;
H A DDwarfFile.cpp39 AutoSectionPutter(ElfFile* elfFile, ElfSection* elfSection) in AutoSectionPutter()
53 ElfFile* fElfFile;
354 target_addr_t FDEAddressOffset(ElfFile* file, in FDEAddressOffset()
390 ElfFile* file, ElfSection* debugFrameSection, in ReadEncodedAddress()
524 ElfFile* debugInfoFile = fAlternateElfFile != NULL in ~DwarfFile()
567 fElfFile = new(std::nothrow) ElfFile; in StartLoading()
591 ElfFile* debugInfoFile = fAlternateElfFile != NULL in Load()
3217 ElfFile* debugInfoFile = fElfFile; in _LocateDebugInfo()
3254 fAlternateElfFile = new(std::nothrow) ElfFile; in _LocateDebugInfo()
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.cpp87 ElfFile elfFile; in GetElfSymbols()
/haiku/src/kits/debugger/
H A DJamfile158 ElfFile.cpp
/haiku/src/apps/debugger/
H A DDebugger.cpp527 ElfFile elfFile; in RefsReceived()