Searched refs:elf_next_in_group (Results 1 – 14 of 14) sorted by relevance
573 && elf_next_in_group (s) != NULL) in setup_group()580 elf_next_in_group (newsect) = elf_next_in_group (s); in setup_group()581 elf_next_in_group (s) = newsect; in setup_group()593 elf_next_in_group (newsect) = newsect; in setup_group()624 s = elf_next_in_group (s); in bfd_elf_discard_group()1952 && elf_next_in_group (s) != NULL) in bfd_section_from_shdr()1954 elf_next_in_group (hdr->bfd_section) = s; in bfd_section_from_shdr()2576 first = elt = elf_next_in_group (sec); in bfd_elf_set_group_contents()2595 elt = elf_next_in_group (elt); in bfd_elf_set_group_contents()2611 elt = elf_next_in_group (elt); in bfd_elf_set_group_contents()[all …]
1052 #define elf_next_in_group(sec) (elf_section_data(sec)->next_in_group) macro
1479 (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.
172 && elf_next_in_group (sec) != NULL in vfinfo()
1819 elf_next_in_group (sec) = list->head[i]; in build_group_lists()1869 for (s = list.head[i]; s != NULL; s = elf_next_in_group (s)) in elf_frob_file()1903 elf_next_in_group (s) = list.head[i]; in elf_frob_file()
1888 elf_next_in_group (sec) = list->head[i]; in build_group_lists()1939 for (s = list.head[i]; s != NULL; s = elf_next_in_group (s)) in elf_frob_file()1973 elf_next_in_group (s) = list.head[i]; in elf_frob_file()
5624 elf_next_in_group (group) = sec; in elfNN_ia64_object_p()5627 elf_next_in_group (sec) = sec; in elfNN_ia64_object_p()5633 elf_next_in_group (unwi) = sec; in elfNN_ia64_object_p()5634 elf_next_in_group (sec) = unwi; in elfNN_ia64_object_p()5643 elf_next_in_group (unw) = elf_next_in_group (unwi); in elfNN_ia64_object_p()5644 elf_next_in_group (unwi) = unw; in elfNN_ia64_object_p()5648 elf_next_in_group (unw) = sec; in elfNN_ia64_object_p()5649 elf_next_in_group (sec) = unw; in elfNN_ia64_object_p()
601 && elf_next_in_group (s) != NULL) in setup_group()608 elf_next_in_group (newsect) = elf_next_in_group (s); in setup_group()609 elf_next_in_group (s) = newsect; in setup_group()621 elf_next_in_group (newsect) = newsect; in setup_group()735 return elf_next_in_group (sec) != NULL; in bfd_elf_is_group_section()855 && elf_next_in_group (newsect) == NULL) in _bfd_elf_make_section_from_shdr()2181 && elf_next_in_group (s) != NULL) in bfd_section_from_shdr()2183 elf_next_in_group (hdr->bfd_section) = s; in bfd_section_from_shdr()2940 first = elt = elf_next_in_group (sec); in bfd_elf_set_group_contents()2959 elt = elf_next_in_group (elt); in bfd_elf_set_group_contents()[all …]
501 && elf_next_in_group (sec) != NULL in _bfd_default_error_handler()
7106 asection *first = elf_next_in_group (group); in match_group_member()7114 s = elf_next_in_group (s); in match_group_member()10112 if (elf_next_in_group (sec) == sec in _bfd_elf_section_already_linked()10221 asection *first = elf_next_in_group (sec); in _bfd_elf_section_already_linked()10229 s = elf_next_in_group (s); in _bfd_elf_section_already_linked()10251 elf_next_in_group (sec), in _bfd_elf_section_already_linked()10254 elf_next_in_group (sec)->output_section = bfd_abs_section_ptr; in _bfd_elf_section_already_linked()10255 elf_next_in_group (sec)->kept_section = l->sec; in _bfd_elf_section_already_linked()10269 asection *first = elf_next_in_group (l->sec); in _bfd_elf_section_already_linked()10272 && elf_next_in_group (first) == first in _bfd_elf_section_already_linked()
1159 #define elf_next_in_group(sec) (elf_section_data(sec)->next_in_group) macro
752 * config/obj-elf.c: Make use of elf_group_name and elf_next_in_group757 first member section; Instead use elf_next_in_group.