Home
last modified time | relevance | path

Searched refs:os_tail (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldlang.c1818 lang_output_section_statement_type **os_tail; in lang_insert_orphan() local
1832 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 …]
Dldlang.h491 lang_output_section_statement_type **os_tail; member
DChangeLog-2004298 * emultempl/pe.em (struct orphan_save): Add os_tail.
DChangeLog-02031748 * emultempl/elf32.em (struct orphan_save): Add os_tail field.