Home
last modified time | relevance | path

Searched refs:r2 (Results 1 – 14 of 14) sorted by relevance

/scripts/
Dsorttable.c58 static uint16_t (*r2)(const uint16_t *); variable
306 r2 = r2le; in do_file()
314 r2 = r2be; in do_file()
327 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) || in do_file()
333 switch (r2(&ehdr->e_machine)) { in do_file()
356 r2(&ehdr->e_machine), fname); in do_file()
362 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
363 r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
373 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
374 r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
Dsorttable.h226 shstrndx = r2(&ehdr->e_shstrndx); in do_sort()
231 shnum = r2(&ehdr->e_shnum); in do_sort()
349 sort_needed_sec = &shdr[get_secindex(r2(&sym->st_shndx), in do_sort()
Dcheckpatch.pl7213 my $r2 = $a2;
7216 $r2 = $a1;
7218 if ($r1 !~ /^sizeof\b/ && $r2 =~ /^sizeof\s*\S/ &&
7227 …loc)\s*\(\s*($FuncArg)\s*\*\s*($FuncArg)/$1 . ' = ' . "$newfunc(" . trim($r1) . ', ' . trim($r2)/e;
/scripts/coccinelle/misc/
Dboolreturn.cocci34 @r2 depends on report || context@
54 p << r2.p;
55 fn << r2.fn;
Dirqf_oneshot.cocci40 @r2@
58 position p != {r1.p,r2.p};
84 position p != {r1.p,r2.p};
95 position p != {r1.p,r2.p};
Dwarn.cocci73 @r2 depends on context || report || org@
81 p << r2.p;
87 p << r2.p;
Dboolinit.cocci112 @r2 depends on !patch disable is_zero, isnt_zero@
156 p << r2.p;
180 p << r2.p;
/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci91 @r2 depends on org || report@
105 p << r2.p;
106 t << r2.T;
115 p << r2.p;
116 t << r2.T;
Dzalloc-simple.cocci204 @r2 depends on org || report@
217 p << r2.p;
218 x << r2.x;
226 p << r2.p;
227 x << r2.x;
/scripts/coccinelle/api/
Dkstrdup.cocci60 @r2 depends on !patch exists@
84 p1 << r2.p1;
85 p2 << r2.p2;
100 p1 << r2.p1;
101 p2 << r2.p2;
Dmemdup.cocci25 @r2@
37 position p != {r1.p,r2.p};
48 position p != {r1.p,r2.p};
Dptr_ret.cocci48 @r2 depends on !patch@
70 p << r2.p2;
88 p << r2.p2;
Datomic_as_refcounter.cocci94 @r2 exists@
108 p1 << r2.p1;
/scripts/coccinelle/free/
Difnullfree.cocci17 @r2 depends on patch@