Lines Matching refs:offset
62 Dwarf_Off offset = 0;
67 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
75 printf ("dwarf_getabbrevtag at offset %llu returned error: %s\n",
76 (unsigned long long int) offset,
84 printf ("dwarf_getabbrevcode at offset %llu returned error: %s\n",
85 (unsigned long long int) offset,
93 printf ("dwarf_abbrevhaschildren at offset %llu returned error: %s\n",
94 (unsigned long long int) offset,
100 (unsigned long long int) offset, code, tag, children);
105 printf ("dwarf_getattrcnt at offset %llu returned error: %s\n",
106 (unsigned long long int) offset,
119 (unsigned long long int) offset, j);
121 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n",
122 (unsigned long long int) offset, j, attr_num,
125 offset += length;