OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHT_LOOS
(Results
1 - 10
of
10
) sorted by null
/external/elfutils/libebl/
eblsectiontypename.c
131
if (section >=
SHT_LOOS
&& section <= SHT_HIOS)
132
snprintf (buf, len, "
SHT_LOOS
+%x", section -
SHT_LOOS
);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h
141
SHT_LOOS
= 0x60000000, /* reserved for environment specific use */
/bionic/libc/include/sys/
exec_elf.h
419
#define
SHT_LOOS
0x60000000 /* Operating system specific range */
[
all
...]
/external/llvm/include/llvm/Support/
ELF.h
[
all
...]
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
87
(pType >= llvm::ELF::
SHT_LOOS
&& pType <= llvm::ELF::SHT_HIOS) ||
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
332
#define
SHT_LOOS
0x60000000 /* Start OS-specific. */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
332
#define
SHT_LOOS
0x60000000 /* Start OS-specific. */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
332
#define
SHT_LOOS
0x60000000 /* Start OS-specific. */
[
all
...]
/external/elfutils/libelf/
elf.h
341
#define
SHT_LOOS
0x60000000 /* Start OS-specific. */
[
all
...]
/external/valgrind/main/perf/
tinycc.c
353
#define
SHT_LOOS
0x60000000 /* Start OS-specific */
[
all
...]
Completed in 3822 milliseconds