Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:EI_CLASS
(Results
1 - 25
of
60
) sorted by relevance
1
2
3
/third_party/elfutils/libdwfl/
H
A
D
linux-proc-maps.c
71
unsigned char buf[
EI_CLASS
+ 1];
in get_pid_class()
77
|| (buf[
EI_CLASS
] != ELFCLASS64 && buf[
EI_CLASS
] != ELFCLASS32))
in get_pid_class()
80
return buf[
EI_CLASS
];
in get_pid_class()
H
A
D
elf-from-memory.c
127
switch (buffer[
EI_CLASS
])
in elf_from_remote_memory()
200
bool class32 = ehdr.e32.e_ident[
EI_CLASS
] == ELFCLASS32;
in elf_from_remote_memory()
H
A
D
link_map.c
654
size_t buffer_available = addrsize (ehdr.e_ident[
EI_CLASS
]);
in consider_executable()
670
if (ehdr.e_ident[
EI_CLASS
] == ELFCLASS32)
in consider_executable()
681
*elfclass = ehdr.e_ident[
EI_CLASS
];
in consider_executable()
682
else if (*elfclass != ehdr.e_ident[
EI_CLASS
])
in consider_executable()
/third_party/libunwind/libunwind/src/coredump/
H
A
D
_UCD_create.c
84
if (elf_header32.e_ident[
EI_CLASS
] != ELFCLASS32
in _UCD_create()
85
&& elf_header32.e_ident[
EI_CLASS
] != ELFCLASS64)
in _UCD_create()
97
_64bits = (elf_header32.e_ident[
EI_CLASS
] == ELFCLASS64);
in _UCD_create()
/third_party/elfio/elfio/
H
A
D
elfio_header.hpp
87
header.e_ident[
EI_CLASS
] = elf_header_impl_types<T>::file_class;
in elf_header_impl()
123
ELFIO_GET_ACCESS( unsigned char, class, header.e_ident[
EI_CLASS
] );
H
A
D
elfio.hpp
177
if ( ( e_ident[
EI_CLASS
] != ELFCLASS64 ) &&
178
( e_ident[
EI_CLASS
] != ELFCLASS32 ) ) {
188
header = create_header( e_ident[
EI_CLASS
], e_ident[EI_DATA] );
/third_party/elfutils/libdw/
H
A
D
encoded-value.h
57
return e_ident[
EI_CLASS
] == ELFCLASS32 ? 4 : 8;
in encoded_value_size()
80
width = width ?: cache->e_ident[
EI_CLASS
] == ELFCLASS32 ? 4 : 8;
in __libdw_cfi_read_address_inc()
H
A
D
dwarf_frame_cfa.c
62
fs->cache->e_ident[
EI_CLASS
] == ELFCLASS32 ? 4 : 8, 4,
in dwarf_frame_cfa()
H
A
D
dwarf_frame_register.c
96
unsigned int address_size = (fs->cache->e_ident[
EI_CLASS
] == ELFCLASS32
in dwarf_frame_register()
H
A
D
cie.c
125
= cache->e_ident[
EI_CLASS
] == ELFCLASS32 ? 4 : 8;
in intern_new_cie()
H
A
D
dwarf_next_lines.c
173
address_size = ident[
EI_CLASS
] == ELFCLASS32 ? 4 : 8;
in dwarf_next_lines()
H
A
D
dwarf_next_cfi.c
145
uint_fast8_t address_size = e_ident[
EI_CLASS
] == ELFCLASS32 ? 4 : 8;
in dwarf_next_cfi()
/third_party/elfutils/libelf/
H
A
D
elf-knowledge.h
78
&& (Ehdr)->e_ident[
EI_CLASS
] == ELFCLASS64) ? 8 : 4)
H
A
D
elf_begin.c
87
bool is32 = e_ident[
EI_CLASS
] == ELFCLASS32;
in get_shnum()
284
if (unlikely ((e_ident[
EI_CLASS
] != ELFCLASS32
in file_read_elf()
285
&& e_ident[
EI_CLASS
] != ELFCLASS64)
in file_read_elf()
304
if (e_ident[
EI_CLASS
] == ELFCLASS32)
in file_read_elf()
338
elf->class = e_ident[
EI_CLASS
];
in file_read_elf()
340
if (e_ident[
EI_CLASS
] == ELFCLASS32)
in file_read_elf()
626
if ((size_t) nread >= (mem.header[
EI_CLASS
] == ELFCLASS32
in read_unmmaped_file()
H
A
D
common.h
50
int eclass = (int) ((unsigned char *) buf)[
EI_CLASS
];
in determine_kind()
/third_party/ltp/libs/libltpvdso/
H
A
D
parse_vdso.c
103
if (hdr->e_ident[
EI_CLASS
] !=
in vdso_init_from_sysinfo_ehdr()
111
&& hdr->e_ident[
EI_CLASS
] == ELFCLASS64)
in vdso_init_from_sysinfo_ehdr()
/third_party/libunwind/libunwind/src/
H
A
D
elfxx.h
67
&& ((uint8_t *) ei->image)[
EI_CLASS
] == UNW_ELF_CLASS
in valid_object()
/third_party/elfutils/libasm/
H
A
D
asm_begin.c
101
ehdr->e_ident[
EI_CLASS
] = class;
in prepare_binary_output()
/third_party/elfutils/tests/
H
A
D
saridx.c
202
ehdr.e_ident[
EI_CLASS
] == ELFCLASS32
in main()
H
A
D
asm-tst2.c
40
[
EI_CLASS
] = ELFCLASS32,
H
A
D
asm-tst1.c
40
[
EI_CLASS
] = ELFCLASS32,
/third_party/node/deps/icu-small/source/tools/toolutil/
H
A
D
pkg_genc.cpp
882
buffer.header32.e_ident[
EI_CLASS
]<ELFCLASS32 || buffer.header32.e_ident[
EI_CLASS
]>ELFCLASS64
in getArchitecture()
888
*pBits= buffer.header32.e_ident[
EI_CLASS
]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above */
in getArchitecture()
/third_party/icu/icu4c/source/tools/toolutil/
H
A
D
pkg_genc.cpp
827
buffer.header32.e_ident[
EI_CLASS
]<ELFCLASS32 || buffer.header32.e_ident[
EI_CLASS
]>ELFCLASS64
in getArchitecture()
833
*pBits= buffer.header32.e_ident[
EI_CLASS
]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above */
in getArchitecture()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H
A
D
pkg_genc.cpp
827
buffer.header32.e_ident[
EI_CLASS
]<ELFCLASS32 || buffer.header32.e_ident[
EI_CLASS
]>ELFCLASS64
in getArchitecture()
833
*pBits= buffer.header32.e_ident[
EI_CLASS
]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above */
in getArchitecture()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
54
EI_CLASS
= 4, // File class.
enumerator
81
unsigned char getFileClass() const { return e_ident[
EI_CLASS
]; }
in getFileClass()
105
unsigned char getFileClass() const { return e_ident[
EI_CLASS
]; }
in getFileClass()
Completed in 24 milliseconds
1
2
3