Home
last modified time | relevance | path

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

/scripts/
Dsorttable.c68 static uint16_t (*r2)(const uint16_t *); variable
277 r2 = r2le; in do_file()
285 r2 = r2be; in do_file()
298 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) || in do_file()
304 switch (r2(&ehdr->e_machine)) { in do_file()
327 r2(&ehdr->e_machine), fname); in do_file()
333 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
334 r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
344 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
345 r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
Dsorttable.h300 shstrndx = r2(&ehdr->e_shstrndx); in do_sort()
305 shnum = r2(&ehdr->e_shnum); in do_sort()
451 sort_needed_sec = &shdr[get_secindex(r2(&sym->st_shndx), in do_sort()
Dcheckpatch.pl7242 my $r2 = $a2;
7245 $r2 = $a1;
7247 if ($r1 !~ /^sizeof\b/ && $r2 =~ /^sizeof\s*\S/ &&
7256 …loc)\s*\(\s*($FuncArg)\s*\*\s*($FuncArg)/$1 . ' = ' . "$newfunc(" . trim($r1) . ', ' . trim($r2)/e;
/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};
Datomic_as_refcounter.cocci94 @r2 exists@
108 p1 << r2.p1;
/scripts/coccinelle/misc/
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;
/scripts/coccinelle/free/
Difnulldev_put.cocci17 @r2 depends on patch@
Difnullfree.cocci17 @r2 depends on patch@