Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/
Dldwrite.c514 n->map_tail.link_order = cursor->map_tail.link_order; in split_sections()
515 cursor->map_tail.link_order = l; in split_sections()
Dldlang.c2449 asection *s = output->bfd_section->map_tail.s; in lang_add_section()
2450 output->bfd_section->map_tail.s = section; in lang_add_section()
2452 section->map_tail.s = s; in lang_add_section()
3970 output_section->map_tail.link_order = NULL; in lang_clear_os_map()
DChangeLog-2012776 * ldlang.c (lang_add_section): ..and don't set up map_head, map_tail.
DChangeLog-2014159 * ldlang.c (lang_add_section): Set up map_head.s and map_tail.s when
DChangeLog-20051204 section, attached via map_head and map_tail pointers.
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dppc64elf.em161 /* Trim I off the bfd map_head/map_tail doubly linked lists. */
163 p = i->map_tail.s;
165 (n != NULL ? n : i->output_section)->map_tail.s = p;
171 p = n->map_tail.s;
186 i->map_tail.s = p;
188 (n != NULL ? n : i->output_section)->map_tail.s = i;
/toolchain/binutils/binutils-2.27/bfd/
Dlinker.c2478 if (section->map_tail.link_order != NULL) in bfd_new_link_order()
2479 section->map_tail.link_order->next = new_lo; in bfd_new_link_order()
2482 section->map_tail.link_order = new_lo; in bfd_new_link_order()
Dbfd-in2.h1611 } map_head, map_tail; member
Delflink.c8836 dynamic_relocs->map_tail.link_order = lo; in elf_link_sort_relocs()
11515 struct bfd_link_order *ord = sec->map_tail.link_order; in bfd_elf_final_link()
Delf.c3317 struct bfd_link_order *o = asect->map_tail.link_order; in elf_fake_sections()
DChangeLog-20053132 link_order_tail with map_head and map_tail union.