Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/
Deh_frame_parser.c275 static uint32_t decode_leb128(const uint8_t* bytes, bool is_signed, uint32_t* lebsize) in decode_leb128() function
549 operand1 = decode_leb128(operands, false, &used_operands); in esp_eh_frame_execute_opcode_0()
551 operand2 = decode_leb128(operands + used_operands, false, &used_operands2); in esp_eh_frame_execute_opcode_0()
562 operand1 = decode_leb128(operands, false, &used_operands); in esp_eh_frame_execute_opcode_0()
570 operand1 = decode_leb128(operands, false, &used_operands); in esp_eh_frame_execute_opcode_0()
627 operand1 = decode_leb128(&instructions[i + 1], false, &size); in esp_eh_frame_execute()
685 const uint32_t code_align = decode_leb128(cie_data, false, &size); in esp_eh_frame_initialize_state()
691 const int32_t data_align = decode_leb128(cie_data, true, &size); in esp_eh_frame_initialize_state()
697 const uint32_t ra_reg = decode_leb128(cie_data, false, &size); in esp_eh_frame_initialize_state()
703 const uint32_t augmentation_len = decode_leb128(cie_data, false, &size); in esp_eh_frame_initialize_state()