/scripts/ |
A D | decodecode | 76 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 D | recordmcount.h | 281 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 D | check-sysctl-docs | 125 curtable && /\.procname[\t ]*=[\t ]*".+"/ { 126 match($0, /.procname[\t ]*=[\t ]*"([^"]+)"/, names)
|
A D | dev-needs.sh | 40 --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 D | bpf_doc.py | 854 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 D | asn1_compiler.c | 749 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 D | get_abi.py | 68 for t in parser.doc(args.raw, not args.no_file): 72 print(t[0])
|
A D | kernel-doc.py | 298 for t in kfiles.msg(enable_lineno=args.enable_lineno, export=args.export, 302 msg = t[1]
|
A D | spelling.txt | 167 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 D | alloc_cast.cocci | 46 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 D | tasks.py | 25 t = init_task 28 thread_head = t['signal']['thread_head'] 32 t = utils.container_of(t['tasks']['next'], 34 if t == init_task:
|
A D | mapletree.py | 162 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 D | modules.py | 92 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 D | kasan.py | 13 t = """Usage: lx-kasan_mem_to_shadow [Hex memory addr] 17 raise gdb.GdbError(t)
|
A D | stackdepot.py | 17 t = """Usage: lx-stack_depot_lookup [Hex handle value] 21 raise gdb.GdbError(t)
|
A D | slab.py | 82 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 D | page_owner.py | 22 t = """Usage: lx-dump-page-owner [Option] 28 raise gdb.GdbError(t)
|
/scripts/kconfig/ |
A D | lexer.l | 100 [ \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 D | kdoc_re.py | 222 for t in self._search(regex, line): 224 yield line[t[0]:t[2]]
|
/scripts/genksyms/ |
A D | lex.l | 57 ^#[ \t]+{INT}[ \t]+\"[^\"\n]+\".*\n return FILENAME; 62 [ \t\f\v\r]+ ;
|
/scripts/coccinelle/api/ |
A D | check_bq27xxx_data.cocci | 4 //# Doesn't unfold macros used in register or property fields. 23 type t; 28 t i[] = {
|
/scripts/gcc-plugins/ |
A D | gcc-common.h | 408 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 D | abi_regex.py | 197 for t in sorted(self.data.items(), key=lambda x: x[0]): 198 v = t[1]
|
A D | abi_parser.py | 174 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 D | eno.cocci | 2 /// The various basic memory allocation functions don't return ERR_PTR
|