Home
last modified time | relevance | path

Searched refs:reloc_all (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1363 static void reloc_all(struct dso *p) in reloc_all() function
1706 reloc_all(&ldso); in __dls2()
1976 reloc_all(app.next); in __dls3()
1977 reloc_all(&app); in __dls3()
2154 reloc_all(p); in dlopen()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1362 static void reloc_all(struct dso *p) in reloc_all() function
1705 reloc_all(&ldso); in __dls2()
1975 reloc_all(app.next); in __dls3()
1976 reloc_all(&app); in __dls3()
2153 reloc_all(p); in dlopen()
/third_party/musl/ldso/
Ddynlink.c1346 static void reloc_all(struct dso *p) in reloc_all() function
1689 reloc_all(&ldso); in __dls2()
1952 reloc_all(app.next); in __dls3()
1953 reloc_all(&app); in __dls3()
2120 reloc_all(p); in dlopen()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2399 static void reloc_all(struct dso *p, const dl_extinfo *extinfo) in reloc_all() function
2757 reloc_all(&ldso, NULL); in __dls2()
3062 reloc_all(app.next, NULL); in __dls3()
3063 reloc_all(&app, NULL); in __dls3()
3430 reloc_all(p, extinfo);