Searched refs:templen (Results 1 – 1 of 1) sorted by relevance
1987 size_t templen; in process_one_opcode() local2020 = read_unsigned_LEB_128(start, &templen); in process_one_opcode()2021 oplen += templen; in process_one_opcode()2028 const int64_t advance_line = read_signed_LEB_128(start, &templen); in process_one_opcode()2029 oplen += templen; in process_one_opcode()2036 const uint64_t fileno = read_unsigned_LEB_128(start, &templen); in process_one_opcode()2037 oplen += templen; in process_one_opcode()2044 const uint64_t colno = read_unsigned_LEB_128(start, &templen); in process_one_opcode()2045 oplen += templen; in process_one_opcode()2081 const int64_t advance_line = read_signed_LEB_128(start, &templen); in process_one_opcode()[all …]