Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcpu-arm.c281 char * arch_string; in bfd_arm_update_notes() local
300 if (! arm_check_note (abfd, buffer, buffer_size, NOTE_ARCH_STRING, & arch_string)) in bfd_arm_update_notes()
323 if (strcmp (arch_string, expected) != 0) in bfd_arm_update_notes()
378 char * arch_string; in bfd_arm_get_mach_from_notes() local
397 if (! arm_check_note (abfd, buffer, buffer_size, NOTE_ARCH_STRING, & arch_string)) in bfd_arm_get_mach_from_notes()
402 if (strcmp (arch_string, architectures[i].string) == 0) in bfd_arm_get_mach_from_notes()