HomeSort by relevance Sort by last modified time
    Searched refs:old_off (Results 1 - 2 of 2) sorted by null

  /external/elfutils/tests/
show-die-info.c 499 Dwarf_Off old_off = 0; local
509 (unsigned long long int) old_off, hsize,
514 if (dwarf_offdie (dbg, old_off + hsize, &die) != NULL)
517 old_off = off;
  /external/elfutils/src/
ar.c 821 off_t old_off; member in struct:armem
856 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
868 *startp = memb->old_off;
956 newp->old_off = elf_getaroff (subelf);
1140 newp->old_off = elf_getaroff (subelf);
1232 found[cnt]->old_off = -1;
1258 && found[cnt]->old_off != -1l
    [all...]

Completed in 135 milliseconds