Home
last modified time | relevance | path

Searched refs:elf_next_in_group (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/binutils/ld/
HDldmisc.c179 && elf_next_in_group (sec) != NULL in vfinfo()
/NextBSD/contrib/binutils/gas/config/
HDobj-elf.c1901 elf_next_in_group (sec) = list->head[i]; in build_group_lists()
1952 for (s = list.head[i]; s != NULL; s = elf_next_in_group (s)) in elf_frob_file()
1986 elf_next_in_group (s) = list.head[i]; in elf_frob_file()
/NextBSD/contrib/binutils/bfd/
HDelf.c638 && elf_next_in_group (s) != NULL) in setup_group()
645 elf_next_in_group (newsect) = elf_next_in_group (s); in setup_group()
646 elf_next_in_group (s) = newsect; in setup_group()
658 elf_next_in_group (newsect) = newsect; in setup_group()
664 elf_next_in_group (shdr->bfd_section) = newsect; in setup_group()
772 return elf_next_in_group (sec) != NULL; in bfd_elf_is_group_section()
892 && elf_next_in_group (newsect) == NULL) in _bfd_elf_make_section_from_shdr()
2196 && elf_next_in_group (s) != NULL) in bfd_section_from_shdr()
2198 elf_next_in_group (hdr->bfd_section) = s; in bfd_section_from_shdr()
3000 first = elt = elf_next_in_group (sec); in bfd_elf_set_group_contents()
[all …]
HDelfxx-ia64.c5726 elf_next_in_group (group) = sec; in elfNN_ia64_object_p()
5729 elf_next_in_group (sec) = sec; in elfNN_ia64_object_p()
5735 elf_next_in_group (unwi) = sec; in elfNN_ia64_object_p()
5736 elf_next_in_group (sec) = unwi; in elfNN_ia64_object_p()
5745 elf_next_in_group (unw) = elf_next_in_group (unwi); in elfNN_ia64_object_p()
5746 elf_next_in_group (unwi) = unw; in elfNN_ia64_object_p()
5750 elf_next_in_group (unw) = sec; in elfNN_ia64_object_p()
5751 elf_next_in_group (sec) = unw; in elfNN_ia64_object_p()
HDbfd.c554 && elf_next_in_group (sec) != NULL in _bfd_default_error_handler()
HDelflink.c8282 asection *first = elf_next_in_group (group); in match_group_member()
8290 s = elf_next_in_group (s); in match_group_member()
11524 asection *first = elf_next_in_group (sec); in _bfd_elf_section_already_linked()
11532 s = elf_next_in_group (s); in _bfd_elf_section_already_linked()
11548 asection *first = elf_next_in_group (sec); in _bfd_elf_section_already_linked()
11550 if (first != NULL && elf_next_in_group (first) == first) in _bfd_elf_section_already_linked()
11568 asection *first = elf_next_in_group (l->sec); in _bfd_elf_section_already_linked()
11571 && elf_next_in_group (first) == first in _bfd_elf_section_already_linked()
HDelf-bfd.h1239 #define elf_next_in_group(sec) (elf_section_data(sec)->next_in_group) macro
HDChangeLog-00011479 (elf_next_in_group): Define.
1480 * elf.c: Make use of elf_group_name and elf_next_in_group throughout.
1482 first member section; Instead use elf_next_in_group.
/NextBSD/contrib/binutils/gas/
HDChangeLog-0001752 * config/obj-elf.c: Make use of elf_group_name and elf_next_in_group
757 first member section; Instead use elf_next_in_group.