Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/
Desp_err.c20 static intptr_t esp_cpu_get_call_addr(intptr_t return_address) in esp_cpu_get_call_addr() argument
23 return return_address; in esp_cpu_get_call_addr()
Deh_frame_parser.c397 const uint32_t return_address) in esp_eh_frame_find_entry() argument
417 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()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h533 FORCE_INLINE_ATTR intptr_t esp_cpu_get_call_addr(intptr_t return_address) in esp_cpu_get_call_addr() argument
541 return return_address - 3; in esp_cpu_get_call_addr()
543 return return_address - 4; in esp_cpu_get_call_addr()