OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHT_LOSUNW
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libebl/
eblsectiontypename.c
61
else if (section >=
SHT_LOSUNW
&& section <= SHT_HISUNW)
66
#define KNOWNSTYPE(name) [SHT_##name -
SHT_LOSUNW
] = #name
74
res = sunwtypes[section -
SHT_LOSUNW
];
/external/elfutils/libelf/
elf.h
333
#define
SHT_LOSUNW
0x6ffffffa /* Sun-specific low bound. */
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
336
#define
SHT_LOSUNW
0x6ffffffa /* Sun-specific low bound. */
[
all
...]
/external/valgrind/main/perf/
tinycc.c
354
#define
SHT_LOSUNW
0x6ffffffb /* Sun-specific low bound. */
[
all
...]
Completed in 373 milliseconds