Home
last modified time | relevance | path

Searched refs:is_signed (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() argument
281 if (is_signed && shf <= DW_LEB128_MAX_SHIFT && DW_LEB128_SIGN_BIT(byte)) { in decode_leb128()
402 uint32_t is_signed = (encoding & 0xf) >= 0x9; in esp_eh_frame_find_entry() local
430 if (is_signed) { in esp_eh_frame_find_entry()