Searched refs:instructions_length (Results 1 – 1 of 1) sorted by relevance
589 static bool esp_eh_frame_execute(const uint8_t* instructions, const uint32_t instructions_length, in esp_eh_frame_execute() argument592 for (uint32_t i = 0; i < instructions_length; i++) { in esp_eh_frame_execute()701 const uint32_t instructions_length = length - (cie_data - sizeof(uint32_t) - cie); in esp_eh_frame_initialize_state() local711 esp_eh_frame_execute(cie_data, instructions_length, frame, state); in esp_eh_frame_initialize_state()745 const uint32_t instructions_length = length - 3 * sizeof(uint32_t) - sizeof(uint8_t); in esp_eh_frame_restore_caller_state() local763 bool success = esp_eh_frame_execute(instructions, instructions_length, frame, state); in esp_eh_frame_restore_caller_state()