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

/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c1535 unsigned char *section_begin; local
1545 for (section_begin = start, num_units = 0; section_begin < end;
1551 length = byte_get (section_begin, 4);
1555 length = byte_get (section_begin + 4, 8);
1556 section_begin += length + 12;
1559 section_begin += length + 4;
1594 for (section_begin = start, unit = 0; start < end; unit++)
1626 cu_offset = start - section_begin;
1710 (unsigned long) (tags - section_begin
2295 unsigned char *section_begin = start; local
2666 unsigned char *section_begin = start; local
[all...]

Completed in 237 milliseconds