Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_nextcu.c60 dwarf_nextcu (dwarf, off, next_off, header_sizep, abbrev_offsetp, in dwarf_nextcu() argument
64 Dwarf_Off *next_off;
81 *next_off = (Dwarf_Off) -1l;
132 *next_off = -1;
171 *next_off = off + 2 * offset_size - 4 + length;
Dlibdw.h226 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
/external/e2fsprogs/lib/blkid/
Dprobe.c586 __u64 next_off, fat_entry_off; in probe_fat() local
590 next_off = (start_data_sect + next_sect_off) * in probe_fat()
594 get_buffer(probe, next_off, buf_size); in probe_fat()