Searched refs:this_element (Results 1 – 10 of 10) sorted by relevance
3617 bfd *this_element; in copy_archive() local3659 this_element = bfd_openr_next_archived_file (ibfd, NULL); in copy_archive()3668 while (!status && this_element != NULL) in copy_archive()3678 if (! is_valid_archive_path (bfd_get_filename (this_element))) in copy_archive()3681 bfd_get_filename (this_element)); in copy_archive()3682 bfd_close (this_element); in copy_archive()3689 bfd_get_filename (this_element), (char *) 0); in copy_archive()3701 bfd_close (this_element); in copy_archive()3712 bfd_get_filename (this_element), (char *) 0); in copy_archive()3718 stat_status = bfd_stat_arch_elt (this_element, &buf); in copy_archive()[all …]
3522 bfd *this_element; in copy_archive() local3564 this_element = bfd_openr_next_archived_file (ibfd, NULL); in copy_archive()3573 while (!status && this_element != NULL) in copy_archive()3585 if (! is_valid_archive_path (bfd_get_filename (this_element))) in copy_archive()3588 bfd_get_filename (this_element)); in copy_archive()3595 bfd_get_filename (this_element), (char *) 0); in copy_archive()3617 bfd_get_filename (this_element), (char *) 0); in copy_archive()3623 stat_status = bfd_stat_arch_elt (this_element, &buf); in copy_archive()3627 bfd_get_filename (this_element)); in copy_archive()3636 ok_object = bfd_check_format (this_element, bfd_object); in copy_archive()[all …]
4335 int this_element; in group_in_compile_stack() local4337 for (this_element = compile_stack.avail - 1; in group_in_compile_stack()4338 this_element >= 0; in group_in_compile_stack()4339 this_element--) in group_in_compile_stack()4340 if (compile_stack.stack[this_element].regnum == regnum) in group_in_compile_stack()
4329 int this_element; in group_in_compile_stack() local4331 for (this_element = compile_stack.avail - 1; in group_in_compile_stack()4332 this_element >= 0; in group_in_compile_stack()4333 this_element--) in group_in_compile_stack()4334 if (compile_stack.stack[this_element].regnum == regnum) in group_in_compile_stack()
4419 int this_element; local4421 for (this_element = compile_stack.avail - 1;4422 this_element >= 0;4423 this_element--)4424 if (compile_stack.stack[this_element].regnum == regnum)
4337 int this_element; local4339 for (this_element = compile_stack.avail - 1;4340 this_element >= 0;4341 this_element--)4342 if (compile_stack.stack[this_element].regnum == regnum)
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()
53322 Localise last_element. Close this_element in more error cases.