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

1234

/openbsd-current/regress/libexec/ld.so/initfirst/test1/
H A Dlib.c30 static void fini(void) __attribute__((destructor));
32 fini(void) function
34 printf("fini %s\n", NAME);
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dcrtn.s30 * This file supplies function epilogues for the .init and .fini sections.
41 .section .fini
H A Dcrti.s30 * This file just supplies function prologues for the .init and .fini
43 .section .fini
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dcrtn.s30 * This file supplies function epilogues for the .init and .fini sections.
41 .section .fini
H A Dcrti.s30 * This file just supplies function prologues for the .init and .fini
43 .section .fini
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dcrtn.s30 * This file supplies function epilogues for the .init and .fini sections.
46 .section .fini
H A Dcrti.s30 * This file just supplies function prologues for the .init and .fini
50 .section .fini
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc.h24 void (*fini)(struct intel_uc *uc); member in struct:intel_uc_ops
115 intel_uc_ops_function(fini, fini, void, );
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dcrti.asm29 /* The code in sections .init and .fini is supposed to be a single
31 start in crt0.asm. The function in .fini is atexit()ed in crt0.asm
37 or .fini sections, and ENDFILE_SPEC should list crtn.o after any
66 .section .fini
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dcrti.asm16 .section .fini,"ax",@progbits
H A Dcrtn.asm20 .section .fini,"ax",@progbits
/openbsd-current/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dcrti.asm29 /* The code in sections .init and .fini is supposed to be a single
31 start in crt0.asm. The function in .fini is atexit()ed in crt0.asm
37 or .fini sections, and ENDFILE_SPEC should list crtn.o after any
51 .section .fini
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mips/
H A Dcrti.asm16 .section .fini,"ax",@progbits
H A Dcrtn.asm20 .section .fini,"ax",@progbits
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_asic.c199 .fini = &r100_fini,
241 .fini = &r100_hpd_fini,
267 .fini = &r100_fini,
309 .fini = &r100_hpd_fini,
363 .fini = &r300_fini,
405 .fini = &r100_hpd_fini,
431 .fini = &r300_fini,
473 .fini = &r100_hpd_fini,
499 .fini = &r420_fini,
541 .fini
[all...]
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dcrti.asm1 # Start .init and .fini sections.
28 # This file just makes a stack frame for the contents of the .fini and
46 .section .fini
/openbsd-current/gnu/usr.bin/binutils/ld/scripttempl/
H A Delf32msp430.sc61 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
62 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
137 *(.fini)
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Delf32msp430.sc61 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
62 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
137 *(.fini)
/openbsd-current/sys/arch/hppa/spmath/
H A Dimpyu.S73 b fini ; go to finish
190 addb,=,n saveop2,gr0,fini ; check saveop2
195 addb,=,n saveop2,gr0,fini ; check saveop2
218 addb,=,n saveop2,gr0,fini ; check saveop2
230 addb,=,n saveop2,gr0,fini ; check saveop2
238 addb,=,n saveop2,gr0,fini ; check saveop2
246 addb,=,n saveop2,gr0,fini ; check saveop2
248 fini0 movib,tr 0,pl,fini ; product = 0 as op1 = 0
267 mulend addb,=,n saveop2,gr0,fini ; check saveop2
275 fini stw label
[all...]
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dcrti.asm30 /* The code in sections .init and .fini is supposed to be a single
32 start in crt1.asm. The function in .fini is atexit()ed in crt1.asm
38 or .fini sections, and ENDFILE_SPEC should list crtn.o after any
86 .section .fini
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dcrti.asm30 /* The code in sections .init and .fini is supposed to be a single
32 start in crt1.asm. The function in .fini is atexit()ed in crt1.asm
38 or .fini sections, and ENDFILE_SPEC should list crtn.o after any
86 .section .fini
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dsol2-ci.asm36 ! This file just supplies labeled starting points for the .init and .fini
48 .section .fini
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dcrti.asm34 # This file just make a stack frame for the contents of the .fini and
53 .section ".fini"
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2-ci.asm36 ! This file just supplies labeled starting points for the .init and .fini
48 .section .fini
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dcrti.asm34 # This file just make a stack frame for the contents of the .fini and
53 .section ".fini"

Completed in 387 milliseconds

1234