Home
last modified time | relevance | path

Searched refs:R_SYM (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/internal/
Ddynlink.h15 #define R_SYM(x) ((x)>>8) macro
22 #define R_SYM(x) ((x)>>32) macro
79 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
84 && (((s)[R_SYM(x)].st_info & 0xf) == STT_SECTION) )
/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h25 #define R_SYM(x) ((x)>>8) macro
37 #define R_SYM(x) ((x)>>32) macro
192 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
197 && (((s)[R_SYM(x)].st_info & 0xf) == STT_SECTION) )
/third_party/musl/arch/mips64/
Dreloc.h33 #undef R_SYM
36 #define R_SYM(x) (be32toh(be64toh(x)>>32)) macro
/third_party/musl/ldso/
Ddlstart.c91 + syms[R_SYM(rel[1])].st_value; in _dlstart_c()
94 size_t val = syms[R_SYM(rel[1])].st_value; in _dlstart_c()
Ddynlink.c382 sym_index = R_SYM(rel[1]); in do_relocs()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c380 sym_index = R_SYM(rel[1]); in do_relocs()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c380 sym_index = R_SYM(rel[1]); in do_relocs()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1006 sym_index = R_SYM(rel[1]); in do_relocs()