Searched refs:fini (Results 76 - 83 of 83) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-alpha.c849 goto fini;
969 fini:
H A Dtc-xtensa.c94 into. The .fini and .init sections are special because they
96 their own special .fini.literal and .init.literal sections. */
100 #define FINI_SECTION_NAME xtensa_section_rename (".fini")
102 #define FINI_LITERAL_SECTION_NAME xtensa_section_rename (".fini.literal")
1869 goto fini;
1911 fini:
4960 /* Set up the .literal, .fini.literal and .init.literal sections. */
9933 /* Special case: If we are in the ".fini" or ".init" section, then
9934 we will ALWAYS be generating to the ".fini.literal" and
/openbsd-current/gnu/llvm/lld/ELF/
H A DDriver.cpp1124 config->fini = args.getLastArgValue(OPT_fini, "_fini");
2623 // Mark -init and -fini symbols so that the LTO doesn't eliminate them.
2626 if (Symbol *sym = dyn_cast_or_null<Defined>(symtab.find(config->fini)))
H A DSyntheticSections.cpp1474 if (Symbol *b = symtab.find(config->fini))
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.c1622 #pragma fini "perl_fini"
1624 #pragma fini (perl_fini)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dxcofflink.c3365 const char *fini,
3384 if (! bfd_xcoff_generate_rtinit (abfd, init, fini, rtld))
3358 bfd_xcoff_link_generate_rtinit(bfd *abfd, const char *init, const char *fini, bfd_boolean rtld) argument
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c92 into. The .fini and .init sections are special because they
94 their own special .fini.literal and .init.literal sections. */
97 #define FINI_SECTION_NAME xtensa_section_rename (".fini")
99 #define FINI_LITERAL_SECTION_NAME xtensa_section_rename (".fini.literal")
1743 goto fini;
1775 fini:
4719 /* Set up the .literal, .fini.literal and .init.literal sections. */
7733 /* Special case: If we are in the ".fini" or ".init" section, then
7734 we will ALWAYS be generating to the ".fini.literal" and
/openbsd-current/usr.sbin/unbound/
H A Dltmain.sh2284 finish|finis|fini|fin|fi|f)

Completed in 411 milliseconds

1234