OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHN_LORESERVE
(Results
101 - 124
of
124
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h
233
#define
SHN_LORESERVE
0xff00 /* lower bounds of reserved indexes */
/external/elfutils/src/
unstrip.c
597
.st_shndx = i <
SHN_LORESERVE
? i : SHN_XINDEX
599
GElf_Word shndx = i <
SHN_LORESERVE
? SHN_UNDEF : i;
782
if (scnmap != NULL && shndx != SHN_UNDEF && shndx <
SHN_LORESERVE
)
[
all
...]
strip.c
774
|| (scnidx >=
SHN_LORESERVE
[
all
...]
i386_ld.c
149
assert (xndx <
SHN_LORESERVE
|| xndx > SHN_HIRESERVE);
[
all
...]
elflint.c
686
else if (xndx <
SHN_LORESERVE
)
692
else if ((sym->st_shndx >=
SHN_LORESERVE
697
&& (sym->st_shndx <
SHN_LORESERVE
[
all
...]
readelf.c
[
all
...]
/bionic/libc/include/sys/
exec_elf.h
525
#define
SHN_LORESERVE
0xff00 /* Reserved range */
[
all
...]
/external/elfutils/libasm/
asm_end.c
215
else if (unlikely ((ndx = elf_ndxscn (scn)) >=
SHN_LORESERVE
))
/external/llvm/include/llvm/Support/
ELF.h
[
all
...]
/external/qemu/
elf.h
[
all
...]
/external/valgrind/main/VEX/switchback/
linker.c
[
all
...]
/external/valgrind/main/VEX/unused/
linker.c
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
298
#define
SHN_LORESERVE
0xff00 /* Start of reserved indices */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
298
#define
SHN_LORESERVE
0xff00 /* Start of reserved indices */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
298
#define
SHN_LORESERVE
0xff00 /* Start of reserved indices */
[
all
...]
/external/elfutils/libelf/
elf.h
307
#define
SHN_LORESERVE
0xff00 /* Start of reserved indices */
[
all
...]
/external/llvm/include/llvm/Object/
ELF.h
[
all
...]
/external/valgrind/main/perf/
tinycc.c
331
#define
SHN_LORESERVE
0xff00 /* Start of reserved indices */
[
all
...]
Completed in 779 milliseconds
1
2
3
4
5