Lines Matching refs:offset
50 Dwarf_Off offset = 0;
55 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
63 printf ("dwarf_getabbrevtag at offset %llu returned error: %s\n",
64 (unsigned long long int) offset,
72 printf ("dwarf_getabbrevcode at offset %llu returned error: %s\n",
73 (unsigned long long int) offset,
81 printf ("dwarf_abbrevhaschildren at offset %llu returned error: %s\n",
82 (unsigned long long int) offset,
88 (unsigned long long int) offset, code, tag, children);
93 printf ("dwarf_getattrcnt at offset %llu returned error: %s\n",
94 (unsigned long long int) offset,
107 (unsigned long long int) offset, j);
109 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n",
110 (unsigned long long int) offset, j, attr_num,
113 offset += length;