Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Dlibdw_findcu.c72 Dwarf_Off oldoff = *offsetp; in __libdw_intern_next_unit() local
80 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL, in __libdw_intern_next_unit()
105 newp->start = oldoff; in __libdw_intern_next_unit()
127 *offsetp = oldoff; in __libdw_intern_next_unit()
/external/elfutils/src/
Dldgeneric.c6389 XElf_Off oldoff = shdr->sh_offset; in ld_generic_create_outfile() local
6401 assert (oldoff <= shdr->sh_offset); in ld_generic_create_outfile()
6402 addr += shdr->sh_offset - oldoff; in ld_generic_create_outfile()