Searched refs:R_TYPE (Results 1 – 9 of 9) sorted by relevance
208 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()
215 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()
66 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()
25 #define R_TYPE 0x2 macro173 return (unsigned char) R_TYPE; in dlx_r_type()489 case R_TYPE: in print_insn_dlx()
32 #define R_TYPE(X) __CONCAT(RELOC_,X) macro
77 "TYPE" { return (R_TYPE); }
112 %token R_TYPE R_NAME R_SRC_ZONE R_DST_UNIT_BITS140 type : R_TYPE types { set_type($2); }
109 #define R_TYPE(name) __CONCAT(R_SPARC_,name) macro
3984 #define IS_ARM_TLS_RELOC(R_TYPE) \ argument3985 ((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)