Searched refs:ARMAGT (Results 1 – 5 of 5) sorted by relevance
32 #define ARMAGT "!<thin>\012" /* For thin archives. */ macro
33 * ar.h (ARMAGT): New magic string for thin archives.
494 else if (memcmp (armag, ARMAGT, SARMAG) == 0) in process_file()
15362 else if (memcmp (armag, ARMAGT, SARMAG) == 0) in process_file()
804 bfd_is_thin_archive (abfd) = (strncmp (armag, ARMAGT, SARMAG) == 0); in bfd_generic_archive_p()2166 armag = ARMAGT; in _bfd_write_archive_contents()