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

1234

/openbsd-current/regress/lib/libpthread/dlopen/
H A Ddlopen.c73 void (*fini)(void); member in struct:test_spec
183 if (test->fini != NULL)
184 test->fini();
240 if (test->fini != NULL)
241 test->fini();
/openbsd-current/libexec/ld.so/hppa/
H A Drtld_machine.c135 if (object->dyn.fini && !((Elf_Addr)object->dyn.fini & 2)) {
136 Elf_Addr addr = _dl_md_plabel((Elf_Addr)object->dyn.fini,
140 object->dyn.fini, object->dyn.pltgot,
143 object->dyn.fini = (void *)addr;
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dcrti.asm36 # .fini sections.
79 .section .fini, "ax", @progbits
129 .section .fini, "ax", @progbits
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dcrtbegin.asm71 * .fini and .init sections are not in range of the destination, and
78 * so that the next fragment in .fini gets the right value.
80 .section .fini,"ax","progbits"
H A Dcrtend.asm41 * .fini and .init sections are not in range of the destination, and
48 * so that the next fragment in .fini gets the right value.
/openbsd-current/sys/arch/hppa/spmath/
H A Dimpys.S182 bb,>=,n sign,0,fini ; test sign of procduct
196 bb,>=,n sign,0,fini ; test sign of product
227 bb,>=,n sign,0,fini ; test sign of product
253 fini0 movib,tr,n 0,pl,fini ; product = 0 as op1 = 0
271 mulend bb,>=,n sign,0,fini ; test sign of product
277 fini stws pu,0(arg2) ; save high part of result label
/openbsd-current/gnu/gcc/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"
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dcrti.asm34 # This file just make a stack frame for the contents of the .fini and
74 .section ".fini"
/openbsd-current/gnu/gcc/gcc/config/fr30/
H A Dcrti.asm36 # This file just make a stack frame for the contents of the .fini and
62 .section ".fini"
/openbsd-current/gnu/gcc/gcc/config/ia64/
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"
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dcrti.asm36 # This file just makes a stack frame for the contents of the .fini and
62 .section ".fini"
/openbsd-current/gnu/gcc/gcc/config/mt/
H A Dcrti.asm35 # This file just make a stack frame for the contents of the .fini and
57 .section ".fini"
/openbsd-current/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dcrti.asm36 # This file just make a stack frame for the contents of the .fini and
62 .section ".fini"
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dcrti.asm36 # This file just makes a stack frame for the contents of the .fini and
62 .section ".fini"
/openbsd-current/gnu/usr.bin/gcc/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"
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Dcrti.asm34 # This file just make a stack frame for the contents of the .fini and
67 .section ".fini"
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dirix-crti.asm5 /* The GNU and SGI linkers differ in their implementation of -init and -fini.
/openbsd-current/bin/pax/
H A Dbuf_subs.c835 static int fini = 0; local
837 if (fini)
861 fini = 1;
/openbsd-current/gnu/gcc/gcc/config/mmix/
H A Dcrti.asm93 % PUSHJ:s, so it doesn't matter that whether .init and .fini code calls
114 .section .fini,"ax",@progbits
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dcrti.asm93 % PUSHJ:s, so it doesn't matter that whether .init and .fini code calls
114 .section .fini,"ax",@progbits
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dcrt1.asm90 ! arrange for exit to call fini
126 ! arrange for exit to call fini
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dselftest_hangcheck.c311 goto fini;
334 goto fini;
338 fini:
1325 goto fini;
1362 fini:
1460 goto fini;
1573 fini:
1667 goto fini;
1787 goto fini;
1796 fini
[all...]
/openbsd-current/libexec/ld.so/
H A Dloader.c120 if (obj->dyn.fini) {
122 obj, obj->dyn.fini, obj->load_name));
123 (*obj->dyn.fini)();
147 if ((node->dyn.fini || node->dyn.fini_array) &&
161 if ((node->dyn.fini || node->dyn.fini_array) &&
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dsol-ci.asm87 .section ".fini","ax"

Completed in 145 milliseconds

1234