Searched refs:hdrptr (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.c | 3844 unsigned char *hdrptr; in process_debug_info() local 3852 hdrptr = start; in process_debug_info() 3855 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 4, end); in process_debug_info() 3859 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 8, end); in process_debug_info() 3864 end_cu = hdrptr + compunit.cu_length; in process_debug_info() 3866 SAFE_BYTE_GET_AND_INC (compunit.cu_version, hdrptr, 2, end_cu); in process_debug_info() 3878 SAFE_BYTE_GET_AND_INC (compunit.cu_unit_type, hdrptr, 1, end_cu); in process_debug_info() 3881 SAFE_BYTE_GET_AND_INC (compunit.cu_pointer_size, hdrptr, 1, end_cu); in process_debug_info() 3884 SAFE_BYTE_GET_AND_INC (compunit.cu_abbrev_offset, hdrptr, offset_size, in process_debug_info() 3891 SAFE_BYTE_GET_AND_INC (dwo_id, hdrptr, 8, end_cu); in process_debug_info() [all …]
|
| D | ChangeLog-2013 | 357 * dwarf.c (process_debug_info): Increment hdrptr by 8 after
|