HomeSort by relevance Sort by last modified time
    Searched refs:SHN_LORESERVE (Results 1 - 25 of 34) sorted by null

1 2

  /external/elfutils/libebl/
eblsectionname.c 48 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
71 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE)
72 snprintf (buf, len, "LORESERVE+%x", section - SHN_LORESERVE);
  /external/qemu/elff/
elf.h 251 #define SHN_LORESERVE 0xff00
  /external/grub/stage2/
i386-elf.h 84 #define SHN_LORESERVE 0xff00
  /external/elfutils/libelf/
elf32_updatenull.c 82 if (unlikely (shnum >= SHN_LORESERVE))
153 if (shnum >= SHN_LORESERVE)
  /bionic/libc/kernel/common/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /development/ndk/platforms/android-3/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /external/kernel-headers/original/linux/
elf.h 262 #define SHN_LORESERVE 0xff00
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /external/qemu/
elf_ops.h 136 syms[i].st_shndx >= SHN_LORESERVE ||
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf.h 280 #define SHN_LORESERVE 0xff00
  /external/elfutils/src/
ldgeneric.c 596 if (sym->st_shndx < SHN_LORESERVE // || sym->st_shndx > SHN_HIRESERVE
629 if (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */
  /build/tools/soslim/
soslim.c 332 (scnidx >= SHN_LORESERVE &&
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
exec_elf.h 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
exec_elf.h 233 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */

Completed in 1300 milliseconds

1 2