Lines Matching refs:templen

1987   size_t templen;  in process_one_opcode()  local
2020 = 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()
2082 oplen += templen; in process_one_opcode()
2096 read_unsigned_LEB_128(start, &templen); in process_one_opcode()
2097 oplen += templen; in process_one_opcode()
2105 const int64_t advance_line = read_signed_LEB_128(start, &templen); in process_one_opcode()
2106 oplen += templen; in process_one_opcode()
2107 start += templen; in process_one_opcode()
2109 read_unsigned_LEB_128(start, &templen); in process_one_opcode()
2110 oplen += templen; in process_one_opcode()
2134 = read_unsigned_LEB_128(start, &templen); in process_one_opcode()
2135 start += templen; in process_one_opcode()
2136 oplen += templen + extended_op_len; in process_one_opcode()
2183 templen = strlen(filename) + 1; in process_one_opcode()
2184 start += templen; in process_one_opcode()
2186 uint64_t dirindex = read_unsigned_LEB_128(start, &templen); in process_one_opcode()
2211 size_t templen; in process_one_opcode() local
2212 read_unsigned_LEB_128(start, &templen); in process_one_opcode()
2213 start += templen; in process_one_opcode()
2214 oplen += templen; in process_one_opcode()