Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c1576 DWARF2_Internal_CompUnit compunit; in process_debug_info() local
1587 compunit.cu_length = byte_get (hdrptr, 4); in process_debug_info()
1590 if (compunit.cu_length == 0xffffffff) in process_debug_info()
1592 compunit.cu_length = byte_get (hdrptr, 8); in process_debug_info()
1603 compunit.cu_version = byte_get (hdrptr, 2); in process_debug_info()
1607 start += compunit.cu_length + initial_length_size; in process_debug_info()
1610 compunit.cu_abbrev_offset = byte_get (hdrptr, offset_size); in process_debug_info()
1613 compunit.cu_pointer_size = byte_get (hdrptr, 1); in process_debug_info()
1620 = compunit.cu_pointer_size; in process_debug_info()
1636 printf (_(" Length: %ld\n"), compunit.cu_length); 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
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c8233 DWARF2_Internal_CompUnit compunit; in display_debug_info() local
8245 compunit.cu_length = byte_get (hdrptr, 4); in display_debug_info()
8248 if (compunit.cu_length == 0xffffffff) in display_debug_info()
8250 compunit.cu_length = byte_get (hdrptr, 8); in display_debug_info()
8261 compunit.cu_version = byte_get (hdrptr, 2); in display_debug_info()
8331 compunit.cu_abbrev_offset = byte_get (hdrptr, offset_size); in display_debug_info()
8334 compunit.cu_pointer_size = byte_get (hdrptr, 1); in display_debug_info()
8339 start += compunit.cu_length + initial_length_size; in display_debug_info()
8342 printf (_(" Length: %ld\n"), compunit.cu_length); in display_debug_info()
8343 printf (_(" Version: %d\n"), compunit.cu_version); in display_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