Home | History | Annotate | Download | only in ld

Lines Matching refs:os_tail

1818   lang_output_section_statement_type **os_tail;
1832 os_tail = ((lang_output_section_statement_type **)
1838 if (config.build_constructors && *os_tail == os)
1966 place->os_tail = &after->next;
1984 newly_added_os = *os_tail;
1985 *os_tail = NULL;
1987 ((char *) place->os_tail
1989 newly_added_os->next = *place->os_tail;
1992 *place->os_tail = newly_added_os;
1993 place->os_tail = &newly_added_os->next;
1998 assigning *os_tail = NULL, but possibly added it back in
1999 the same place when assigning *place->os_tail. */
2000 if (*os_tail == NULL)
2002 = (lang_statement_union_type **) os_tail;
3289 lang_statement_union_type **os_tail;
3319 os_tail = lang_output_section_statement.tail;
3333 if (os_tail != lang_output_section_statement.tail)