Lines Matching refs:start

380   /* Before we start tell the ELF library which version we are using.  */
4606 const unsigned char *start = data;
4612 CONSUME (data - start);
4613 offset += 1 + (data - start);
4620 start = data;
4625 CONSUME (data - start);
4626 offset += 1 + (data - start);
4637 start = data;
4645 CONSUME (data - start);
4646 offset += 1 + (data - start);
4652 start = data;
4658 CONSUME (data - start);
4659 offset += 1 + (data - start);
4663 start = data;
4670 CONSUME (data - start);
4671 offset += 1 + (data - start);
4706 start = data;
4714 CONSUME (data - start);
4715 offset += 1 + (data - start);
4721 start = data;
4737 CONSUME (data - start);
4738 offset += 1 + (data - start);
4744 start = data;
4753 CONSUME (data - start);
4754 offset += 1 + (data - start);
4761 start = data;
4765 uleb += cu->start;
4773 CONSUME (data - start);
4774 offset += 1 + (data - start);
4781 start = data;
4787 uleb2 += cu->start;
4790 CONSUME (data - start);
4791 offset += 1 + (data - start);
4798 start = data;
4804 uleb += cu->start;
4808 CONSUME (data - start);
4809 offset += 1 + (data - start);
4814 start = data;
4822 CONSUME (data - start);
4823 offset += 1 + (data - start);
4832 start = data;
4836 uleb += cu->start;
4839 CONSUME (data - start);
4840 offset += 1 + (data - start);
4849 param_off += cu->start;
5209 Dwarf_Off start, Dwarf_Off end,
5213 && table->table[*idxp].offset < start)
5217 && table->table[*idxp].offset >= start
5352 const unsigned char *start = (const unsigned char *) data->d_buf;
5353 const unsigned char *readp = start;
5363 offset equals the CU addr_base then we can just start
5404 /* The addresses start here, but where do they end? */
5410 next_unitp = start + listptr->offset;
5431 next_unitp = start + next_off;
5512 if (listptr->offset != (Dwarf_Off) (readp - start))
5514 error (0, 0, "Address index doesn't start after header");
5530 printf (" Addresses start at offset 0x%zx:\n", index_offset);
5602 Dwarf_Addr start;
5606 if (unlikely (dwarf_getarangeinfo (runp, &start, &length, &offset) != 0))
5609 printf (_(" [%*zu] start: %0#*" PRIx64
5613 (uint64_t) start, (uint64_t) length, (int64_t) offset);
6864 ptrdiff_t start = readp - (unsigned char *) data->d_buf;
7034 ? ((Dwarf_Off) start - cie_id) == (Dwarf_Off) cie->cie_offset
7962 Dwarf_Off offset = cu->start;
7967 dieoffset = dwarf_dieoffset (dwarf_offdie_types (dbg, cu->start
8141 Dwarf_Off offset = cu->start;
10357 // Record the start of description for this vendor opcode.
10677 const unsigned char *start = (const unsigned char *) data->d_buf;
10678 const unsigned char *readp = start;
10689 just start printing offsets immediately, if this is a .dwo
10796 && listptr->offset != (Dwarf_Off) (readp - start))
10798 error (0, 0, "String offsets index doesn't start after header");
10815 printf (" Offsets start at 0x%zx:\n", index_offset);
11026 printf (_(" [%4u] Call site start: %#" PRIx64 "\n"
11228 printf (" [%4zu] start: %0#8" PRIx64
11428 /* Before we start the real work get a debug context descriptor. */
12676 GElf_Off start, Elf_Data *data)
12727 start + desc_offset);
12733 start + desc_offset);
12738 start + desc_offset);
12955 const char *start = data->d_buf;
12956 const char *const limit = start + data->d_size;
12959 const char *end = memchr (start, '\0', limit - start);
12960 const size_t pos = start - (const char *) data->d_buf;
12964 pos, (int) (limit - start), start);
12967 printf (" [%6zx] %s\n", pos, start);
12968 start = end + 1;
12969 } while (start < limit);