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

  /external/elfutils/src/
ranlib.c 203 off_t index_off = -1; local
216 index_off = elf_getaroff (elf);
270 if (index_off != -1)
271 rest_off = (index_off + sizeof (struct ar_hdr)
285 || (index_off > SARMAG
286 && copy_content (arelf, newfd, SARMAG, index_off - SARMAG))
ar.c 460 off_t index_off = -1; local
499 index_off = elf_getaroff (subelf);
777 if (index_off != -1)
778 rest_off = (index_off + sizeof (struct ar_hdr)
792 || (index_off != SARMAG
793 && copy_content (elf, newfd, SARMAG, index_off - SARMAG))
    [all...]

Completed in 150 milliseconds