Home
last modified time | relevance | path

Searched refs:link_next (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/binutils-2.34/bfd/
HDsimple.c185 bfd *link_next; in bfd_simple_get_relocated_section_contents() local
207 link_next = abfd->link.next; in bfd_simple_get_relocated_section_contents()
234 abfd->link.next = link_next; in bfd_simple_get_relocated_section_contents()
248 abfd->link.next = link_next; in bfd_simple_get_relocated_section_contents()
277 abfd->link.next = link_next; in bfd_simple_get_relocated_section_contents()
/dragonfly/contrib/binutils-2.27/bfd/
HDsimple.c185 bfd *link_next; in bfd_simple_get_relocated_section_contents() local
207 link_next = abfd->link.next; in bfd_simple_get_relocated_section_contents()
234 abfd->link.next = link_next; in bfd_simple_get_relocated_section_contents()
248 abfd->link.next = link_next; in bfd_simple_get_relocated_section_contents()
277 abfd->link.next = link_next; in bfd_simple_get_relocated_section_contents()
/dragonfly/lib/libalias/
HDalias_db.c854 struct alias_link *link_next; in CleanupAliasData() local
855 link_next = LIST_NEXT(link, list_out); in CleanupAliasData()
857 link = link_next; in CleanupAliasData()
874 struct alias_link *link_next; in IncrementalCleanup() local
876 link_next = LIST_NEXT(link, list_out); in IncrementalCleanup()
900 link = link_next; in IncrementalCleanup()
/dragonfly/contrib/gdb-7/bfd/
HDsimple.c180 link_info.input_bfds_tail = &abfd->link_next; in bfd_simple_get_relocated_section_contents()
HDelflink.c5552 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next) in _bfd_elf_size_group_sections()
5679 inputobj = inputobj->link_next) in bfd_elf_size_dynamic_sections()
5945 sub = sub->link_next) in bfd_elf_size_dynamic_sections()
6775 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next) in _bfd_elf_merge_sections()
10970 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next) in bfd_elf_final_link()
11032 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next) in bfd_elf_final_link()
11733 for (i = info->input_bfds; i; i = i->link_next) in _bfd_elf_gc_mark_hook()
11882 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next) in _bfd_elf_gc_mark_extra_sections()
11964 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next) in elf_gc_sweep()
12210 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next) in bfd_elf_gc_sections()
[all …]
HDlinker.c2017 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next) in _bfd_generic_final_link()
HDbfd-in2.h6007 struct bfd *link_next; member
HDelf32-i386.c2689 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next) in elf_i386_size_dynamic_sections()
HDelf64-x86-64.c2723 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next) in elf_x86_64_size_dynamic_sections()
/dragonfly/contrib/gcc-8.0/gcc/
HDgimplify.c6112 tree link_next; in gimplify_asm_expr() local
6124 link_next = NULL_TREE; in gimplify_asm_expr()
6125 for (i = 0, link = ASM_OUTPUTS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
6130 link_next = TREE_CHAIN (link); in gimplify_asm_expr()
6282 link_next = NULL_TREE; in gimplify_asm_expr()
6283 for (link = ASM_INPUTS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
6285 link_next = TREE_CHAIN (link); in gimplify_asm_expr()
6363 link_next = NULL_TREE; in gimplify_asm_expr()
6364 for (link = ASM_CLOBBERS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
6366 link_next = TREE_CHAIN (link); in gimplify_asm_expr()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDgimplify.c5024 tree link_next; in gimplify_asm_expr() local
5033 link_next = NULL_TREE; in gimplify_asm_expr()
5034 for (i = 0, link = ASM_OUTPUTS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
5039 link_next = TREE_CHAIN (link); in gimplify_asm_expr()
5164 link_next = NULL_TREE; in gimplify_asm_expr()
5165 for (link = ASM_INPUTS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
5167 link_next = TREE_CHAIN (link); in gimplify_asm_expr()