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

  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 292 struct archive_info nested_arch;
303 /* The NESTED_ARCH structure is used as a single-item cache of information
306 nested_arch.file_name = NULL;
307 nested_arch.file = NULL;
308 nested_arch.index_array = NULL;
309 nested_arch.sym_table = NULL;
310 nested_arch.longnames = NULL;
357 name = get_archive_member_name (&arch, &nested_arch);
366 qualified_name = make_qualified_name (&arch, &nested_arch, name);
410 if (fseek (nested_arch.file, archive_file_offset
291 struct archive_info nested_arch; local
    [all...]
readelf.c 15088 struct archive_info nested_arch; local
    [all...]

Completed in 210 milliseconds