OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELF_T_NHDR
(Results
1 - 11
of
11
) sorted by null
/external/elfutils/0.153/libelf/
gelf_getnote.c
71
if (unlikely (data->d_type !=
ELF_T_NHDR
))
gelf_fsize.c
87
[
ELF_T_NHDR
] = sizeof (ElfW2(LIBELFBITS, Ext_Nhdr)), \
elf_getdata.c
89
[SHT_NOTE] =
ELF_T_NHDR
,
120
[
ELF_T_NHDR
] = __alignof__ (ElfW2(Bits,Nhdr)), \
245
if (t == ELF_T_VDEF || t ==
ELF_T_NHDR
gelf_xlate.c
217
[
ELF_T_NHDR
] = elf_cvt_note, \
libelf.h
81
ELF_T_NHDR
, /* Elf32_Nhdr, Elf64_Nhdr, ... */
/external/elfutils/0.153/libdwfl/
dwfl_module_build_id.c
126
ELF_T_NHDR
),
core-file.c
452
ELF_T_NHDR
);
dwfl_segment_report_module.c
306
xlatefrom.d_type = xlateto.d_type =
ELF_T_NHDR
;
/external/elfutils/0.153/src/
xelf.h
161
case
ELF_T_NHDR
: fsize = sizeof (Elf32_Nhdr); break; \
293
case
ELF_T_NHDR
: fsize = sizeof (Elf64_Nhdr); break; \
elflint.c
[
all
...]
readelf.c
[
all
...]
Completed in 140 milliseconds