Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Deh_frame_parser.c739 …const uint32_t initial_location = ((uint32_t) &fde[ESP_FDE_INITLOC_IDX] + fde[ESP_FDE_INITLOC_IDX]… in esp_eh_frame_restore_caller_state() local
749 assert(initial_location <= EXECUTION_FRAME_PC(*frame) && in esp_eh_frame_restore_caller_state()
750 EXECUTION_FRAME_PC(*frame) < initial_location + range_length); in esp_eh_frame_restore_caller_state()
757 state->location = initial_location; in esp_eh_frame_restore_caller_state()
828 …const uint32_t initial_location = ((uint32_t) &fde[ESP_FDE_INITLOC_IDX] + fde[ESP_FDE_INITLOC_IDX]… in esp_eh_frame_missing_info() local
831 return (initial_location + range_length) <= pc; in esp_eh_frame_missing_info()