Searched refs:return_address (Results 1 – 3 of 3) sorted by relevance
20 static intptr_t esp_cpu_get_call_addr(intptr_t return_address) in esp_cpu_get_call_addr() argument23 return return_address; in esp_cpu_get_call_addr()
397 const uint32_t return_address) in esp_eh_frame_find_entry() argument417 ra = return_address - (uint32_t) EH_FRAME_HDR_ADDR; in esp_eh_frame_find_entry()427 ra = return_address - (uint32_t) (sorted_table + middle); in esp_eh_frame_find_entry()
533 FORCE_INLINE_ATTR intptr_t esp_cpu_get_call_addr(intptr_t return_address) in esp_cpu_get_call_addr() argument541 return return_address - 3; in esp_cpu_get_call_addr()543 return return_address - 4; in esp_cpu_get_call_addr()