Searched refs:fElfFile (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/elf/
H A DCoreFile.h174 { return fElfFile; }
250 { return fElfFile.Get(value); }
253 ElfFile fElfFile; member in class:CoreFile
H A DCoreFile.cpp202 fElfFile(),
219 status_t error = fElfFile.Init(fileName);
223 if (fElfFile.Is64Bit())
261 ElfSymbolLookupSource* source = fElfFile.CreateSymbolLookupSource(
270 size_t symbolTableEntrySize = fElfFile.Is64Bit()
276 textDelta, fElfFile.Is64Bit(), fElfFile.IsByteOrderSwapped(), true,
299 int32 count = fElfFile.CountSegments();
301 ElfSegment* segment = fElfFile.SegmentAt(i);
330 ssize_t bytesRead = pread(fElfFile
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp41 fElfFile(elfFile),
49 fElfFile->PutSection(fElfSection);
53 ElfFile* fElfFile; member in class:AutoSectionPutter
491 fElfFile(NULL),
523 if (fElfFile != NULL) {
525 ? fAlternateElfFile : fElfFile;
536 fElfFile->PutSection(fEHFrameSection);
539 delete fElfFile;
567 fElfFile = new(std::nothrow) ElfFile;
568 if (fElfFile
[all...]
H A DDwarfFile.h45 ElfFile* GetElfFile() const { return fElfFile; }
218 ElfFile* fElfFile; member in class:DwarfFile

Completed in 94 milliseconds