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

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjcopy.c1711 bfd *this_element;
1723 this_element = bfd_openr_next_archived_file (ibfd, NULL);
1728 while (!status && this_element != NULL)
1739 bfd_get_filename (this_element), (char *) 0);
1755 bfd_get_filename (this_element), (char *) 0);
1761 stat_status = bfd_stat_arch_elt (this_element, &buf);
1765 bfd_get_filename (this_element));
1777 if (bfd_check_format (this_element, bfd_object))
1779 delete = ! copy_object (this_element, output_bfd);
1782 || bfd_get_arch (this_element) !
1709 bfd *this_element; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Dobjcopy.c2566 bfd *this_element;
2587 this_element = bfd_openr_next_archived_file (ibfd, NULL);
2596 while (!status && this_element != NULL)
2608 if (! is_valid_archive_path (bfd_get_filename (this_element)))
2611 bfd_get_filename (this_element));
2618 bfd_get_filename (this_element), (char *) 0);
2638 bfd_get_filename (this_element), (char *) 0);
2643 stat_status = bfd_stat_arch_elt (this_element, &buf);
2647 bfd_get_filename (this_element));
2656 ok_object = bfd_check_format (this_element, bfd_objec
2564 bfd *this_element; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c3055 int this_element;
3057 for (this_element = compile_stack.avail - 1;
3058 this_element >= 0;
3059 this_element--)
3060 if (compile_stack.stack[this_element].regnum == regnum)
3041 int this_element; local
/haiku-buildtools/legacy/binutils/libiberty/
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
/haiku-buildtools/gcc/libiberty/
H A Dregex.c4344 int this_element;
4346 for (this_element = compile_stack.avail - 1;
4347 this_element >= 0;
4348 this_element--)
4349 if (compile_stack.stack[this_element].regnum == regnum)
4331 int this_element; local
/haiku-buildtools/binutils/libiberty/
H A Dregex.c4345 int this_element;
4347 for (this_element = compile_stack.avail - 1;
4348 this_element >= 0;
4349 this_element--)
4350 if (compile_stack.stack[this_element].regnum == regnum)
4332 int this_element; local

Completed in 200 milliseconds