Searched refs:textDelta (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.cpp83 DebuggerInterface::GetElfSymbols(const char* filePath, int64 textDelta, argument
94 error = elfFile.CreateSymbolLookup(textDelta, symbolLookup);
109 int64 textDelta, BObjectList<SymbolInfo>& infos)
121 textDelta, is64Bit, swappedByteOrder, false, symbolLookup);
106 GetElfSymbols(const void* symbolTable, uint32 symbolCount, uint32 symbolTableEntrySize, const char* stringTable, uint32 stringTableSize, bool is64Bit, bool swappedByteOrder, int64 textDelta, BObjectList<SymbolInfo>& infos) argument
H A DDebuggerInterface.h106 int64 textDelta,
113 bool swappedByteOrder, int64 textDelta,
/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.h33 uint64 textDelta, bool is64Bit,
H A DElfSymbolLookup.cpp140 uint32 symbolTableEntrySize, uint64 textDelta, bool swappedByteOrder)
148 fTextDelta(textDelta),
328 uint32 symbolTableEntrySize, uint64 textDelta, bool is64Bit,
336 symbolTableEntrySize, textDelta, swappedByteOrder);
340 symbolTableEntrySize, textDelta, swappedByteOrder);
138 ElfSymbolLookupImpl(ElfSymbolLookupSource* source, uint64 symbolTable, uint64 symbolHash, uint64 stringTable, uint32 symbolCount, uint32 symbolTableEntrySize, uint64 textDelta, bool swappedByteOrder) argument
326 Create(ElfSymbolLookupSource* source, uint64 symbolTable, uint64 symbolHash, uint64 stringTable, uint32 symbolCount, uint32 symbolTableEntrySize, uint64 textDelta, bool is64Bit, bool swappedByteOrder, bool cacheSource, ElfSymbolLookup*& _lookup) argument
H A DCoreFile.cpp69 uint64 termRoutine, uint64 textBase, uint64 textSize, int64 textDelta,
80 fTextDelta(textDelta),
248 uint64 textDelta = imageInfo->TextDelta(); local
276 textDelta, fElfFile.Is64Bit(), fElfFile.IsByteOrderSwapped(), true,
590 int64 textDelta = Get(entry.ni_text_delta); local
618 initRoutine, termRoutine, textBase, textSize, textDelta, dataBase,
68 CoreFileImageInfo(int32 id, int32 type, uint64 initRoutine, uint64 termRoutine, uint64 textBase, uint64 textSize, int64 textDelta, uint64 dataBase, uint64 dataSize, int32 deviceId, int64 nodeId, uint64 symbolTable, uint64 symbolHash, uint64 stringTable, CoreFileAreaInfo* textArea, CoreFileAreaInfo* dataArea, const BString& name) argument
H A DCoreFile.h88 int64 textDelta,
H A DElfFile.cpp347 ElfFile::CreateSymbolLookup(uint64 textDelta, ElfSymbolLookup*& _lookup) const argument
380 stringSection->Offset(), symbolCount, symbolTableEntrySize, textDelta,
/haiku/headers/private/debugger/elf/
H A DElfFile.h152 status_t CreateSymbolLookup(uint64 textDelta,

Completed in 58 milliseconds