Searched refs:os_tail (Results 1 – 4 of 4) sorted by relevance
1818 lang_output_section_statement_type **os_tail; in lang_insert_orphan() local1832 os_tail = ((lang_output_section_statement_type **) in lang_insert_orphan()1838 if (config.build_constructors && *os_tail == os) in lang_insert_orphan()1966 place->os_tail = &after->next; in lang_insert_orphan()1984 newly_added_os = *os_tail; in lang_insert_orphan()1985 *os_tail = NULL; in lang_insert_orphan()1987 ((char *) place->os_tail in lang_insert_orphan()1989 newly_added_os->next = *place->os_tail; in lang_insert_orphan()1992 *place->os_tail = newly_added_os; in lang_insert_orphan()1993 place->os_tail = &newly_added_os->next; in lang_insert_orphan()[all …]
491 lang_output_section_statement_type **os_tail; member
298 * emultempl/pe.em (struct orphan_save): Add os_tail.
1748 * emultempl/elf32.em (struct orphan_save): Add os_tail field.