Searched refs:_dl_dtors (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/libexec/ld.so/aarch64/
H A Dldasm.S66 adrp x8, :got:_dl_dtors
67 ldr x2, [x8, :got_lo12:_dl_dtors]
/openbsd-current/libexec/ld.so/powerpc64/
H A Dldasm.S83 addis %r7, %r2, _dl_dtors@toc@ha
84 addi %r7, %r7, _dl_dtors@toc@l
/openbsd-current/libexec/ld.so/arm/
H A Dldasm.S76 .long _dl_dtors(GOTOFF)
/openbsd-current/libexec/ld.so/powerpc/
H A Dldasm.S86 lwz 7, _dl_dtors@got(30)
/openbsd-current/libexec/ld.so/riscv64/
H A Dldasm.S69 2: auipc a3, %pcrel_hi(_dl_dtors) /* cleanup */
/openbsd-current/libexec/ld.so/i386/
H A Dldasm.S78 leal _dl_dtors@GOTOFF(%ebx), %edx
/openbsd-current/libexec/ld.so/sh/
H A Dldasm.S92 .long _dl_dtors@GOT
/openbsd-current/libexec/ld.so/m88k/
H A Dldasm.S100 bcnd eq0, %r0, _dl_dtors | but gives us the pc-relative offset
/openbsd-current/libexec/ld.so/alpha/
H A Dldasm.S103 lda a1, _dl_dtors /* cleanup */
/openbsd-current/libexec/ld.so/sparc64/
H A Dldasm.S138 ldx [%l7 + _dl_dtors], %g1 ! %g1 = cleanup
/openbsd-current/libexec/ld.so/mips64/
H A Dldasm.S81 LA v0, _dl_dtors # cleanup
/openbsd-current/libexec/ld.so/hppa/
H A Dldasm.S88 .word P%_dl_dtors
/openbsd-current/libexec/ld.so/amd64/
H A Dldasm.S65 leaq _dl_dtors(%rip), %rdx # %rdx = cleanup
/openbsd-current/libexec/ld.so/
H A Dloader.c56 void _dl_dtors(void);
199 _dl_dtors(void) function

Completed in 114 milliseconds