Searched refs:GetElfEntryPoint (Results 1 – 3 of 3) sorted by relevance
31 bool GetElfEntryPoint(const pid_t process_id, uint64_t* entry_address,
38 bool GetElfEntryPoint(const pid_t process_id, uint64_t* entry_address, in GetElfEntryPoint() function
249 if (!GetElfEntryPoint(process_id, &entry_address, &is_arm_mode)) { in StepToEntryPoint()