Searched refs:arm_arch_section (Results 1 – 1 of 1) sorted by relevance
278 asection * arm_arch_section; in bfd_arm_update_notes() local287 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_update_notes()289 if (arm_arch_section == NULL) in bfd_arm_update_notes()292 buffer_size = arm_arch_section->size; in bfd_arm_update_notes()296 if (!bfd_malloc_and_get_section (abfd, arm_arch_section, &buffer)) in bfd_arm_update_notes()329 if (! bfd_set_section_contents (abfd, arm_arch_section, buffer, in bfd_arm_update_notes()375 asection * arm_arch_section; in bfd_arm_get_mach_from_notes() local384 arm_arch_section = bfd_get_section_by_name (abfd, note_section); in bfd_arm_get_mach_from_notes()386 if (arm_arch_section == NULL) in bfd_arm_get_mach_from_notes()389 buffer_size = arm_arch_section->size; in bfd_arm_get_mach_from_notes()[all …]