Lines Matching defs:off

3851   GElf_Off off = 0;
3853 ? dwfl_module_addrinfo (dwflmod, address, &off, &sym, NULL, NULL, NULL)
3874 ? (off != 0
3878 scn, address, name, off)
3881 name, off))
3884 address, name, off)
3887 name, off)))
4422 Dwarf_Word off = idx * cu->address_size;
4424 || off > debug_addr->d_size - base
4425 || cu->address_size > debug_addr->d_size - base - off)
4428 const unsigned char *addrp = debug_addr->d_buf + base + off;
5178 next_listptr_offset (struct listptr_table *table, size_t *idxp, Dwarf_Off off)
5188 if (next > off)
5366 Dwarf_Off off = (Dwarf_Off) (readp
5369 printf ("Table at offset %" PRIx64 " ", off);
5381 off);
5398 if (listptr->offset == off)
5411 if (listptr->offset < off || listptr->offset > data->d_size)
5415 PRIx64, off);
5432 if (next_off < off || next_off > data->d_size)
5436 " unit length at %" PRIx64, off);
5941 uint32_t off = read_4ubyte_unaligned_inc (dbg, readp);
5942 printf ("0x%" PRIx32 "\n", off);
5946 uint64_t off = read_8ubyte_unaligned_inc (dbg, readp);
5947 printf ("0x%" PRIx64 "\n", off);
8007 printf (", Unit DIE off: %#" PRIx64 " [%" PRIx64 "]",
8207 Dwarf_Off off, next_off = 0;
8209 while (dwarf_next_lines (dbg, off = next_off, &next_off, &cu, NULL, NULL,
8235 if (lineoff == off)
9443 uint32_t off = read_4ubyte_unaligned_inc (dbg, readp);
9444 printf ("0x%" PRIx32 "\n", off);
9448 uint64_t off = read_8ubyte_unaligned_inc (dbg, readp);
9449 printf ("0x%" PRIx64 "\n", off);
9459 Dwarf_Off off = (Dwarf_Off) (readp - (unsigned char *) data->d_buf);
9460 if (listptr_attr (&known_loclistsptr, listptr_idx, off,
9464 &listptr_idx, off);
10395 uint64_t off;
10453 off = read_8ubyte_unaligned_inc (dbg, readp);
10455 off = read_4ubyte_unaligned_inc (dbg, readp);
10457 level, "", dwarf_getstring (dbg, off, NULL), u128);
10465 off = read_8ubyte_unaligned_inc (dbg, readp);
10467 off = read_4ubyte_unaligned_inc (dbg, readp);
10469 level, "", dwarf_getstring (dbg, off, NULL), u128);
10476 off = read_8ubyte_unaligned_inc (dbg, readp);
10478 off = read_4ubyte_unaligned_inc (dbg, readp);
10480 level, "", off);
10509 off = read_8ubyte_unaligned_inc (dbg, readp);
10511 off = read_4ubyte_unaligned_inc (dbg, readp);
10514 level, "", off);
10691 Dwarf_Off off = (Dwarf_Off) (readp
10694 printf ("Table at offset %" PRIx64 " ", off);
10714 else if (off == 0
10725 PRIx64, off);
11222 uint64_t off = read_8ubyte_unaligned (dbg, readp);
11229 ", length: %5" PRIu64 "\n", n, off, len);
11247 uint64_t off = read_8ubyte_unaligned (dbg, readp);
11258 ", signature: %0#8" PRIx64 "\n", n, off, type, sig);