Home
last modified time | relevance | path

Searched refs:GetEntryPointAddress (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h135 GetEntryPointAddress ();
DObjectFileMachO.cpp3793 ObjectFileMachO::GetEntryPointAddress () in GetEntryPointAddress() function in ObjectFileMachO
/external/lldb/include/lldb/Symbol/
DObjectFile.h492 GetEntryPointAddress () { return Address();} in GetEntryPointAddress() function
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h130 GetEntryPointAddress ();
DObjectFileELF.cpp554 ObjectFileELF::GetEntryPointAddress () in GetEntryPointAddress() function in ObjectFileELF
/external/lldb/source/Target/
DThreadPlanCallFunction.cpp99 m_start_addr = objectFile->GetEntryPointAddress(); in ConstructorSetup()
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp453 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset()