Searched refs:this_element (Results 1 – 2 of 2) sorted by relevance
2542 bfd *this_element; in copy_archive() local2563 this_element = bfd_openr_next_archived_file (ibfd, NULL); in copy_archive()2572 while (!status && this_element != NULL) in copy_archive()2584 if (! is_valid_archive_path (bfd_get_filename (this_element))) in copy_archive()2587 bfd_get_filename (this_element)); in copy_archive()2594 bfd_get_filename (this_element), (char *) 0); in copy_archive()2614 bfd_get_filename (this_element), (char *) 0); in copy_archive()2619 stat_status = bfd_stat_arch_elt (this_element, &buf); in copy_archive()2623 bfd_get_filename (this_element)); in copy_archive()2632 ok_object = bfd_check_format (this_element, bfd_object); in copy_archive()[all …]
4331 int this_element; in group_in_compile_stack() local4333 for (this_element = compile_stack.avail - 1; in group_in_compile_stack()4334 this_element >= 0; in group_in_compile_stack()4335 this_element--) in group_in_compile_stack()4336 if (compile_stack.stack[this_element].regnum == regnum) in group_in_compile_stack()