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_MAG2
(Results
1 - 21
of
21
) sorted by relevance
/third_party/libunwind/libunwind/src/
H
A
D
dl-iterate-phdr.c
38
(ehdr).e_ident[
EI_MAG2
] == ELFMAG2 && \
/third_party/elfutils/tests/
H
A
D
asm-tst2.c
38
[
EI_MAG2
] = ELFMAG2,
H
A
D
asm-tst1.c
38
[
EI_MAG2
] = ELFMAG2,
H
A
D
asm-tst9.c
46
[
EI_MAG2
] = ELFMAG2,
/third_party/elfio/elfio/
H
A
D
elfio_header.hpp
85
header.e_ident[
EI_MAG2
] = ELFMAG2;
in elf_header_impl()
H
A
D
elfio.hpp
173
e_ident[
EI_MAG2
] != ELFMAG2 || e_ident[EI_MAG3] != ELFMAG3 ) {
H
A
D
elf_types.hpp
330
constexpr unsigned char
EI_MAG2
= 2;
member
/third_party/elfutils/libdwfl/
H
A
D
linux-proc-maps.c
75
|| buf[EI_MAG1] != ELFMAG1 || buf[
EI_MAG2
] != ELFMAG2
in get_pid_class()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H
A
D
elf_mem_image.cc
167
base_as_char[
EI_MAG2
] != ELFMAG2 || base_as_char[EI_MAG3] != ELFMAG3) {
/third_party/elfio/c_wrapper/
H
A
D
elf_types_c_wrapper.hpp
350
#define
EI_MAG2
2
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
52
EI_MAG2
= 2, // File identification index.
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
49
EI_MAG2
= 2, // File identification index.
enumerator
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
77
#define
EI_MAG2
2
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
77
#define
EI_MAG2
2
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
77
#define
EI_MAG2
2
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
77
#define
EI_MAG2
2
macro
/third_party/musl/include/
H
A
D
elf.h
77
#define
EI_MAG2
2
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFEmitter.cpp
279
Header.e_ident[
EI_MAG2
] = 'L';
in writeELFHeader()
/third_party/elfutils/src/
H
A
D
elflint.c
349
if (ehdr->e_ident[
EI_MAG2
] != ELFMAG2)
in check_elf_header()
350
ERROR ("e_ident[%d] != '%c'\n",
EI_MAG2
, ELFMAG2);
in check_elf_header()
/third_party/elfutils/libelf/
H
A
D
elf.h
109
#define
EI_MAG2
2 /* File identification byte 2 index */
macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1392
pub const
EI_MAG2
: usize = 2;
consts
Completed in 97 milliseconds