Searched refs:this_element (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjcopy.c1730 bfd *this_element;
1742 this_element = bfd_openr_next_archived_file (ibfd, NULL);
1747 while (!status && this_element != NULL)
1758 bfd_get_filename (this_element), (char *) 0);
1774 bfd_get_filename (this_element), (char *) 0);
1780 stat_status = bfd_stat_arch_elt (this_element, &buf);
1784 bfd_get_filename (this_element));
1796 if (bfd_check_format (this_element, bfd_object))
1798 delete = ! copy_object (this_element, output_bfd);
1801 || bfd_get_arch (this_element) !
1728 bfd *this_element; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjcopy.c1527 bfd *this_element;
1539 this_element = bfd_openr_next_archived_file (ibfd, NULL);
1544 while (!status && this_element != NULL)
1555 bfd_get_filename (this_element), (char *) 0);
1571 bfd_get_filename (this_element), (char *) 0);
1577 stat_status = bfd_stat_arch_elt (this_element, &buf);
1581 bfd_get_filename (this_element));
1592 if (bfd_check_format (this_element, bfd_object))
1593 delete = ! copy_object (this_element, output_bfd);
1620 last_element = this_element;
1525 bfd *this_element; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c3002 int this_element;
3004 for (this_element = compile_stack.avail - 1;
3005 this_element >= 0;
3006 this_element--)
3007 if (compile_stack.stack[this_element].regnum == regnum)
2988 int this_element; local
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c3165 int this_element;
3167 for (this_element = compile_stack.avail - 1;
3168 this_element >= 0;
3169 this_element--)
3170 if (compile_stack.stack[this_element].regnum == regnum)
3150 int this_element; local
/openbsd-current/gnu/usr.bin/perl/
H A Dautodoc.pl955 my $this_element = $configs{$check_name};
956 my $this_pod = $this_element->{pod};
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c4342 int this_element;
4344 for (this_element = compile_stack.avail - 1;
4345 this_element >= 0;
4346 this_element--)
4347 if (compile_stack.stack[this_element].regnum == regnum)
4329 int this_element; local

Completed in 245 milliseconds