Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c8937 int initial_length_size; in process_debug_info() local
8949 initial_length_size = 12; in process_debug_info()
8954 initial_length_size = 4; in process_debug_info()
8961 start += compunit.cu_length + initial_length_size; in process_debug_info()
9222 int initial_length_size; in display_debug_lines() local
9238 initial_length_size = 12; in display_debug_lines()
9243 initial_length_size = 4; in display_debug_lines()
9246 if (info.li_length + initial_length_size > section->sh_size) in display_debug_lines()
9297 end_of_sequence = data + info.li_length + initial_length_size; in display_debug_lines()
9508 int offset_size, initial_length_size; in display_debug_pubnames() local
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c238 unsigned int initial_length_size; member
1325 if (beg_of_comp_unit + header->length + header->initial_length_size in partial_read_comp_unit_head()
1552 + cu.header.initial_length_size; in dwarf2_build_psymtabs_hard()
1650 cu_header.initial_length_size = 0; in create_all_comp_units()
1659 this_cu->length = cu_header.length + cu_header.initial_length_size; in create_all_comp_units()
5933 gdb_assert (cu_header->initial_length_size == 0 in read_initial_length()
5934 || cu_header->initial_length_size == 4 in read_initial_length()
5935 || cu_header->initial_length_size == 8 in read_initial_length()
5936 || cu_header->initial_length_size == 12); in read_initial_length()
5938 if (cu_header->initial_length_size != 0 in read_initial_length()
[all …]