Home
last modified time | relevance | path

Searched refs:md_modtype_obj (Results 1 – 3 of 3) sorted by relevance

/src/stand/common/
H A Dmodinfo.h11 extern const char md_modtype_obj[];
H A Dmodinfo.c114 const char md_modtype_obj[] = MODTYPE_OBJ; variable
H A Dload_elf_obj.c173 fp->f_type = strdup(md_modtype_obj); in obj_loadfile()