Home
last modified time | relevance | path

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

/platform_testing/utils/shell-as/
Delf-utils.cpp39 bool* is_arm_mode) { in GetElfEntryPoint() argument
74 *is_arm_mode = false; in GetElfEntryPoint()
77 *is_arm_mode = true; in GetElfEntryPoint()
Delf-utils.h32 bool* is_arm_mode);
Dexecute.cpp247 bool is_arm_mode; in StepToEntryPoint() local
249 if (!GetElfEntryPoint(process_id, &entry_address, &is_arm_mode)) { in StepToEntryPoint()
253 if (is_arm_mode) { in StepToEntryPoint()