Home
last modified time | relevance | path

Searched defs:t (Results 1 – 7 of 7) sorted by relevance

/scripts/
Drecordmcount.h195 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func() local
333 unsigned t; in sift_rel_mcount() local
380 unsigned t; in nop_mcount() local
443 unsigned t; in find_secsym_ndx() local
Dasn1_compiler.c749 unsigned nr, t, n; in build_type_list() local
1213 const struct type *t = e->type_def; in dump_element() local
Dunifdef.c1190 strlcmp(const char *s, const char *t, size_t n) in strlcmp()
/scripts/dtc/
Dfdtdump.c59 const char *p, *s, *t; in dump_blob() local
Ddtc.h93 #define for_each_marker_of_type(m, t) \ argument
/scripts/gcc-plugins/
Dgcc-common.h412 static inline bool tree_fits_shwi_p(const_tree t) in tree_fits_shwi_p()
426 static inline bool tree_fits_uhwi_p(const_tree t) in tree_fits_uhwi_p()
434 static inline HOST_WIDE_INT tree_to_shwi(const_tree t) in tree_to_shwi()
440 static inline unsigned HOST_WIDE_INT tree_to_uhwi(const_tree t) in tree_to_uhwi()
952 static inline void debug_tree(const_tree t) in debug_tree()
962 #define debug_tree(t) debug_tree(CONST_CAST_TREE(t)) argument
/scripts/genksyms/
Dgenksyms.c139 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns()