Searched refs:oldoff (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Dlibdw_findcu.c108 Dwarf_Off oldoff = dbg->next_cu_offset; local
113 if (INTUSE(dwarf_nextcu) (dbg, oldoff, &dbg->next_cu_offset, NULL,
120 const char *bytes = (dbg->sectiondata[IDX_debug_info]->d_buf + oldoff
132 newp->start = oldoff;
146 dbg->next_cu_offset = oldoff;
/external/chromium/third_party/libevent/
H A Dbuffer.c107 size_t oldoff = inbuf->off; local
116 * buffer if necessary of the changes. oldoff is the amount
119 if (inbuf->off != oldoff && inbuf->cb != NULL)
120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg);
121 if (oldoff && outbuf->cb != NULL)
122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg);
141 size_t oldoff = buf->off; local
167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
303 size_t oldoff = buf->off; local
314 (*buf->cb)(buf, oldoff, bu
322 size_t oldoff = buf->off; local
353 size_t oldoff = buf->off; local
[all...]
/external/elfutils/src/
H A Dldgeneric.c6400 XElf_Off oldoff = shdr->sh_offset; local
6412 assert (oldoff <= shdr->sh_offset);
6413 addr += shdr->sh_offset - oldoff;

Completed in 286 milliseconds