Home
last modified time | relevance | path

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

/scripts/
Dsortextable.c164 static uint16_t (*r2)(const uint16_t *); variable
282 r2 = r2le; in do_file()
290 r2 = r2be; in do_file()
298 || (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) in do_file()
305 switch (r2(&ehdr->e_machine)) { in do_file()
308 r2(&ehdr->e_machine), fname); in do_file()
339 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
340 || r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
349 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
350 || r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
Dsortextable.h117 num_sections = r2(&ehdr->e_shnum); in do_func()
121 secindex_strings = r2(&ehdr->e_shstrndx); in do_func()
195 sort_needed_sec = &shdr[get_secindex(r2(&sym->st_shndx), in do_func()
Dcheckpatch.pl6296 my $r2 = $a2;
6299 $r2 = $a1;
6301 if ($r1 !~ /^sizeof\b/ && $r2 =~ /^sizeof\s*\S/ &&
6310 …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.cocci194 @r2 depends on org || report@
207 p << r2.p;
208 x << r2.x;
216 p << r2.p;
217 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@