HomeSort by: relevance | last modified time | path
    Searched defs:nested_arch (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
elfedit.c 576 struct archive_info nested_arch;
588 /* The NESTED_ARCH structure is used as a single-item cache of information
591 nested_arch.file_name = NULL;
592 nested_arch.file = NULL;
593 nested_arch.index_array = NULL;
594 nested_arch.sym_table = NULL;
595 nested_arch.longnames = NULL;
644 name = get_archive_member_name (&arch, &nested_arch);
653 qualified_name = make_qualified_name (&arch, &nested_arch, name);
703 if (fseek (nested_arch.file, archive_file_offset
575 struct archive_info nested_arch; local
    [all...]
readelf.c 25057 struct archive_info nested_arch;
25070 /* The NESTED_ARCH structure is used as a single-item cache of information
25073 nested_arch.file_name = NULL;
25074 nested_arch.file = NULL;
25075 nested_arch.index_array = NULL;
25076 nested_arch.sym_table = NULL;
25077 nested_arch.longnames = NULL;
25111 &nested_arch);
25116 = make_qualified_name (&arch, &nested_arch,
25221 name = get_archive_member_name (&arch, &nested_arch);
25054 struct archive_info nested_arch; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
elfedit.c 576 struct archive_info nested_arch;
588 /* The NESTED_ARCH structure is used as a single-item cache of information
591 nested_arch.file_name = NULL;
592 nested_arch.file = NULL;
593 nested_arch.index_array = NULL;
594 nested_arch.sym_table = NULL;
595 nested_arch.longnames = NULL;
644 name = get_archive_member_name (&arch, &nested_arch);
653 qualified_name = make_qualified_name (&arch, &nested_arch, name);
703 if (fseek (nested_arch.file, archive_file_offset
575 struct archive_info nested_arch; local
    [all...]
readelf.c 23924 struct archive_info nested_arch;
23937 /* The NESTED_ARCH structure is used as a single-item cache of information
23940 nested_arch.file_name = NULL;
23941 nested_arch.file = NULL;
23942 nested_arch.index_array = NULL;
23943 nested_arch.sym_table = NULL;
23944 nested_arch.longnames = NULL;
23978 &nested_arch);
23983 = make_qualified_name (&arch, &nested_arch,
24088 name = get_archive_member_name (&arch, &nested_arch);
23921 struct archive_info nested_arch; local
    [all...]

Completed in 100 milliseconds