Lines Matching refs:dso
27 /* map all the dso and the dependents to cfi shadow */
28 int init_cfi_shadow(struct dso *dso_list, struct dso *ldso, struct dso *app, struct dso *vdso);
29 /* map a dso and the dependents to cfi shadow */
30 int map_dso_to_cfi_shadow(struct dso *dso);
31 /* unmap a dso from cfi shadow */
32 void unmap_dso_from_cfi_shadow(struct dso *dso)