OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHT_LOOS
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/libebl/
eblsectiontypename.c
86
if (section >=
SHT_LOOS
&& section <= SHT_HIOS)
87
snprintf (buf, len, "
SHT_LOOS
+%x", section -
SHT_LOOS
);
/external/llvm/include/llvm/Support/
ELF.h
495
SHT_LOOS
= 0x60000000, // Lowest operating system-specific type.
/external/elfutils/libelf/
elf.h
330
#define
SHT_LOOS
0x60000000 /* Start OS-specific */
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
332
#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 68 milliseconds