OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ET_LOOS
(Results
1 - 8
of
8
) sorted by null
/frameworks/rs/cpu_ref/linkloader/include/
ELF.h
11
#ifndef
ET_LOOS
12
#define
ET_LOOS
0xfe00
/external/elfutils/0.153/libebl/
eblobjecttypename.c
72
if (object >=
ET_LOOS
&& object <= ET_HIOS)
73
snprintf (buf, len, "LOOS+%x", object -
ET_LOOS
);
/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
52
ET_LOOS
= 0xfe00, /* Environment specific */
/external/elfutils/0.153/libelf/
elf.h
171
#define
ET_LOOS
0xfe00 /* OS-specific range start */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h
168
#define
ET_LOOS
0xfe00 /* OS-specific range start */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h
168
#define
ET_LOOS
0xfe00 /* OS-specific range start */
[
all
...]
/external/elfutils/0.153/src/
readelf.c
742
else if (e_type >=
ET_LOOS
&& e_type <= ET_HIOS)
[
all
...]
Completed in 1100 milliseconds