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

/external/elfcopy/
H A Ddwarf.c1642 unsigned char *hdrptr; local
1650 hdrptr = start;
1652 compunit.cu_length = byte_get (hdrptr, 4);
1653 hdrptr += 4;
1657 compunit.cu_length = byte_get (hdrptr, 8);
1658 hdrptr += 8;
1668 compunit.cu_version = byte_get (hdrptr, 2);
1669 hdrptr += 2;
1674 cu_abbrev_offset_ptr = hdrptr;
1675 compunit.cu_abbrev_offset = byte_get (hdrptr, offset_siz
1855 unsigned char *hdrptr; local
2684 unsigned char *hdrptr; local
[all...]

Completed in 15 milliseconds