Home
last modified time | relevance | path

Searched refs:last_offset (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/usr.bin/patch/
H A Dpatch.c129 static LINENUM last_offset = 0; variable
372 newwhere = pch_newfirst() + last_offset; in main()
392 if (last_offset) in main()
394 last_offset, in main()
395 last_offset == 1L ? "" : "s"); in main()
495 last_offset = 0; in reinitialize_almost_everything()
705 LINENUM first_guess = pch_first() + last_offset; in locate_hunk()
733 last_offset, offset); in locate_hunk()
735 last_offset = offset; in locate_hunk()
741 last_offset,
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dasmreg-1.c51 long long last_offset = -1; in __getdents64() local
63 lseek64(fd, last_offset, 0); in __getdents64()
66 last_offset = kdp->d_off; in __getdents64()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp482 uint32_t last_offset = UINT32_MAX; in GetUnwindPlan() local
485 if (it->offset == last_offset) in GetUnwindPlan()
492 last_offset = it->offset; in GetUnwindPlan()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c2254 unsigned long last_offset = 0; in display_debug_loc() local
2289 last_offset = debug_information [i].loc_offsets [0]; in display_debug_loc()
2299 if (last_offset > in display_debug_loc()
2305 last_offset = debug_information [i].loc_offsets [j]; in display_debug_loc()
2607 unsigned long last_offset = 0; in display_debug_ranges() local
2642 last_offset = debug_information [i].range_lists [0]; in display_debug_ranges()
2652 if (last_offset > in display_debug_ranges()
2658 last_offset = debug_information [i].range_lists [j]; in display_debug_ranges()
/openbsd-src/sys/dev/pci/
H A Dif_de.c3183 int total_len = 0, last_offset = 0; in tulip_rx_intr() local
3243 * (we add to last_offset instead of multiplying since we normally in tulip_rx_intr()
3254 last_offset += TULIP_RX_BUFLEN; in tulip_rx_intr()
3266 me->m_len = total_len - last_offset; in tulip_rx_intr()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delflink.h7153 bfd_vma last_offset; local
7174 last_offset = o->output_offset;
7176 last_offset += o->output_section->vma;
7199 irela->r_offset = last_offset;
7211 last_offset = irela->r_offset;
H A Delflink.c6668 bfd_vma last_offset; in elf_link_input_bfd() local
6688 last_offset = o->output_offset; in elf_link_input_bfd()
6690 last_offset += o->output_section->vma; in elf_link_input_bfd()
6713 irela->r_offset = last_offset; in elf_link_input_bfd()
6725 last_offset = irela->r_offset; in elf_link_input_bfd()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c7541 bfd_vma last_offset; in elf_link_input_bfd() local
7561 last_offset = o->output_offset; in elf_link_input_bfd()
7563 last_offset += o->output_section->vma; in elf_link_input_bfd()
7586 irela->r_offset = last_offset; in elf_link_input_bfd()
7598 last_offset = irela->r_offset; in elf_link_input_bfd()