Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Deh_frame_parser.c246 #define DW_LEB128_SIGN_BIT(byte) (((byte) >> 6) & 1) macro
281 if (is_signed && shf <= DW_LEB128_MAX_SHIFT && DW_LEB128_SIGN_BIT(byte)) { in decode_leb128()