Searched refs:compunit (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf.c | 2330 DWARF2_Internal_CompUnit compunit; in process_debug_info() local 2346 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 4, end); in process_debug_info() 2348 if (compunit.cu_length == 0xffffffff) in process_debug_info() 2350 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 8, end); in process_debug_info() 2360 SAFE_BYTE_GET_AND_INC (compunit.cu_version, hdrptr, 2, end); in process_debug_info() 2366 SAFE_BYTE_GET_AND_INC (compunit.cu_abbrev_offset, hdrptr, offset_size, end); in process_debug_info() 2379 SAFE_BYTE_GET_AND_INC (compunit.cu_pointer_size, hdrptr, 1, end); in process_debug_info() 2381 if (compunit.cu_pointer_size < 2 || compunit.cu_pointer_size > 8) in process_debug_info() 2384 compunit.cu_pointer_size, offset_size); in process_debug_info() 2385 compunit.cu_pointer_size = offset_size; in process_debug_info() [all …]
|
D | ChangeLog-9899 | 882 (display_debug_info): Dump tags found after compunit entry.
|
D | ChangeLog-0203 | 1254 use the value in compunit.cu_abbrev_offset if we found a RELA
|