OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_unused_
(Results
1 - 2
of
2
) sorted by null
/external/kmod/shared/
macro.h
59
#define
_unused_
__attribute__((unused))
macro
/external/kmod/libkmod/
libkmod-elf.c
241
const Elf32_Shdr *hdr
_unused_
= (const Elf32_Shdr *)p;
local
246
const Elf64_Shdr *hdr
_unused_
= (const Elf64_Shdr *)p;
local
310
const Elf32_Ehdr *hdr
_unused_
= elf_get_mem(elf, 0);
local
314
const Elf64_Ehdr *hdr
_unused_
= elf_get_mem(elf, 0);
local
Completed in 391 milliseconds