Home
last modified time | relevance | path

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

/platform_testing/utils/shell-as/
Delf-utils.h31 bool GetElfEntryPoint(const pid_t process_id, uint64_t* entry_address,
Delf-utils.cpp38 bool GetElfEntryPoint(const pid_t process_id, uint64_t* entry_address, in GetElfEntryPoint() function
Dexecute.cpp249 if (!GetElfEntryPoint(process_id, &entry_address, &is_arm_mode)) { in StepToEntryPoint()