Home
last modified time | relevance | path

Searched refs:GetElfSymbols (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.cpp83 DebuggerInterface::GetElfSymbols(const char* filePath, int64 textDelta, in GetElfSymbols() function in DebuggerInterface
101 return GetElfSymbols(symbolLookup, infos); in GetElfSymbols()
106 DebuggerInterface::GetElfSymbols(const void* symbolTable, uint32 symbolCount, in GetElfSymbols() function in DebuggerInterface
128 return GetElfSymbols(symbolLookup, infos); in GetElfSymbols()
133 DebuggerInterface::GetElfSymbols(ElfSymbolLookup* symbolLookup, in GetElfSymbols() function in DebuggerInterface
H A DDebuggerInterface.h105 status_t GetElfSymbols(const char* filePath,
108 status_t GetElfSymbols(const void* symbolTable,
115 status_t GetElfSymbols(ElfSymbolLookup* symbolLookup,
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp245 return GetElfSymbols(symbolsInfo->SymbolTable(), in GetSymbolInfos()
254 status_t error = GetElfSymbols(imageInfo->Name(), imageInfo->TextDelta(), in GetSymbolInfos()
270 return GetElfSymbols(symbolLookup, infos); in GetSymbolInfos()