Home
last modified time | relevance | path

Searched refs:R_TYPE (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/libexec/ld.so/i386/
Drtld_machine.c208 if (type == R_TYPE(NONE)) in _dl_md_reloc()
211 if (type == R_TYPE(JUMP_SLOT) && rel != DT_JMPREL) in _dl_md_reloc()
238 ((type == R_TYPE(JUMP_SLOT))? in _dl_md_reloc()
252 if (type == R_TYPE(JUMP_SLOT)) { in _dl_md_reloc()
257 if (type == R_TYPE(COPY)) { in _dl_md_reloc()
266 ((type == R_TYPE(JUMP_SLOT)) ? SYM_PLT:SYM_NOTPLT), in _dl_md_reloc()
/mirbsd/src/libexec/ld.so/sparc/
Drtld_machine.c215 if (type == R_TYPE(NONE)) in _dl_md_reloc()
218 if (type == R_TYPE(JMP_SLOT) && rel != DT_JMPREL) in _dl_md_reloc()
223 if (type == R_TYPE(RELATIVE)) { in _dl_md_reloc()
250 ((type == R_TYPE(JMP_SLOT)) ? in _dl_md_reloc()
264 if (type == R_TYPE(COPY)) { in _dl_md_reloc()
273 ((type == R_TYPE(JMP_SLOT)) ? SYM_PLT : SYM_NOTPLT), in _dl_md_reloc()
283 if (type == R_TYPE(JMP_SLOT)) { in _dl_md_reloc()
Darchdep.h66 if (ELF_R_TYPE(r->r_info) == R_TYPE(NONE)) { in RELOC_RELA()
67 } else if (ELF_R_TYPE(r->r_info) == R_TYPE(RELATIVE)) { in RELOC_RELA()
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Ddlx-dis.c25 #define R_TYPE 0x2 macro
173 return (unsigned char) R_TYPE; in dlx_r_type()
489 case R_TYPE: in print_insn_dlx()
/mirbsd/src/sys/arch/i386/include/
Dreloc.h32 #define R_TYPE(X) __CONCAT(RELOC_,X) macro
/mirbsd/src/share/i18n/csmapper/mkcsmapper/
Dlex.l77 "TYPE" { return (R_TYPE); }
Dyacc.y112 %token R_TYPE R_NAME R_SRC_ZONE R_DST_UNIT_BITS
140 type : R_TYPE types { set_type($2); }
/mirbsd/src/sys/arch/sparc/include/
Dexec.h109 #define R_TYPE(name) __CONCAT(R_SPARC_,name) macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-arm.c3984 #define IS_ARM_TLS_RELOC(R_TYPE) \ argument
3985 ((R_TYPE) == R_ARM_TLS_GD32 \
3986 || (R_TYPE) == R_ARM_TLS_LDO32 \
3987 || (R_TYPE) == R_ARM_TLS_LDM32 \
3988 || (R_TYPE) == R_ARM_TLS_DTPOFF32 \
3989 || (R_TYPE) == R_ARM_TLS_DTPMOD32 \
3990 || (R_TYPE) == R_ARM_TLS_TPOFF32 \
3991 || (R_TYPE) == R_ARM_TLS_LE32 \
3992 || (R_TYPE) == R_ARM_TLS_IE32)