OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GElf_Nhdr
(Results
1 - 10
of
10
) sorted by null
/external/elfutils/libelf/
gelf_getnote.c
64
GElf_Nhdr
*result;
79
assert (sizeof (
GElf_Nhdr
) == sizeof (Elf32_Nhdr));
80
assert (sizeof (
GElf_Nhdr
) == sizeof (Elf64_Nhdr));
86
if (unlikely (offset + sizeof (
GElf_Nhdr
) > data->d_size))
93
const
GElf_Nhdr
*n = data->d_buf + offset;
gelf.h
135
typedef Elf64_Nhdr
GElf_Nhdr
;
342
GElf_Nhdr
*__result,
/external/elfutils/libdwfl/
dwfl_module_build_id.c
82
GElf_Nhdr
nhdr;
linux-kernel-modules.c
439
assert (sizeof (Elf32_Nhdr) == sizeof (
GElf_Nhdr
));
440
assert (sizeof (Elf64_Nhdr) == sizeof (
GElf_Nhdr
));
443
GElf_Nhdr
nhdr;
457
GElf_Nhdr
*nhdr = (void *) p;
core-file.c
434
GElf_Nhdr
nhdr;
dwfl_segment_report_module.c
311
const
GElf_Nhdr
*nh = notes;
/external/linux-tools-perf/util/
symbol.c
1372
GElf_Nhdr
*nhdr = ptr;
[
all
...]
/external/elfutils/src/
readelf.c
[
all
...]
ldgeneric.c
[
all
...]
elflint.c
[
all
...]
Completed in 153 milliseconds