Lines Matching refs:uint

248     uint64_t uint;  member
760 val->u.uint = read_address (buf, addrsize); in read_attribute()
770 val->u.uint = read_uint16 (buf); in read_attribute()
774 val->u.uint = read_uint32 (buf); in read_attribute()
778 val->u.uint = read_uint64 (buf); in read_attribute()
792 val->u.uint = read_byte (buf); in read_attribute()
796 val->u.uint = read_byte (buf); in read_attribute()
818 val->u.uint = read_uleb128 (buf); in read_attribute()
823 val->u.uint = read_address (buf, addrsize); in read_attribute()
825 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
829 val->u.uint = read_byte (buf); in read_attribute()
833 val->u.uint = read_uint16 (buf); in read_attribute()
837 val->u.uint = read_uint32 (buf); in read_attribute()
841 val->u.uint = read_uint64 (buf); in read_attribute()
845 val->u.uint = read_uleb128 (buf); in read_attribute()
858 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
865 val->u.uint = 1; in read_attribute()
869 val->u.uint = read_uint64 (buf); in read_attribute()
873 val->u.uint = read_uleb128 (buf); in read_attribute()
877 val->u.uint = read_uleb128 (buf); in read_attribute()
881 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
885 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
1384 lowpc = val.u.uint; in find_address_ranges()
1392 highpc = val.u.uint; in find_address_ranges()
1397 highpc = val.u.uint; in find_address_ranges()
1407 ranges = val.u.uint; in find_address_ranges()
1416 u->lineoff = val.u.uint; in find_address_ranges()
2217 name = read_referenced_name (ddata, u, val.u.uint, in read_referenced_name()
2407 base = val.u.uint; in read_function_entry()
2416 if (val.u.uint == 0) in read_function_entry()
2420 if (val.u.uint - 1 >= lhdr->filenames_count) in read_function_entry()
2428 lhdr->filenames[val.u.uint - 1]; in read_function_entry()
2435 function->caller_lineno = val.u.uint; in read_function_entry()
2453 name = read_referenced_name (ddata, u, val.u.uint, in read_function_entry()
2481 lowpc = val.u.uint; in read_function_entry()
2489 highpc = val.u.uint; in read_function_entry()
2494 highpc = val.u.uint; in read_function_entry()
2504 ranges = val.u.uint; in read_function_entry()