OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STB_LOOS
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/linkloader/include/
ELF.h
28
#ifndef
STB_LOOS
29
#define
STB_LOOS
10
/external/elfutils/libebl/
eblsymbolbindingname.c
47
else if (binding >=
STB_LOOS
&& binding <= STB_HIOS)
48
snprintf (buf, len, "LOOS+%d", binding -
STB_LOOS
);
/external/elfutils/libelf/
elf.h
441
#define
STB_LOOS
10 /* Start of OS-specific */
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
444
#define
STB_LOOS
10 /* Start of OS-specific */
[
all
...]
/external/valgrind/main/perf/
tinycc.c
449
#define
STB_LOOS
10 /* Start of OS-specific */
[
all
...]
Completed in 149 milliseconds