Home
last modified time | relevance | path

Searched refs:sohandle (Results 1 – 2 of 2) sorted by relevance

/external/dtc/tests/
Dvalue-labels.c61 static void check_prop_labels(void *sohandle, void *fdt, const char *name, in check_prop_labels() argument
73 p = dlsym(sohandle, name); in check_prop_labels()
86 p = dlsym(sohandle, labels[i].labelname); in check_prop_labels()
99 void *sohandle; in main() local
107 sohandle = dlopen(argv[1], RTLD_NOW); in main()
108 if (!sohandle) in main()
111 fdt = dlsym(sohandle, "dt_blob_start"); in main()
122 check_prop_labels(sohandle, fdt, "prop1", labels1, ARRAY_SIZE(labels1)); in main()
123 check_prop_labels(sohandle, fdt, "prop2", labels2, ARRAY_SIZE(labels2)); in main()
124 check_prop_labels(sohandle, fdt, "prop3", labels3, ARRAY_SIZE(labels3)); in main()
Dasm_tree_dump.c36 void *sohandle; in main() local
44 sohandle = dlopen(argv[1], RTLD_NOW); in main()
45 if (!sohandle) in main()
48 fdt = dlsym(sohandle, "dt_blob_start"); in main()