OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:func_so_addr
(Results
1 - 1
of
1
) sorted by null
/external/lldb/source/Expression/
ClangExpressionDeclMap.cpp
574
const Address *
func_so_addr
= NULL;
local
578
func_so_addr
= &sym_ctx.function->GetAddressRange().GetBaseAddress();
580
func_so_addr
= &sym_ctx.symbol->GetAddress();
585
if (!
func_so_addr
|| !
func_so_addr
->IsValid())
588
func_addr =
func_so_addr
->GetCallableLoadAddress (target, is_indirect_function);
[
all
...]
Completed in 62 milliseconds