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

1 2 3 4

  /external/elfutils/libebl/
eblsectionname.c 84 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
107 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE)
108 snprintf (buf, len, "LORESERVE+%x", section - SHN_LORESERVE);
  /external/elfutils/libdwfl/
dwfl_module_addrsym.c 68 if (shndx >= SHN_LORESERVE)
  /external/qemu/elff/
elff_elf.h 249 #define SHN_LORESERVE 0xff00
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 249 #define SHN_LORESERVE 0xff00
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 89 if (pShndx < llvm::ELF::SHN_LORESERVE) {
139 if (pShndx == llvm::ELF::SHN_UNDEF || pShndx >= llvm::ELF::SHN_LORESERVE)
  /external/grub/stage2/
i386-elf.h 84 #define SHN_LORESERVE 0xff00
  /external/elfutils/libelf/
elf32_updatenull.c 115 if (unlikely (shnum >= SHN_LORESERVE))
193 if (shnum >= SHN_LORESERVE)
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 421 if (NumberOfSections >= ELF::SHN_LORESERVE)
427 if (ShstrtabIndex >= ELF::SHN_LORESERVE)
441 if (shndx >= ELF::SHN_LORESERVE && !Reserved)
447 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
919 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
    [all...]
  /bionic/libc/kernel/common/linux/
elf.h 287 #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
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00

Completed in 187 milliseconds

1 2 3 4