Searched refs:map_over_members (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | ar.c | 50 static void map_over_members (bfd *, void (*)(bfd *), char **, int); 175 map_over_members (bfd *arch, void (*function)(bfd *), char **files, int count) in map_over_members() function 805 map_over_members (arch, print_descr, files, file_count); in main() 809 map_over_members (arch, print_contents, files, file_count); in main() 813 map_over_members (arch, extract_file, files, file_count); in main()
|
D | ChangeLog-2013 | 191 * ar.c (map_over_members): Correctly handle multiple same-name
|
D | ChangeLog-2008 | 570 (map_over_members): Deal with full pathnames in thin archives.
|
D | ChangeLog-9899 | 206 (map_over_members): Handle counted mode. 222 (map_over_members): Call normalize on command line parameter.
|
D | ChangeLog-9197 | 2779 * ar.c (map_over_members, open_inarch): Call PROGRESS. 3070 (map_over_members): Make static. Add arch argument, and use it 3083 * arsup.h (map_over_members): Don't declare. 4730 * ar.c (map_over_members): if the element of the archive has a
|