OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ei_class
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/libdwfl/
dwfl_segment_report_module.c
130
bytes in format
EI_CLASS
and EI_DATA. */
134
unsigned char
ei_class
, unsigned char ei_data,
141
switch (
ei_class
)
325
unsigned char
ei_class
;
local
351
ei_class
= e_ident[
EI_CLASS
];
353
switch (
ei_class
)
567
if (
ei_class
== ELFCLASS32)
673
ei_class
, ei_data,
736
const size_t dyn_entsize = (
ei_class
== ELFCLASS3
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h
87
Elf_Byte
ei_class
;
member in struct:Elf_CommonHdr::__anon28075::__anon28076
118
* Possible
ei_class
values.
Completed in 624 milliseconds