HomeSort by relevance Sort by last modified time
    Searched full:sizeof_ar_index (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
elfcomm.c 430 Entries in the index table are SIZEOF_AR_INDEX bytes long.
441 unsigned int sizeof_ar_index,
465 These are always SIZEOF_AR_INDEX bytes long and stored in
470 assert (sizeof_ar_index <= sizeof integer_buffer);
473 if (size < sizeof_ar_index)
480 got = fread (integer_buffer, 1, sizeof_ar_index, arch->file);
481 if (got != sizeof_ar_index)
487 arch->index_num = byte_get_big_endian (integer_buffer, sizeof_ar_index);
488 size -= sizeof_ar_index;
490 if (size < arch->index_num * sizeof_ar_index)
493 arch->file_name, (long) arch->index_num, sizeof_ar_index, size); local
    [all...]

Completed in 768 milliseconds