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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c1603 int initial_length_size; local
1615 initial_length_size = 12;
1620 initial_length_size = 4;
1659 if (cu_offset + compunit.cu_length + initial_length_size
1667 start += compunit.cu_length + initial_length_size;
1830 int initial_length_size; local
1846 initial_length_size = 12;
1851 initial_length_size = 4;
1854 if (info.li_length + initial_length_size > section->size)
1896 end_of_sequence = data + info.li_length + initial_length_size;
2100 int offset_size, initial_length_size; local
2568 int initial_length_size; local
2984 int initial_length_size; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c186 unsigned int initial_length_size; /* size of the length field; either member in struct:comp_unit_head
1229 if (beg_of_comp_unit + cu.header.length + cu.header.initial_length_size
1323 + cu.header.initial_length_size;
4819 As a side effect, this function sets the fields initial_length_size
4854 cu_header->initial_length_size = 12;
4866 cu_header->initial_length_size = 8;
4875 cu_header->initial_length_size = 4;

Completed in 186 milliseconds