Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/patch/
Dpatch.c131 static LINENUM last_offset = 0; variable
304 newwhere = pch_newfirst() + last_offset; in main()
324 if (last_offset) in main()
326 last_offset, in main()
327 last_offset == 1L ? "" : "s"); in main()
424 last_offset = 0; in reinitialize_almost_everything()
621 LINENUM first_guess = pch_first() + last_offset; in locate_hunk()
653 last_offset, offset); in locate_hunk()
655 last_offset = offset; in locate_hunk()
661 last_offset, -offset); in locate_hunk()
[all …]
/mirbsd/src/sys/dev/pci/
Dif_lmc.c604 int total_len = 0, last_offset = 0; in lmc_rx_intr() local
663 last_offset += LMC_RX_BUFLEN; in lmc_rx_intr()
685 me->m_len = total_len - last_offset; in lmc_rx_intr()
Dif_de.c3392 int total_len = 0, last_offset = 0; in tulip_rx_intr() local
3455 last_offset += TULIP_RX_BUFLEN; in tulip_rx_intr()
3474 me->m_len = total_len - last_offset; in tulip_rx_intr()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c9706 unsigned long last_offset = 0; in display_debug_loc() local
9741 last_offset = debug_information [i].loc_offsets [0]; in display_debug_loc()
9751 if (last_offset > in display_debug_loc()
9757 last_offset = debug_information [i].loc_offsets [j]; in display_debug_loc()
10065 unsigned long last_offset = 0; in display_debug_ranges() local
10100 last_offset = debug_information [i].range_lists [0]; in display_debug_ranges()
10110 if (last_offset > in display_debug_ranges()
10116 last_offset = debug_information [i].range_lists [j]; in display_debug_ranges()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c7177 bfd_vma last_offset; in elf_link_input_bfd() local
7197 last_offset = o->output_offset; in elf_link_input_bfd()
7199 last_offset += o->output_section->vma; in elf_link_input_bfd()
7222 irela->r_offset = last_offset; in elf_link_input_bfd()
7234 last_offset = irela->r_offset; in elf_link_input_bfd()