Home
last modified time | relevance | path

Searched refs:nextoff (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libdwfl/
Dcu.c268 Dwarf_Off nextoff; in __libdwfl_nextcu() local
269 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz, in __libdwfl_nextcu()
284 && (*nextp)->next == NULL && nextoff == (Dwarf_Off) -1l) in __libdwfl_nextcu()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp1215 uint32_t nextoff = syntax.GetDirectNum(); in GetIndirectBinary() local
1216 size = nextoff - thisoff; in GetIndirectBinary()
1266 FX_FILESIZE nextoff = *it; in GetIndirectBinary() local
1268 if (nextoff != pos) { in GetIndirectBinary()
1269 m_pSyntax->RestorePos(nextoff); in GetIndirectBinary()
1290 nextoff = m_pSyntax->SavePos(); in GetIndirectBinary()
1293 size = (uint32_t)(nextoff - pos); in GetIndirectBinary()