Searched refs:uleb2 (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/src/ |
D | readelf.c | 4518 uint64_t uleb2; in print_ops() local 4522 get_uleb128 (uleb2, data, data + len); in print_ops() 4524 indent, "", (uintmax_t) offset, op_name, uleb, uleb2); in print_ops() 4665 get_uleb128 (uleb2, data, data + len); in print_ops() 4667 uleb2 += cu->start; in print_ops() 4669 indent, "", (uintmax_t) offset, op_name, uleb, uleb2); in print_ops()
|