Lines Matching defs:off
421 Dwarf_Off off = cu_start;
437 off += 3 * offset_size - 4 + 3;
439 off += 4 * offset_size - 4 + 3 + 8;
451 off += 3 * offset_size - 4 + 4;
455 off += 8;
457 off += offset_size;
461 return off;
639 __libdw_next_unit (Dwarf *dbg, bool v4_debug_types, Dwarf_Off off,
1018 Dwarf_Word off;
1019 if (dwarf_formudata (&attr, &off) == 0)
1020 offset = off;
1057 Dwarf_Word off;
1058 if (dwarf_formudata (&attr, &off) == 0)
1060 cu->str_off_base = off;
1080 Dwarf_Off off = 0;
1122 off = (Dwarf_Off) (readp - start);
1126 cu->str_off_base = off;
1128 return off;
1153 Dwarf_Word off;
1154 if (dwarf_formudata (&attr, &off) == 0)
1155 offset = off;
1162 Dwarf_Word off;
1163 if (dwarf_formudata (&attr, &off) == 0)
1164 offset = off;
1240 Dwarf_Word off;
1241 if (dwarf_formudata (&attr, &off) == 0)
1242 offset = off;