Home
last modified time | relevance | path

Searched refs:compunit (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.c1596 DWARF2_Internal_CompUnit compunit; in process_debug_info() local
1607 compunit.cu_length = byte_get (hdrptr, 4); in process_debug_info()
1610 if (compunit.cu_length == 0xffffffff) in process_debug_info()
1612 compunit.cu_length = byte_get (hdrptr, 8); in process_debug_info()
1623 compunit.cu_version = byte_get (hdrptr, 2); in process_debug_info()
1632 compunit.cu_pointer_size = byte_get (hdrptr, 1); in process_debug_info()
1639 = compunit.cu_pointer_size; in process_debug_info()
1667 start += compunit.cu_length + initial_length_size; in process_debug_info()
1669 if (compunit.cu_version != 2 && compunit.cu_version != 3) in process_debug_info()
1761 compunit.cu_pointer_size, in process_debug_info()
[all …]
H A DChangeLog-9899882 (display_debug_info): Dump tags found after compunit entry.
H A DChangeLog-02031254 use the value in compunit.cu_abbrev_offset if we found a RELA