Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c2421 DWARF2_Internal_CompUnit compunit; in process_debug_info() local
2437 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 4, end); in process_debug_info()
2439 if (compunit.cu_length == 0xffffffff) in process_debug_info()
2441 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 8, end); in process_debug_info()
2451 SAFE_BYTE_GET_AND_INC (compunit.cu_version, hdrptr, 2, end); in process_debug_info()
2457 SAFE_BYTE_GET_AND_INC (compunit.cu_abbrev_offset, hdrptr, offset_size, end); in process_debug_info()
2470 SAFE_BYTE_GET_AND_INC (compunit.cu_pointer_size, hdrptr, 1, end); in process_debug_info()
2472 if (compunit.cu_pointer_size < 2 || compunit.cu_pointer_size > 8) in process_debug_info()
2475 compunit.cu_pointer_size, offset_size); in process_debug_info()
2476 compunit.cu_pointer_size = offset_size; in process_debug_info()
[all …]
DChangeLog-9899882 (display_debug_info): Dump tags found after compunit entry.
DChangeLog-02031254 use the value in compunit.cu_abbrev_offset if we found a RELA
/toolchain/binutils/binutils-2.27/binutils/po/
Dbinutils.pot2118 msgid "Invalid pointer size (%d) in compunit header, using %d instead\n"