Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c2331 unsigned char *hdrptr; in process_debug_info() local
2344 hdrptr = start; in process_debug_info()
2346 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 4, end); 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()
2390 SAFE_BYTE_GET64 (hdrptr, &signature_high, &signature_low, end); in process_debug_info()
2391 hdrptr += 8; in process_debug_info()
2392 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