Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 42) sorted by relevance

12

/scripts/
A Ddecodecode76 t=$1
79 ${CROSS_COMPILE}as $AFLAGS -o $t.o $t.s > /dev/null 2>&1
86 ${CROSS_COMPILE}strip $t.o
94 ${CROSS_COMPILE}strip $t.o
99 ${CROSS_COMPILE}strip $t.o
103 ${CROSS_COMPILE}strip $t.o
113 ${CROSS_COMPILE}objdump $OBJDUMPFLAGS -S $t.o | \
114 grep -v "/tmp\|Disassembly\|\.text\|^$" > $t.dis 2>&1
A Drecordmcount.h281 shstr->sh_size = _w(t); in append_func()
283 t += sb.st_size; in append_func()
284 t += (_align & -t); /* word-byte align */ in append_func()
285 new_e_shoff = t; in append_func()
306 t += 2*sizeof(mcsec); in append_func()
417 unsigned t; in sift_rel_mcount() local
421 for (t = nrel; t; --t) { in sift_rel_mcount()
464 unsigned t; in nop_mcount() local
469 for (t = nrel; t; --t) { in nop_mcount()
529 unsigned t; in find_secsym_ndx() local
[all …]
A Dcheck-sysctl-docs125 curtable && /\.procname[\t ]*=[\t ]*".+"/ {
126 match($0, /.procname[\t ]*=[\t ]*"([^"]+)"/, names)
A Ddev-needs.sh40 --exclude-devlinks Don't follow device links when tracking probe
60 printf '%05u\t%s\n' ${i} "$D" | tr -d \'
125 # They can also have cycles. So, don't follow them.
A Dbpf_doc.py854 def map_type(self, t): argument
855 if t in self.known_types:
856 return t
857 if t in self.mapped_types:
858 return self.mapped_types[t]
859 print("Unrecognized type '%s', please add it to known types!" % t,
895 t = a['type']
898 t = 'void'
900 one_arg = '{}{}'.format(comma, self.map_type(t))
A Dasn1_compiler.c749 unsigned nr, t, n; in build_type_list() local
774 t = 0; in build_type_list()
775 types[t].flags |= TYPE_BEGIN; in build_type_list()
779 types[t].name = &token_list[n]; in build_type_list()
780 type_index[t] = &types[t]; in build_type_list()
781 t++; in build_type_list()
784 types[t].name = &token_list[n + 1]; in build_type_list()
785 types[t].flags |= TYPE_STOP_MARKER; in build_type_list()
1213 const struct type *t = e->type_def; in dump_element() local
1215 const char *tname = t && t->name ? t->name->content : "."; in dump_element()
A Dget_abi.py68 for t in parser.doc(args.raw, not args.no_file):
72 print(t[0])
A Dkernel-doc.py298 for t in kfiles.msg(enable_lineno=args.enable_lineno, export=args.export,
302 msg = t[1]
A Dspelling.txt167 arne't||aren't
290 cant||can't
291 cant'||can't
293 cann't||can't
542 didnt||didn't
591 doesnt||doesn't
951 isnt||isn't
1483 shouldnt||shouldn't
1779 was't||wasn't
1795 wont||won't
/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci46 t << r1.T;
49 if m.search(t) != None:
69 t << r1.T;
72 if m.search(t) != None:
106 t << r2.T;
109 if m.search(t) != None:
112 coccilib.org.print_safe_todo(p[0], t)
116 t << r2.T;
119 if m.search(t) != None:
122 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
/scripts/gdb/linux/
A Dtasks.py25 t = init_task
28 thread_head = t['signal']['thread_head']
32 t = utils.container_of(t['tasks']['next'],
34 if t == init_task:
A Dmapletree.py162 def mt_pivots(t): argument
163 if t == maple_dense:
165 elif t == maple_leaf_64 or t == maple_range_64:
167 elif t == maple_arange_64:
170 def ma_pivots(node, t): argument
174 if t == maple_arange_64:
176 elif t == maple_leaf_64 or t == maple_range_64:
A Dmodules.py92 t = self._module_use_type.get_type().pointer()
95 for use in lists.list_for_each_entry(sources, t, "source_list"):
106 t = """Usage: lx-getmod-by-textaddr [Heximal Address]
109 raise gdb.GdbError(t)
A Dkasan.py13 t = """Usage: lx-kasan_mem_to_shadow [Hex memory addr]
17 raise gdb.GdbError(t)
A Dstackdepot.py17 t = """Usage: lx-stack_depot_lookup [Hex handle value]
21 raise gdb.GdbError(t)
A Dslab.py82 t = (a * int(R['m'])) >> 32
83 return (t + ((a - t) >> int(R['sh1']))) >> int(R['sh2'])
239 t = """Usage: lx-slabtrace --cache_name [cache_name] [Options]
249 raise gdb.GdbError(t)
A Dpage_owner.py22 t = """Usage: lx-dump-page-owner [Option]
28 raise gdb.GdbError(t)
/scripts/kconfig/
A Dlexer.l100 [ \t]* /* whitespaces */
211 if (yytext[i] == '\t')
239 if ((yytext[yyleng-1] != ' ') && (yytext[yyleng-1] != '\t'))
400 fprintf(stderr, "can't find file %s\n", name);
/scripts/lib/kdoc/
A Dkdoc_re.py222 for t in self._search(regex, line):
224 yield line[t[0]:t[2]]
/scripts/genksyms/
A Dlex.l57 ^#[ \t]+{INT}[ \t]+\"[^\"\n]+\".*\n return FILENAME;
62 [ \t\f\v\r]+ ;
/scripts/coccinelle/api/
A Dcheck_bq27xxx_data.cocci4 //# Doesn't unfold macros used in register or property fields.
23 type t;
28 t i[] = {
/scripts/gcc-plugins/
A Dgcc-common.h408 static inline void debug_tree(const_tree t) in debug_tree() argument
410 debug_tree(CONST_CAST_TREE(t)); in debug_tree()
418 #define debug_tree(t) debug_tree(CONST_CAST_TREE(t)) argument
/scripts/lib/abi/
A Dabi_regex.py197 for t in sorted(self.data.items(), key=lambda x: x[0]):
198 v = t[1]
A Dabi_parser.py174 t = (content, fdata.key)
175 if t not in fdata.nametag["symbols"]:
176 fdata.nametag["symbols"].append(t)
583 for t in sorted(self.data.items(), key=lambda x: [0]):
584 v = t[1]
/scripts/coccinelle/null/
A Deno.cocci2 /// The various basic memory allocation functions don't return ERR_PTR

Completed in 25 milliseconds

12