Home
last modified time | relevance | path

Searched refs:IS_RELATIVE (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/ldso/
H A Ddlstart.c84 if (!IS_RELATIVE(rel[1], syms)) continue; in _dlstart_c()
131 if (!IS_RELATIVE(rel[1], 0)) continue; in _dlstart_c()
139 if (!IS_RELATIVE(rel[1], 0)) continue; in _dlstart_c()
H A Ddynlink.c409 if (skip_relative && IS_RELATIVE(rel[1], dso->syms)) continue; in do_relocs()
1794 if (!IS_RELATIVE(rel[1], ldso.syms)) symbolic_rel_cnt++;
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h202 #define IS_RELATIVE(x,s) ( \ macro
206 #define IS_RELATIVE(x,s) ( ( \ macro
/third_party/musl/src/internal/
H A Ddynlink.h232 #define IS_RELATIVE(x,s) ( \ macro
236 #define IS_RELATIVE(x,s) ( ( \ macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c360 if (skip_relative && IS_RELATIVE(rel[1], dso->syms)) continue; in do_relocs()
1700 if (!IS_RELATIVE(rel[1], ldso.syms)) symbolic_rel_cnt++; in __dls2()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c360 if (skip_relative && IS_RELATIVE(rel[1], dso->syms)) continue; in do_relocs()
1699 if (!IS_RELATIVE(rel[1], ldso.syms)) symbolic_rel_cnt++; in __dls2()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1047 if (skip_relative && IS_RELATIVE(rel[1], dso->syms)) continue; in do_relocs()
2825 if (!IS_RELATIVE(rel[1], ldso.syms)) symbolic_rel_cnt++; in __dls2()
/third_party/musl/ldso/linux/
H A Ddynlink.c1082 if (skip_relative && IS_RELATIVE(rel[1], dso->syms)) continue; in do_relocs()
3055 if (!IS_RELATIVE(rel[1], ldso.syms)) symbolic_rel_cnt++; in __dls2()

Completed in 30 milliseconds