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

  /src/external/gpl3/gdb.old/dist/gdb/
ctfread.c 241 set_tid_type (struct objfile *of, ctf_id_t tid, struct type *typ) function
410 set_tid_type (ccp->of, tid, t);
603 return set_tid_type (of, tid, type);
645 return set_tid_type (ccp->of, tid, type);
727 return set_tid_type (of, tid, type);
752 return set_tid_type (of, tid, type);
800 return set_tid_type (ccp->of, tid, base_type);
843 return set_tid_type (objfile, tid, type);
866 return set_tid_type (objfile, tid, cv_type);
893 return set_tid_type (objfile, tid, cv_type)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ctfread.c 241 set_tid_type (struct objfile *of, ctf_id_t tid, struct type *typ) function
410 set_tid_type (ccp->of, tid, t);
603 return set_tid_type (of, tid, type);
645 return set_tid_type (ccp->of, tid, type);
727 return set_tid_type (of, tid, type);
752 return set_tid_type (of, tid, type);
800 return set_tid_type (ccp->of, tid, base_type);
843 return set_tid_type (objfile, tid, type);
866 return set_tid_type (objfile, tid, cv_type);
893 return set_tid_type (objfile, tid, cv_type)
    [all...]

Completed in 14 milliseconds