Home
last modified time | relevance | path

Searched refs:GetSymbolAddress (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/tools/binman/etype/
Du_boot_spl_bss_pad.py22 bss_size = elf.GetSymbolAddress(fname, '__bss_size')
Du_boot_with_ucode_ptr.py34 sym = elf.GetSymbolAddress(fname, '_dt_ucode_base_size')
/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp35 FUNCNAME(GetSymbolAddress); in getJITFuncIdName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h341 class GetSymbolAddress
342 : public rpc::Function<GetSymbolAddress,
DOrcRemoteTargetServer.h89 addHandler<utils::GetSymbolAddress>(*this, &ThisT::handleGetSymbolAddress); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h553 return callB<utils::GetSymbolAddress>(Name); in getSymbolAddress()
/external/u-boot/tools/binman/
Delf.py62 def GetSymbolAddress(fname, sym_name): function
Dftest.py920 addr = elf.GetSymbolAddress(elf_fname, '__image_copy_start')
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h165 GetSymbolAddress; typedef
DOrcRemoteTargetServer.h96 return handle<GetSymbolAddress>(Channel, *this, in handleKnownFunction()
DOrcRemoteTargetClient.h681 return callST<GetSymbolAddress>(Channel, Name); in getSymbolAddress()