/openbsd/libexec/ld.so/ |
H A D | boot.c | 44 #if RELOC_TAG == DT_RELA 47 #elif RELOC_TAG == DT_REL 107 if (dynp->d_tag == RELOC_TAG) /* DT_{RELA,REL} */ in _dl_boot_bind() 109 else if (dynp->d_tag == RELOC_TAG+1) /* DT_{RELA,REL}SZ */ in _dl_boot_bind()
|
/openbsd/lib/csu/ |
H A D | boot.h | 55 #if RELOC_TAG == DT_RELA 57 #elif RELOC_TAG == DT_REL 131 else if (dynp->d_tag == RELOC_TAG) /* DT_{RELA,REL} */ in _dl_boot_bind() 135 else if (dynp->d_tag == RELOC_TAG+1) /* DT_{RELA,REL}SZ */ in _dl_boot_bind()
|
/openbsd/lib/csu/mips64/ |
H A D | boot_md.h | 57 #if RELOC_TAG == DT_RELA 59 #elif RELOC_TAG == DT_REL 145 else if (dynp->d_tag == RELOC_TAG) /* DT_{RELA,REL} */ in _dl_boot_bind() 149 else if (dynp->d_tag == RELOC_TAG+1) /* DT_{RELA,REL}SZ */ in _dl_boot_bind()
|
/openbsd/libexec/ld.so/mips64/ |
H A D | boot_md.c | 108 else if (dynp->d_tag == RELOC_TAG) /* DT_REL */ in _dl_boot_bind() 114 else if (dynp->d_tag == RELOC_TAG+1) /* DT_RELSZ */ in _dl_boot_bind()
|
H A D | archdep.h | 32 #define RELOC_TAG DT_REL macro
|
/openbsd/libexec/ld.so/hppa/ |
H A D | boot_md.c | 109 else if (dynp->d_tag == RELOC_TAG) /* DT_{RELA,REL} */ in _dl_boot_bind() 117 else if (dynp->d_tag == RELOC_TAG+1) /* DT_{RELA,REL}SZ */ in _dl_boot_bind()
|
H A D | archdep.h | 33 #define RELOC_TAG DT_RELA macro
|
/openbsd/lib/csu/hppa/ |
H A D | boot_md.h | 131 else if (dynp->d_tag == RELOC_TAG) /* DT_{RELA,REL} */ in _dl_boot_bind() 139 else if (dynp->d_tag == RELOC_TAG+1) /* DT_{RELA,REL}SZ */ in _dl_boot_bind()
|
/openbsd/libexec/ld.so/sparc64/ |
H A D | archdep.h | 32 #define RELOC_TAG DT_RELA macro
|
/openbsd/libexec/ld.so/riscv64/ |
H A D | archdep.h | 33 #define RELOC_TAG DT_RELA macro
|
/openbsd/libexec/ld.so/sh/ |
H A D | archdep.h | 32 #define RELOC_TAG DT_RELA macro
|
/openbsd/libexec/ld.so/arm/ |
H A D | archdep.h | 32 #define RELOC_TAG DT_REL macro
|
/openbsd/libexec/ld.so/i386/ |
H A D | archdep.h | 32 #define RELOC_TAG DT_REL macro
|
/openbsd/libexec/ld.so/m88k/ |
H A D | archdep.h | 32 #define RELOC_TAG DT_RELA macro
|
/openbsd/libexec/ld.so/amd64/ |
H A D | archdep.h | 32 #define RELOC_TAG DT_RELA macro
|
/openbsd/libexec/ld.so/aarch64/ |
H A D | archdep.h | 32 #define RELOC_TAG DT_RELA macro
|
/openbsd/libexec/ld.so/alpha/ |
H A D | archdep.h | 32 #define RELOC_TAG DT_RELA macro
|
/openbsd/libexec/ld.so/powerpc/ |
H A D | archdep.h | 32 #define RELOC_TAG DT_RELA macro
|
/openbsd/libexec/ld.so/powerpc64/ |
H A D | archdep.h | 32 #define RELOC_TAG DT_RELA macro
|