Home
last modified time | relevance | path

Searched refs:fini (Results 1 – 25 of 258) sorted by relevance

1234567891011

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hdb/
Dtest_hdbplugin.c40 int fini; member
61 testresult.fini = 1; in hdb_test_fini()
76 .fini = hdb_test_fini,
/netbsd/src/external/gpl3/binutils/dist/ld/scripttempl/
Dv850_rh850.sc72 .rel.fini : { *(.rel.fini) }
73 .rela.fini : { *(.rela.fini) }
109 .fini : { KEEP (*(SORT_NONE(.fini))) } =0
Dv850.sc68 .rel.fini : { *(.rel.fini) }
69 .rela.fini : { *(.rela.fini) }
105 .fini : { KEEP (*(SORT_NONE(.fini))) } =0
Delfd30v.sc112 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
113 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
130 KEEP (*(SORT_NONE(.fini)))
Delfarcv2.sc157 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
158 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
203 .fini ${RELOCATING-0} :
206 KEEP (*(SORT_NONE(.fini)))
Delfxtensa.sc56 # combination of .fini sections.
151 FINI_LIT=".fini.literal 0 : { *(.fini.literal) }"
152 FINI=".fini 0 : { KEEP (*(SORT_NONE(.fini))) }"
339 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
340 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
427 ${RELOCATING+KEEP (*(.fini.literal))}
428 ${RELOCATING+KEEP (*(SORT_NONE(.fini)))}
Delf32msp430.sc102 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
103 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
187 *(SORT_NONE(.fini))
Delf_chaos.sc42 # combination of .fini sections.
203 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
204 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
260 .fini ${RELOCATING-0} :
263 KEEP (*(SORT_NONE(.fini)))
Diq2000.sc39 # combination of .fini sections.
173 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
174 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
308 .fini ${RELOCATING-0} :
311 KEEP (*(SORT_NONE(.fini)))
Dpru.sc61 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
62 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
Delfarc.sc37 # combination of .fini sections.
228 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
229 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
300 .fini ${RELOCATING-0} :
303 KEEP (*(SORT_NONE(.fini)))
Dmep.sc50 # combination of .fini sections.
254 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
255 .rela.fini ${RELOCATING-0} : { *(.rela.fini) }
318 .fini ${RELOCATING-0} :
321 KEEP (*(SORT_NONE(.fini)))
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dm32r.ld60 .rel.fini : { *(.rel.fini) }
61 .rela.fini : { *(.rela.fini) }
78 .fini : { *(.fini) } >RAM AT>RAM =0
/netbsd/src/libexec/ld.elf_so/
Dheaders.c78 Elf_Addr init = 0, fini = 0; in _rtld_digest_dynamic() local
329 fini = dynp->d_un.d_ptr; in _rtld_digest_dynamic()
490 if (fini != 0) in _rtld_digest_dynamic()
491 obj->fini = (void (*)(void)) in _rtld_digest_dynamic()
492 _rtld_function_descriptor_alloc(obj, NULL, fini); in _rtld_digest_dynamic()
496 if (fini != 0) in _rtld_digest_dynamic()
497 obj->fini = (void (*)(void)) (obj->relocbase + fini); in _rtld_digest_dynamic()
/netbsd/src/sys/arch/hppa/spmath/
Dimpyu.S104 b fini ; go to finish
221 addb,=,n saveop2,gr0,fini ; check saveop2
226 addb,=,n saveop2,gr0,fini ; check saveop2
249 addb,=,n saveop2,gr0,fini ; check saveop2
261 addb,=,n saveop2,gr0,fini ; check saveop2
269 addb,=,n saveop2,gr0,fini ; check saveop2
277 addb,=,n saveop2,gr0,fini ; check saveop2
279 fini0: movib,tr 0,pl,fini ; product = 0 as op1 = 0
298 mulend: addb,=,n saveop2,gr0,fini ; check saveop2
306 fini: stws pu,0(%arg2) ; save high part of result label
Dimpys.S207 bb,>=,n sign,0,fini ; test sign of procduct
221 bb,>=,n sign,0,fini ; test sign of product
252 bb,>=,n sign,0,fini ; test sign of product
278 fini0: movib,tr,n 0,pl,fini ; product = 0 as op1 = 0
296 mulend: bb,>=,n sign,0,fini ; test sign of product
302 fini: stws pu,0(%arg2) ; save high part of result label
/netbsd/src/lib/csu/
DREADME18 - crti.S: prefix part of .init/.fini sections, i.e. to ensure stack alignment
19 - crtn.S: suffix part of the .init/.fini sections, i.e. return to caller.
44 .fini: executable
74 Deinitialisation (called from .fini):
/netbsd/src/sys/arch/ofppc/stand/ofwboot/
Dldscript36 .rel.fini : { *(.rel.fini) }
37 .rela.fini : { *(.rela.fini) }
79 .fini :
81 KEEP (*(.fini))
/netbsd/src/sys/arch/sbmips/stand/common/
Dboot.ldscript24 .rel.fini : { *(.rel.fini) }
25 .rela.fini : { *(.rela.fini) }
91 .fini :
93 KEEP (*(.fini))
/netbsd/src/sys/arch/macppc/stand/fixcoff/
Delf32_powerpc_merge.x39 .fini : { *(.fini) } =0 in OUTPUT_ARCH()
/netbsd/src/sys/arch/rs6000/stand/boot/
Dld.script43 .fini : { *(.fini) } =0
/netbsd/src/sys/arch/bebox/stand/boot/
Dld.script43 .fini : { *(.fini) } =0
/netbsd/src/sys/arch/prep/stand/boot/
Dld.script43 .fini : { *(.fini) } =0
/netbsd/src/sys/dev/acpi/
Dacpi_resource.c433 if (ops->fini) in acpi_resource_parse()
434 (*ops->fini)(dev, cbarg.context); in acpi_resource_parse()
471 if (ops->fini) in acpi_resource_parse_any()
472 (*ops->fini)(dev, cbarg.context); in acpi_resource_parse_any()
709 .fini = acpi_res_parse_fini,
726 .fini = NULL,
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/i386/
Dcrtn.S34 .section .fini

1234567891011