OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHN_HIPROC
(Results
26 - 32
of
32
) sorted by null
1
2
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h
235
#define
SHN_HIPROC
0xff1f /* specific section indexes */
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
exec_elf.h
235
#define
SHN_HIPROC
0xff1f /* specific section indexes */
/external/llvm/include/llvm/Support/
ELF.h
469
SHN_HIPROC
= 0xff1f, // Highest processor-specific index
/external/qemu/
elf.h
[
all
...]
/external/elfutils/libelf/
elf.h
302
#define
SHN_HIPROC
0xff1f /* End of processor-specific */
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
304
#define
SHN_HIPROC
0xff1f /* End of processor-specific */
[
all
...]
/external/valgrind/main/perf/
tinycc.c
333
#define
SHN_HIPROC
0xff1f /* End of processor-specific */
[
all
...]
Completed in 349 milliseconds
1
2