Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_nextcu.c39 dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off, in dwarf_next_unit() argument
60 *next_off = (Dwarf_Off) -1l; in dwarf_next_unit()
113 *next_off = -1; in dwarf_next_unit()
171 *next_off = off + 2 * offset_size - 4 + length; in dwarf_next_unit()
178 dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off, in INTDEF()
182 return INTUSE(dwarf_next_unit) (dwarf, off, next_off, header_sizep, NULL, in INTDEF()
Ddwarf_next_cfi.c44 Dwarf_Off *next_off, in dwarf_next_cfi() argument
57 *next_off = (Dwarf_Off) -1l; in dwarf_next_cfi()
90 *next_off = off + (2 * offset_size - 4) + length; in dwarf_next_cfi()
Dlibdw.h291 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
299 extern int dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
/external/kernel-headers/original/uapi/linux/
Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member
/external/elfutils/include/elfutils/
Dlibdw.h291 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
299 extern int dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp270 int next_off = ins_off + ins * 3; in FaxGetRun() local
271 for (; ins_off < next_off; ins_off += 3) { in FaxGetRun()
/external/e2fsprogs/lib/blkid/
Dprobe.c584 __u64 next_off, fat_entry_off; in probe_fat() local
588 next_off = (__u64) (start_data_sect + next_sect_off) * in probe_fat()
592 get_buffer(probe, next_off, buf_size); in probe_fat()