OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ET_HIOS
(Results
1 - 8
of
8
) sorted by null
/frameworks/rs/cpu_ref/linkloader/include/
ELF.h
15
#ifndef
ET_HIOS
16
#define
ET_HIOS
0xfeff
/external/elfutils/0.153/libebl/
eblobjecttypename.c
72
if (object >= ET_LOOS && object <=
ET_HIOS
)
/frameworks/rs/cpu_ref/linkloader/lib/
ELFHeader.cpp
73
case ET_LOOS: case
ET_HIOS
:
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h
53
ET_HIOS
= 0xfeff,
/external/elfutils/0.153/libelf/
elf.h
172
#define
ET_HIOS
0xfeff /* OS-specific range end */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h
169
#define
ET_HIOS
0xfeff /* OS-specific range end */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h
169
#define
ET_HIOS
0xfeff /* OS-specific range end */
[
all
...]
/external/elfutils/0.153/src/
readelf.c
742
else if (e_type >= ET_LOOS && e_type <=
ET_HIOS
)
[
all
...]
Completed in 505 milliseconds