Home
last modified time | relevance | path

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

/third_party/musl/src/internal/
Ddynlink.h14 #define R_TYPE(x) ((x)&255) macro
21 #define R_TYPE(x) ((x)&0x7fffffff) macro
78 (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) ) \
/third_party/elfutils/backends/
Dcommon-reloc.c32 #define R_TYPE(name) PASTE (RELOC_PREFIX, name) macro
65 [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()
/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h23 #define R_TYPE(x) ((x)&255) macro
34 #define R_TYPE(x) ((x)&0x7fffffff) macro
189 (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) ) \
/third_party/musl/arch/mips64/
Dreloc.h32 #undef R_TYPE
35 #define R_TYPE(x) (be64toh(x)&0x7fffffff) macro
/third_party/musl/ldso/
Ddlstart.c88 if (R_TYPE(rel[1]) == REL_FUNCDESC_VAL) { in _dlstart_c()
Ddynlink.c363 type = R_TYPE(rel[1]); in do_relocs()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c361 type = R_TYPE(rel[1]); in do_relocs()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c361 type = R_TYPE(rel[1]); in do_relocs()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c987 type = R_TYPE(rel[1]); in do_relocs()