Home
last modified time | relevance | path

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

/third_party/elfutils/backends/
H A 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 copy_reloc_p()
138 return reloc == R_TYPE (NONE); in none_reloc_p()
145 return reloc == R_TYPE (RELATIVE); in relative_reloc_p()
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h24 #define R_TYPE(x) ((x)&255) macro
36 #define R_TYPE(x) ((x)&0x7fffffff) macro
203 (R_TYPE(x) == REL_RELATIVE) || \
204 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
207 (R_TYPE(x) == REL_FUNCDESC_VAL) || \
208 (R_TYPE(x) == REL_SYMBOLIC) ) \
/third_party/musl/src/internal/
H A Ddynlink.h32 #define R_TYPE(x) ((x)&255) macro
46 #define R_TYPE(x) ((x)&0x7fffffff) macro
233 (R_TYPE(x) == REL_RELATIVE) || \
234 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
237 (R_TYPE(x) == REL_FUNCDESC_VAL) || \
238 (R_TYPE(x) == REL_SYMBOLIC) ) \
/third_party/musl/arch/mips64/
H A Dreloc.h32 #undef R_TYPE macro
35 #define R_TYPE(x) (be64toh(x)&0x7fffffff) macro
/third_party/musl/ldso/
H A Ddlstart.c88 if (R_TYPE(rel[1]) == REL_FUNCDESC_VAL) { in _dlstart_c()
H A Ddynlink.c410 type = R_TYPE(rel[1]); in do_relocs()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c361 type = R_TYPE(rel[1]); in do_relocs()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c361 type = R_TYPE(rel[1]); in do_relocs()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1048 type = R_TYPE(rel[1]); in do_relocs()
/third_party/musl/ldso/linux/
H A Ddynlink.c1083 type = R_TYPE(rel[1]); in do_relocs()

Completed in 27 milliseconds