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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c1597 unsigned char *hdrptr; local
1605 hdrptr = start;
1607 compunit.cu_length = byte_get (hdrptr, 4);
1608 hdrptr += 4;
1612 compunit.cu_length = byte_get (hdrptr, 8);
1613 hdrptr += 8;
1623 compunit.cu_version = byte_get (hdrptr, 2);
1624 hdrptr += 2;
1628 cu_abbrev_offset_ptr = hdrptr;
1629 compunit.cu_abbrev_offset = byte_get (hdrptr, offset_siz
1829 unsigned char *hdrptr; local
2560 unsigned char *hdrptr; local
[all...]

Completed in 181 milliseconds