Searched refs:R_TYPE (Results 1 – 9 of 9) sorted by relevance
14 #define R_TYPE(x) ((x)&255) macro21 #define R_TYPE(x) ((x)&0x7fffffff) macro78 (R_TYPE(x) == REL_RELATIVE) || \79 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )82 (R_TYPE(x) == REL_FUNCDESC_VAL) || \83 (R_TYPE(x) == REL_SYMBOLIC) ) \
32 #define R_TYPE(name) PASTE (RELOC_PREFIX, name) macro65 [R_TYPE (type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),77 #define RELOC_TYPE(type, uses) [R_TYPE (type)] = uses,131 return reloc == R_TYPE (COPY); in EBLHOOK()138 return reloc == R_TYPE (NONE); in EBLHOOK()145 return reloc == R_TYPE (RELATIVE); in EBLHOOK()
23 #define R_TYPE(x) ((x)&255) macro34 #define R_TYPE(x) ((x)&0x7fffffff) macro189 (R_TYPE(x) == REL_RELATIVE) || \190 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )193 (R_TYPE(x) == REL_FUNCDESC_VAL) || \194 (R_TYPE(x) == REL_SYMBOLIC) ) \
32 #undef R_TYPE35 #define R_TYPE(x) (be64toh(x)&0x7fffffff) macro
88 if (R_TYPE(rel[1]) == REL_FUNCDESC_VAL) { in _dlstart_c()
363 type = R_TYPE(rel[1]); in do_relocs()
361 type = R_TYPE(rel[1]); in do_relocs()
987 type = R_TYPE(rel[1]); in do_relocs()