Searched refs:IS_RELATIVE (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/ldso/ |
H A D | dlstart.c | 84 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 D | dynlink.c | 409 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 D | dynlink.h | 202 #define IS_RELATIVE(x,s) ( \ macro 206 #define IS_RELATIVE(x,s) ( ( \ macro
|
/third_party/musl/src/internal/ |
H A D | dynlink.h | 232 #define IS_RELATIVE(x,s) ( \ macro 236 #define IS_RELATIVE(x,s) ( ( \ macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 360 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 D | dynlink.c | 360 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 D | dynlink.c | 1047 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 D | dynlink.c | 1082 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