Searched refs:fini (Results 26 - 50 of 102) sorted by relevance

12345

/freebsd-11-stable/lib/csu/mips/
H A Dcrti.S28 .section .fini,"ax",%progbits
/freebsd-11-stable/lib/csu/powerpc64/
H A Dcrti.S60 .section .fini,"ax",@progbits
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm36 ! This file just supplies labeled starting points for the .init and .fini
48 .section .fini
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrti.asm34 # This file just make a stack frame for the contents of the .fini and
53 .section ".fini"
H A Dcrtend.asm53 * .fini and .init sections are not in range of the destination, and
60 * so that the next fragment in .fini gets the right value.
H A Dcrtbegin.asm81 * .fini and .init sections are not in range of the destination, and
88 * so that the next fragment in .fini gets the right value.
90 .section .fini,"ax","progbits"
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm34 # This file just make a stack frame for the contents of the .fini and
76 .section ".fini"
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-ci.asm36 ! This file just make a stack frame for the contents of the .fini and
58 .section ".fini"
/freebsd-11-stable/lib/libomp/
H A DMakefile71 LDFLAGS+= -Wl,-fini=__kmp_internal_end_fini
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm5 /* The GNU and SGI linkers differ in their implementation of -init and -fini.
/freebsd-11-stable/sys/vm/
H A Duma.h168 * fini A discard function that undoes initialization done by init.
169 * ctor/dtor/init/fini may all be null, see notes above.
179 uma_dtor dtor, uma_init uminit, uma_fini fini,
197 * exactly the same as the init/fini specified to uma_zcreate()
200 * these are set, the primary zone may alter its init/fini
202 * using uma_zone_set_init/fini()) as well as its own
554 * The following two routines (uma_zone_set_init/fini)
555 * are used to set the backend init/fini pair which acts on an
562 void uma_zone_set_fini(uma_zone_t zone, uma_fini fini);
H A Duma_core.c175 uma_fini fini; member in struct:uma_zctor_args
188 uma_fini fini; member in struct:uma_kctor_args
265 uma_fini fini, int align, uint32_t flags);
1411 keg->uk_fini = arg->fini;
1592 zone->uz_fini = arg->fini;
1606 if ((keg = uma_kcreate(zone, arg->size, arg->uminit, arg->fini,
1616 karg.fini = arg->fini;
1784 args.fini = NULL;
1811 args.fini
1879 uma_kcreate(uma_zone_t zone, size_t size, uma_init uminit, uma_fini fini, int align, uint32_t flags) argument
1904 uma_zcreate(const char *name, size_t size, uma_ctor ctor, uma_dtor dtor, uma_init uminit, uma_fini fini, int align, uint32_t flags) argument
3044 uma_zone_set_fini(uma_zone_t zone, uma_fini fini) argument
[all...]
/freebsd-11-stable/bin/pax/
H A Dbuf_subs.c836 static int fini = 0; local
838 if (fini)
862 fini = 1;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c198 #pragma fini(dtrace_dof_fini)
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm120 .section ".fini","ax"
H A Deabi-cn.asm112 .section ".fini","ax"
H A Dsol-ci.asm87 .section ".fini","ax"
H A Dsol-cn.asm78 .section ".fini","ax"
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dplugin.c517 void (*fini)(void *); member in struct:common_plugin_method
531 cpm->fini(pl->ctx);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dprocess_test.c72 void (*fini)(void *); member in struct:base_stream
85 .fini = fhook, \
429 outfs->fini(out);
430 errfs->fini(err);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.c335 .fini = bridge_fini,
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h98 llvm::StringRef fini; member in struct:lld::elf::Configuration
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.h76 /* Types of init and fini functions */
227 Elf_Addr fini; /* Termination function to call */ member in struct:Struct_Obj_Entry
261 bool on_fini_list: 1; /* Object is already on fini list. */
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon.h1174 void (*fini)(struct radeon_device *rdev); member in struct:radeon_asic
1197 void (*fini)(struct radeon_device *rdev); member in struct:radeon_asic::__anon9933
1269 void (*fini)(struct radeon_device *rdev); member in struct:radeon_asic::__anon9939
1820 #define radeon_fini(rdev) (rdev)->asic->fini((rdev))
1829 #define radeon_asic_vm_fini(rdev) (rdev)->asic->vm.fini((rdev))
1862 #define radeon_hpd_fini(rdev) (rdev)->asic->hpd.fini((rdev))
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_lm75/
H A Dsnmp_lm75.c91 .fini = lm75_fini,

Completed in 475 milliseconds

12345