Searched refs:map_tail (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/binutils/ld/
H A Dldwrite.c495 n->map_tail.link_order = cursor->map_tail.link_order;
496 cursor->map_tail.link_order = l;
H A Dldlang.c2066 asection *s = output->bfd_section->map_tail.s;
2067 output->bfd_section->map_tail.s = section;
2069 section->map_tail.s = s;
3380 output_section->map_tail.link_order = NULL;
3395 and map_tail link_order fields. */
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dlinker.c2625 if (section->map_tail.link_order != NULL)
2626 section->map_tail.link_order->next = new;
2629 section->map_tail.link_order = new;
H A Dbfd-in2.h1508 /* Early in the link process, map_head and map_tail are used to build member in struct:bfd_section
1515 } map_head, map_tail;
1674 /* map_head, map_tail */ \
H A Delf.c2915 struct bfd_link_order *o = asect->map_tail.link_order;
H A Delflink.c9773 struct bfd_link_order *o = sec->map_tail.link_order;
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1514 /* Early in the link process, map_head and map_tail are used to build member in struct:bfd_section
1521 } map_head, map_tail;
1680 /* map_head, map_tail */ \

Completed in 235 milliseconds