Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Delfcomm.c491 unsigned char * index_buffer; in process_archive_index_and_symbols() local
523 index_buffer = (unsigned char *) in process_archive_index_and_symbols()
525 if (index_buffer == NULL) in process_archive_index_and_symbols()
531 got = fread (index_buffer, sizeof_ar_index, arch->index_num, arch->file); in process_archive_index_and_symbols()
534 free (index_buffer); in process_archive_index_and_symbols()
546 free (index_buffer); in process_archive_index_and_symbols()
553 byte_get_big_endian ((unsigned char *) (index_buffer + (i * sizeof_ar_index)), in process_archive_index_and_symbols()
555 free (index_buffer); in process_archive_index_and_symbols()