Home
last modified time | relevance | path

Searched refs:next_off (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libdw/
Ddwarf_nextcu.c23 dwarf_nextcu (dwarf, off, next_off, header_sizep, abbrev_offsetp, in dwarf_nextcu() argument
27 Dwarf_Off *next_off;
44 *next_off = (Dwarf_Off) -1l;
90 *next_off = -1;
128 *next_off = off + 2 * offset_size - 4 + length;
Dlibdw.h180 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
/external/e2fsprogs/lib/blkid/
Dprobe.c510 __u64 next_off, fat_entry_off; in probe_fat() local
514 next_off = (start_data_sect + next_sect_off) * in probe_fat()
518 get_buffer(probe, next_off, buf_size); in probe_fat()