OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHN_LORESERVE
(Results
51 - 75
of
124
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
elf.h
258
#define
SHN_LORESERVE
0xff00
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
elf.h
258
#define
SHN_LORESERVE
0xff00
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
elf.h
258
#define
SHN_LORESERVE
0xff00
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.cc
150
if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >=
SHN_LORESERVE
) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
elf_mem_image.cc
150
if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >=
SHN_LORESERVE
) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h
165
SHN_LORESERVE
= 0xff00, /* reserved for various semantics */
/external/qemu/
elf_ops.h
136
syms[i].st_shndx >=
SHN_LORESERVE
||
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf.h
280
#define
SHN_LORESERVE
0xff00
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h
280
#define
SHN_LORESERVE
0xff00
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h
280
#define
SHN_LORESERVE
0xff00
/development/ndk/platforms/android-3/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/external/elfutils/src/
ldgeneric.c
529
if ((shndx >=
SHN_LORESERVE
&& shndx <= SHN_HIRESERVE)
530
|| (oldp->scndx >=
SHN_LORESERVE
&& oldp->scndx <= SHN_HIRESERVE))
665
if (shndx <
SHN_LORESERVE
|| (shndx > SHN_HIRESERVE && shndx < shnum))
690
if (oldp->scndx <
SHN_LORESERVE
|| oldp->scndx > SHN_HIRESERVE)
[
all
...]
/frameworks/compile/mclinker/lib/LD/
ELFReader.cpp
110
st_shndx < llvm::ELF::
SHN_LORESERVE
&&
133
if (st_shndx < llvm::ELF::
SHN_LORESERVE
) // including ABS and COMMON
671
st_shndx < llvm::ELF::
SHN_LORESERVE
&&
694
if (st_shndx < llvm::ELF::
SHN_LORESERVE
) // including ABS and COMMON
[
all
...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
Completed in 925 milliseconds
1
2
3
4
5