HomeSort by: relevance | last modified time | path
    Searched defs:sohandle (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
asm_tree_dump.c 25 void *sohandle; local
33 sohandle = dlopen(argv[1], RTLD_NOW);
34 if (!sohandle)
37 fdt = dlsym(sohandle, "dt_blob_start");
asm_tree_dump.c 25 void *sohandle; local
33 sohandle = dlopen(argv[1], RTLD_NOW);
34 if (!sohandle)
37 fdt = dlsym(sohandle, "dt_blob_start");
value-labels.c 50 static void check_prop_labels(void *sohandle, void *fdt, const char *name,
62 p = dlsym(sohandle, name);
75 p = dlsym(sohandle, labels[i].labelname);
88 void *sohandle; local
96 sohandle = dlopen(argv[1], RTLD_NOW);
97 if (!sohandle)
100 fdt = dlsym(sohandle, "dt_blob_start");
111 check_prop_labels(sohandle, fdt, "prop1", labels1, ARRAY_SIZE(labels1));
112 check_prop_labels(sohandle, fdt, "prop2", labels2, ARRAY_SIZE(labels2));
113 check_prop_labels(sohandle, fdt, "prop3", labels3, ARRAY_SIZE(labels3))
    [all...]
value-labels.c 50 static void check_prop_labels(void *sohandle, void *fdt, const char *name,
62 p = dlsym(sohandle, name);
75 p = dlsym(sohandle, labels[i].labelname);
88 void *sohandle; local
96 sohandle = dlopen(argv[1], RTLD_NOW);
97 if (!sohandle)
100 fdt = dlsym(sohandle, "dt_blob_start");
111 check_prop_labels(sohandle, fdt, "prop1", labels1, ARRAY_SIZE(labels1));
112 check_prop_labels(sohandle, fdt, "prop2", labels2, ARRAY_SIZE(labels2));
113 check_prop_labels(sohandle, fdt, "prop3", labels3, ARRAY_SIZE(labels3))
    [all...]

Completed in 105 milliseconds