OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STT_LOOS
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/linkloader/include/
ELF.h
20
#ifndef
STT_LOOS
21
#define
STT_LOOS
10
/external/elfutils/libebl/
eblsymboltypename.c
53
else if (symbol >=
STT_LOOS
&& symbol <= STT_HIOS)
54
snprintf (buf, len, "LOOS+%d", symbol -
STT_LOOS
);
/frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx
321
case
STT_LOOS
:
/external/elfutils/libelf/
elf.h
456
#define
STT_LOOS
10 /* Start of OS-specific */
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
459
#define
STT_LOOS
10 /* Start of OS-specific */
[
all
...]
/external/qemu/
elf.h
722
#define STT_HP_OPAQUE (
STT_LOOS
+ 0x1)
723
#define STT_HP_STUB (
STT_LOOS
+ 0x2)
[
all
...]
/external/valgrind/main/perf/
tinycc.c
462
#define
STT_LOOS
11 /* Start of OS-specific */
[
all
...]
Completed in 118 milliseconds