Searched refs:this_element (Results 1 – 2 of 2) sorted by relevance
2258 bfd *this_element; in copy_archive() local2279 this_element = bfd_openr_next_archived_file (ibfd, NULL); in copy_archive()2288 while (!status && this_element != NULL) in copy_archive()2300 if (! is_valid_archive_path (bfd_get_filename (this_element))) in copy_archive()2303 bfd_get_filename (this_element)); in copy_archive()2310 bfd_get_filename (this_element), (char *) 0); in copy_archive()2330 bfd_get_filename (this_element), (char *) 0); in copy_archive()2335 stat_status = bfd_stat_arch_elt (this_element, &buf); in copy_archive()2339 bfd_get_filename (this_element)); in copy_archive()2348 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()