Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Deh_frame_parser.c266 static uint32_t decode_leb128(const uint8_t* bytes, bool is_signed, uint32_t* lebsize) in decode_leb128() function
540 operand1 = decode_leb128(operands, false, &used_operands); in esp_eh_frame_execute_opcode_0()
542 operand2 = decode_leb128(operands + used_operands, false, &used_operands2); in esp_eh_frame_execute_opcode_0()
553 operand1 = decode_leb128(operands, false, &used_operands); in esp_eh_frame_execute_opcode_0()
561 operand1 = decode_leb128(operands, false, &used_operands); in esp_eh_frame_execute_opcode_0()
618 operand1 = decode_leb128(&instructions[i + 1], false, &size); in esp_eh_frame_execute()
676 const uint32_t code_align = decode_leb128(cie_data, false, &size); in esp_eh_frame_initialize_state()
682 const int32_t data_align = decode_leb128(cie_data, true, &size); in esp_eh_frame_initialize_state()
688 const uint32_t ra_reg = decode_leb128(cie_data, false, &size); in esp_eh_frame_initialize_state()
694 const uint32_t augmentation_len = decode_leb128(cie_data, false, &size); in esp_eh_frame_initialize_state()