Searched refs:R_TYPE (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/sys/arch/i386/include/
H A Dreloc.h29 #define R_TYPE(X) __CONCAT(RELOC_,X) macro
/openbsd-current/libexec/ld.so/riscv64/
H A Drtld_machine.c42 #define R_TYPE(x) R_RISCV_ ## x macro
55 [ R_TYPE(NONE) ] = 0,
56 [ R_TYPE(32) ] =
58 [ R_TYPE(64) ] =
60 [ R_TYPE(JUMP_SLOT) ] =
62 [ R_TYPE(RELATIVE) ] =
64 // [ R_TYPE(TLSDESC) ] = _RF_V|_RF_S,
65 [ R_TYPE(TLS_TPREL64) ] = _RF_V|_RF_S,
66 [ R_TYPE(COPY) ] =
80 [ R_TYPE(NON
[all...]
/openbsd-current/sys/arch/alpha/include/
H A Dreloc.h35 #define R_TYPE(X) __CONCAT(RELOC_,X) macro
/openbsd-current/sys/arch/amd64/include/
H A Dreloc.h30 #define R_TYPE(X) __CONCAT(R_X86_64_,X) macro
/openbsd-current/libexec/ld.so/alpha/
H A Drtld_machine.c106 case R_TYPE(REFQUAD):
115 case R_TYPE(RELATIVE): function
132 case R_TYPE(JMP_SLOT):
141 case R_TYPE(GLOB_DAT): function
155 case R_TYPE(NONE):
/openbsd-current/libexec/ld.so/arm/
H A Drtld_machine.c155 #define R_TYPE(x) R_ARM_ ## x macro
199 if (type == R_TYPE(NONE))
202 if (type == R_TYPE(JUMP_SLOT) && rel != DT_JMPREL)
233 ((type == R_TYPE(JUMP_SLOT)) ?
249 if (type == R_TYPE(JUMP_SLOT)) {
257 if (type == R_TYPE(COPY)) {
/openbsd-current/libexec/ld.so/aarch64/
H A Drtld_machine.c92 #define R_TYPE(x) R_AARCH64_ ## x macro
138 if (type == R_TYPE(NONE))
141 if (type == R_TYPE(JUMP_SLOT) && rel != DT_JMPREL)
168 ((type == R_TYPE(JUMP_SLOT)) ?
184 if (type == R_TYPE(JUMP_SLOT)) {
192 if (type == R_TYPE(COPY)) {
/openbsd-current/sys/arch/sparc64/include/
H A Dexec.h97 #define R_TYPE(name) __CONCAT(R_SPARC_,name) macro
/openbsd-current/libexec/ld.so/i386/
H A Drtld_machine.c210 if (type == R_TYPE(NONE))
213 if (type == R_TYPE(JUMP_SLOT) && rel != DT_JMPREL)
240 ((type == R_TYPE(JUMP_SLOT))?
256 if (type == R_TYPE(JUMP_SLOT)) {
261 if (type == R_TYPE(COPY)) {
/openbsd-current/libexec/ld.so/amd64/
H A Drtld_machine.c210 if (type == R_TYPE(NONE))
213 if (type == R_TYPE(JUMP_SLOT) && rel != DT_JMPREL)
240 ((type == R_TYPE(JUMP_SLOT))?
256 if (type == R_TYPE(JUMP_SLOT)) {
261 if (type == R_TYPE(COPY)) {
/openbsd-current/libexec/ld.so/sh/
H A Drtld_machine.c404 #define R_TYPE(x) R_SH_ ## x macro
456 if (type == R_TYPE(NONE))
459 if (type == R_TYPE(JMP_SLOT) && rel != DT_JMPREL)
491 ((type == R_TYPE(JMP_SLOT)) ?
508 if (type == R_TYPE(JMP_SLOT)) {
513 if (type == R_TYPE(COPY)) {
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Ddlx-dis.c25 #define R_TYPE 0x2 macro
173 return (unsigned char) R_TYPE;
489 case R_TYPE:
/openbsd-current/libexec/ld.so/sparc64/
H A Drtld_machine.c243 if (type == R_TYPE(NONE) || type == R_TYPE(JMP_SLOT))
285 if (type == R_TYPE(COPY)) {
577 if (ELF_R_TYPE(rela->r_info) == R_TYPE(JMP_SLOT)) {
764 if (ELF_R_TYPE(relas->r_info) != R_TYPE(JMP_SLOT))
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Ddlx-dis.c24 #define R_TYPE 0x2 macro
196 return (unsigned char) R_TYPE;
519 case R_TYPE:
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c4400 #define IS_ARM_TLS_RELOC(R_TYPE) \
4401 ((R_TYPE) == R_ARM_TLS_GD32 \
4402 || (R_TYPE) == R_ARM_TLS_LDO32 \
4403 || (R_TYPE) == R_ARM_TLS_LDM32 \
4404 || (R_TYPE) == R_ARM_TLS_DTPOFF32 \
4405 || (R_TYPE) == R_ARM_TLS_DTPMOD32 \
4406 || (R_TYPE) == R_ARM_TLS_TPOFF32 \
4407 || (R_TYPE) == R_ARM_TLS_LE32 \
4408 || (R_TYPE) == R_ARM_TLS_IE32)

Completed in 273 milliseconds