Searched refs:intfc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c893 Dwarf_Obj_Access_Interface *intfc = 0; local
908 intfc = malloc(sizeof(Dwarf_Obj_Access_Interface));
909 if(!intfc) {
915 intfc->object = internals;
916 intfc->methods = &dwarf_elf_object_access_methods;
918 *ret_obj = intfc;

Completed in 912 milliseconds