Home
last modified time | relevance | path

Searched refs:symbol_load_addr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp532 addr_t symbol_load_addr = LLDB_INVALID_ADDRESS; in GetSymbolAddress() local
535 if (symbol_load_addr != 0 && symbol_load_addr != LLDB_INVALID_ADDRESS) in GetSymbolAddress()
546 symbol_load_addr = sym_address.GetCallableLoadAddress(&target); in GetSymbolAddress()
550 symbol_load_addr = sym_address.GetCallableLoadAddress(&target, true); in GetSymbolAddress()
569 symbol_load_addr = GetSymbolAddress( in GetSymbolAddress()
600 symbol_load_addr = sym_address.GetLoadAddress(&target); in GetSymbolAddress()
605 if (symbol_load_addr == LLDB_INVALID_ADDRESS && process) { in GetSymbolAddress()
609 symbol_load_addr = runtime->LookupRuntimeSymbol(name); in GetSymbolAddress()
613 return symbol_load_addr; in GetSymbolAddress()
1739 lldb::addr_t symbol_load_addr = symbol_address.GetLoadAddress(target); in AddOneGenericVariable() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp846 lldb::addr_t symbol_load_addr = runtime->LookupRuntimeSymbol(name); in FindInRuntimes() local
848 if (symbol_load_addr != LLDB_INVALID_ADDRESS) in FindInRuntimes()
849 return symbol_load_addr; in FindInRuntimes()
862 lldb::addr_t symbol_load_addr = target_sp->GetPersistentSymbol(name); in FindInUserDefinedSymbols() local
864 if (symbol_load_addr != LLDB_INVALID_ADDRESS) in FindInUserDefinedSymbols()
865 return symbol_load_addr; in FindInUserDefinedSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp714 lldb::addr_t symbol_load_addr = in ExtractRuntimeGlobalSymbol() local
716 if (symbol_load_addr == LLDB_INVALID_ADDRESS) { in ExtractRuntimeGlobalSymbol()
722 return process->ReadUnsignedIntegerFromMemory(symbol_load_addr, byte_size, in ExtractRuntimeGlobalSymbol()
724 return symbol_load_addr; in ExtractRuntimeGlobalSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4126 addr_t symbol_load_addr = LLDB_INVALID_ADDRESS; in ServeSymbolLookups() local
4131 if (symbol_load_addr != LLDB_INVALID_ADDRESS) in ServeSymbolLookups()
4166 symbol_load_addr = in ServeSymbolLookups()
4179 if (symbol_load_addr != LLDB_INVALID_ADDRESS) { in ServeSymbolLookups()
4180 packet.Printf("%" PRIx64, symbol_load_addr); in ServeSymbolLookups()