Lines Matching refs:temparray
162 match(ARCH_FLAG, /[[:digit:]]+/, temparray)
163 default_pointer_size = temparray[0] / 8
174 if (!match($0, /\(DW_OP_plus_uconst:[[:space:]]+([[:digit:]]+)\)/, temparray))
175 match($0, /([[:digit:]]+)/, temparray)
176 array[idx, "location"] = temparray[1]
180 temparray)
182 array[idx, "name"] = temparray[1]
185 match($0, /[[:digit:]]+/, temparray)
186 array[idx, "byte_size"] = temparray[0]
189 match($0, /[[:digit:]]+/, temparray)
190 array[idx, "encoding"] = temparray[0]
193 match($0, /:[[:space:]]+<0x([[:xdigit:]]*)>$/, temparray)
194 array[idx, "type"] = norm_idx(temparray[1])
197 match($0, /[[:digit:]]+/, temparray)
198 update_upper_bound(parent[level - 1], temparray[0] + 1)
201 match($0, /[[:digit:]]+/, temparray)
202 update_upper_bound(parent[level - 1], temparray[0])
206 |enumeration_type|array_type|base_type|member/, temparray)) {
207 array_special[idx] = temparray[0]
208 array[idx, "special"] = temparray[0]
209 if ("pointer_type" == temparray[0])
211 if (level > 1 && "member" == temparray[0])