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:MY_ELFDATA
(Results
1 - 14
of
14
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
elf_getshdrstrndx.c
108
&& elf->state.elf32.ehdr->e_ident[EI_DATA] ==
MY_ELFDATA
in elf_getshdrstrndx()
149
if (elf->state.elf32.ehdr->e_ident[EI_DATA] !=
MY_ELFDATA
)
in elf_getshdrstrndx()
173
&& elf->state.elf64.ehdr->e_ident[EI_DATA] ==
MY_ELFDATA
in elf_getshdrstrndx()
214
if (elf->state.elf64.ehdr->e_ident[EI_DATA] !=
MY_ELFDATA
)
in elf_getshdrstrndx()
H
A
D
elf_begin.c
97
if (e_ident[EI_DATA] ==
MY_ELFDATA
in get_shnum()
120
if (e_ident[EI_DATA] !=
MY_ELFDATA
)
in get_shnum()
136
if (e_ident[EI_DATA] !=
MY_ELFDATA
)
in get_shnum()
156
if (likely (map_address != NULL) && e_ident[EI_DATA] ==
MY_ELFDATA
in get_shnum()
192
if (e_ident[EI_DATA] !=
MY_ELFDATA
)
in get_shnum()
217
if (likely (map_address != NULL) && e_ident[EI_DATA] ==
MY_ELFDATA
in get_shnum()
251
if (e_ident[EI_DATA] !=
MY_ELFDATA
)
in get_shnum()
347
if (map_address != NULL && e_ident[EI_DATA] ==
MY_ELFDATA
in file_read_elf()
360
if (e_ident[EI_DATA] !=
MY_ELFDATA
)
in file_read_elf()
382
if (map_address != NULL && e_ident[EI_DATA] ==
MY_ELFDATA
in file_read_elf()
[all...]
H
A
D
common.h
155
# define
MY_ELFDATA
ELFDATA2LSB
macro
157
# define
MY_ELFDATA
ELFDATA2MSB
macro
H
A
D
elf32_getshdr.c
99
|| ehdr->e_ident[EI_DATA] !=
MY_ELFDATA
in ElfW2()
106
if (ehdr->e_ident[EI_DATA] ==
MY_ELFDATA
)
in ElfW2()
184
if (ehdr->e_ident[EI_DATA] !=
MY_ELFDATA
)
in ElfW2()
H
A
D
elf32_getphdr.c
108
if (ehdr->e_ident[EI_DATA] ==
MY_ELFDATA
in ElfW2()
134
if (ehdr->e_ident[EI_DATA] ==
MY_ELFDATA
)
in ElfW2()
203
if (ehdr->e_ident[EI_DATA] !=
MY_ELFDATA
)
in ElfW2()
H
A
D
elf_compress.c
127
bool convert = ei_data !=
MY_ELFDATA
&& data->d_size > 0;
in __libelf_compress()
428
if (elfdata !=
MY_ELFDATA
)
in elf_compress()
443
if (elfdata !=
MY_ELFDATA
)
in elf_compress()
H
A
D
elf_getdata_rawchunk.c
135
if (elf->state.elf32.ehdr->e_ident[EI_DATA] ==
MY_ELFDATA
)
in elf_getdata_rawchunk()
H
A
D
elf_getdata.c
144
if (data ==
MY_ELFDATA
|| type == ELF_T_BYTE)
in convert_data()
/third_party/elfutils/libdwfl/
H
A
D
dwfl_segment_report_module.c
51
# define
MY_ELFDATA
ELFDATA2LSB
macro
53
# define
MY_ELFDATA
ELFDATA2MSB
macro
128
if (
MY_ELFDATA
!= ei_data)
in buf_read_ulong()
554
if (ei_data ==
MY_ELFDATA
in dwfl_segment_report_module()
/third_party/elfutils/libdw/
H
A
D
encoded-value.h
90
Dwarf eh_dbg = { .other_byte_order =
MY_ELFDATA
!= cache->e_ident[EI_DATA] };
in __libdw_cfi_read_address_inc()
/third_party/elfutils/libebl/
H
A
D
eblobjnote.c
249
= { .other_byte_order =
MY_ELFDATA
!= ELFDATA2LSB };
in ebl_object_note()
/third_party/elfutils/libcpu/
H
A
D
bpf_disasm.c
98
const bool need_bswap =
MY_ELFDATA
!= ebl->data;
in bpf_disasm()
/third_party/elfutils/src/
H
A
D
elflint.c
3478
if (
MY_ELFDATA
!= ehdr->e_ident[EI_DATA])
in check_attributes()
3538
if (
MY_ELFDATA
!= ehdr->e_ident[EI_DATA])
in check_attributes()
H
A
D
readelf.c
3707
if (
MY_ELFDATA
!= ehdr->e_ident[EI_DATA])
in print_attributes()
3745
if (
MY_ELFDATA
!= ehdr->e_ident[EI_DATA])
in print_attributes()
11141
Dwarf dummy_dbg = { .other_byte_order =
MY_ELFDATA
!= ELFDATA2LSB };
in print_gdb_index_section()
11434
.other_byte_order =
MY_ELFDATA
!= ehdr->e_ident[EI_DATA]
in print_debug()
Completed in 28 milliseconds