Searched refs:os_tail (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/binutils/ld/
H A Dldlang.h446 lang_output_section_statement_type **os_tail; member in struct:orphan_save
H A Dldlang.c1466 lang_output_section_statement_type **os_tail; local
1484 os_tail = ((lang_output_section_statement_type **)
1490 if (config.build_constructors && *os_tail == os)
1672 place->os_tail = &after->next;
1690 newly_added_os = *os_tail;
1691 *os_tail = NULL;
1693 ((char *) place->os_tail
1695 newly_added_os->next = *place->os_tail;
1698 *place->os_tail = newly_added_os;
1699 place->os_tail
[all...]

Completed in 58 milliseconds