Searched refs:elf_next_in_group (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dldmisc.c172 && elf_next_in_group (sec) != NULL
/haiku-buildtools/binutils/ld/
H A Dldmisc.c184 && elf_next_in_group (sec) != NULL
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-elf.c1888 elf_next_in_group (sec) = list->head[i];
1939 for (s = list.head[i]; s != NULL; s = elf_next_in_group (s))
1973 elf_next_in_group (s) = list.head[i];
/haiku-buildtools/binutils/bfd/
H A Delfnn-ia64.c4909 elf_next_in_group (group) = sec;
4912 elf_next_in_group (sec) = sec;
4918 elf_next_in_group (unwi) = sec;
4919 elf_next_in_group (sec) = unwi;
4928 elf_next_in_group (unw) = elf_next_in_group (unwi);
4929 elf_next_in_group (unwi) = unw;
4933 elf_next_in_group (unw) = sec;
4934 elf_next_in_group (sec) = unw;
H A Delf64-ia64-vms.c4409 elf_next_in_group (group) = sec;
4412 elf_next_in_group (sec) = sec;
4418 elf_next_in_group (unwi) = sec;
4419 elf_next_in_group (sec) = unwi;
4428 elf_next_in_group (unw) = elf_next_in_group (unwi);
4429 elf_next_in_group (unwi) = unw;
4433 elf_next_in_group (unw) = sec;
4434 elf_next_in_group (sec) = unw;
H A Delf.c750 && elf_next_in_group (s) != NULL)
757 elf_next_in_group (newsect) = elf_next_in_group (s);
758 elf_next_in_group (s) = newsect;
770 elf_next_in_group (newsect) = newsect;
776 elf_next_in_group (shdr->bfd_section) = newsect;
847 && elf_next_in_group (s) == NULL)
914 return elf_next_in_group (sec) != NULL;
1044 && elf_next_in_group (newsect) == NULL)
2440 && elf_next_in_group (
[all...]
H A Delflink.c9868 asection *first = elf_next_in_group (group);
9876 s = elf_next_in_group (s);
12772 ssec = msec = elf_next_in_group (grp);
12781 msec = elf_next_in_group (msec);
12792 msec = elf_next_in_group (msec);
12846 && elf_next_in_group (isec) == NULL)
12953 asection *first = elf_next_in_group (o);
13281 && elf_next_in_group (o) == NULL )))
13827 && elf_next_in_group (sec) != NULL
13828 && elf_group_name (elf_next_in_group (se
[all...]
H A Dbfd.c726 && elf_next_in_group (sec) != NULL
H A Delf-bfd.h1578 #define elf_next_in_group(sec) (elf_section_data(sec)->next_in_group)
1576 #define elf_next_in_group macro
H A Delf32-xtensa.c9554 asection *first = elf_next_in_group (kept);
9565 s = elf_next_in_group (s);
/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c586 && elf_next_in_group (s) != NULL)
593 elf_next_in_group (newsect) = elf_next_in_group (s);
594 elf_next_in_group (s) = newsect;
606 elf_next_in_group (newsect) = newsect;
612 elf_next_in_group (shdr->bfd_section) = newsect;
720 return elf_next_in_group (sec) != NULL;
840 && elf_next_in_group (newsect) == NULL)
2157 && elf_next_in_group (s) != NULL)
2159 elf_next_in_group (hd
[all...]
H A Delfxx-ia64.c5631 elf_next_in_group (group) = sec;
5634 elf_next_in_group (sec) = sec;
5640 elf_next_in_group (unwi) = sec;
5641 elf_next_in_group (sec) = unwi;
5650 elf_next_in_group (unw) = elf_next_in_group (unwi);
5651 elf_next_in_group (unwi) = unw;
5655 elf_next_in_group (unw) = sec;
5656 elf_next_in_group (sec) = unw;
H A Dbfd.c503 && elf_next_in_group (sec) != NULL
H A Delflink.c6783 asection *first = elf_next_in_group (group);
6791 s = elf_next_in_group (s);
9769 if (elf_next_in_group (sec) == sec
9878 asection *first = elf_next_in_group (sec);
9886 s = elf_next_in_group (s);
9908 elf_next_in_group (sec)))
9910 elf_next_in_group (sec)->output_section = bfd_abs_section_ptr;
9911 elf_next_in_group (sec)->kept_section = l->sec;
9925 asection *first = elf_next_in_group (l->sec);
9928 && elf_next_in_group (firs
[all...]
H A Delf-bfd.h1178 #define elf_next_in_group(sec) (elf_section_data(sec)->next_in_group)
1176 #define elf_next_in_group macro
/haiku-buildtools/binutils/gas/config/
H A Dobj-elf.c2316 elf_next_in_group (sec) = list->head[*elem_idx];
2373 for (s = list.head[i]; s != NULL; s = elf_next_in_group (s))
2397 elf_next_in_group (s) = list.head[i];
/haiku-buildtools/binutils/binutils/
H A Dobjcopy.c1290 first = elt = elf_next_in_group (sec);
1295 elt = elf_next_in_group (elt);

Completed in 615 milliseconds