Home
last modified time | relevance | path

Searched refs:hdrptr (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c2422 unsigned char *hdrptr; in process_debug_info() local
2435 hdrptr = start; in process_debug_info()
2437 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 4, end); 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()
2481 SAFE_BYTE_GET64 (hdrptr, &signature_high, &signature_low, end); in process_debug_info()
2482 hdrptr += 8; in process_debug_info()
2483 SAFE_BYTE_GET_AND_INC (type_offset, hdrptr, offset_size, end); in process_debug_info()
[all …]
DChangeLog-2013357 * dwarf.c (process_debug_info): Increment hdrptr by 8 after