Searched refs:entry_address (Results 1 – 3 of 3) sorted by relevance
/platform_testing/utils/shell-as/ |
D | elf-utils.cpp | 38 bool GetElfEntryPoint(const pid_t process_id, uint64_t* entry_address, in GetElfEntryPoint() argument 65 *entry_address = in GetElfEntryPoint() 68 *entry_address = in GetElfEntryPoint() 76 if ((*entry_address & 1) == 0) { in GetElfEntryPoint() 83 *entry_address &= ~1; in GetElfEntryPoint()
|
D | elf-utils.h | 31 bool GetElfEntryPoint(const pid_t process_id, uint64_t* entry_address,
|
D | execute.cpp | 248 uint64_t entry_address; in StepToEntryPoint() local 249 if (!GetElfEntryPoint(process_id, &entry_address, &is_arm_mode)) { in StepToEntryPoint() 276 ReadChildMemory(process_id, entry_address, backup.get(), trap_code_size); in StepToEntryPoint() 277 WriteChildMemory(process_id, entry_address, trap_code.get(), trap_code_size); in StepToEntryPoint() 289 if (!SetProgramCounter(process_id, entry_address)) { in StepToEntryPoint() 292 WriteChildMemory(process_id, entry_address, backup.get(), trap_code_size); in StepToEntryPoint()
|