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

1 2 3 4 5 6 7 8 91011

  /external/elfutils/libebl/
eblsectionname.c 57 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
80 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE)
81 snprintf (buf, len, "LORESERVE+%x", section - SHN_LORESERVE);
  /toolchain/binutils/binutils-2.25/include/elf/
score.h 52 #define SHN_SCORE_TEXT (SHN_LORESERVE + 1)
53 #define SHN_SCORE_DATA (SHN_LORESERVE + 2)
55 #define SHN_SCORE_SCOMMON (SHN_LORESERVE + 3)
cr16c.h 249 #define SHN_CR16C_FCOMMON SHN_LORESERVE
250 #define SHN_CR16C_NCOMMON (SHN_LORESERVE + 1)
m32r.h 83 #define SHN_M32R_SCOMMON SHN_LORESERVE
x86-64.h 89 #define SHN_X86_64_LCOMMON (SHN_LORESERVE + 2)
tic6x.h 100 #define SHN_TIC6X_SCOMMON SHN_LORESERVE
v850.h 123 #define SHN_V850_SCOMMON SHN_LORESERVE
126 #define SHN_V850_TCOMMON (SHN_LORESERVE + 1)
129 #define SHN_V850_ZCOMMON (SHN_LORESERVE + 2)
external.h 40 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */
internal.h 42 #undef SHN_LORESERVE
52 #define SHN_LORESERVE (-0x100u) /* Begin range of reserved indices */
sparc.h 48 #define SHN_BEFORE SHN_LORESERVE /* Used with SHF_ORDERED and... */
49 #define SHN_AFTER (SHN_LORESERVE + 1) /* SHF_LINK_ORDER section flags. */
mips.h 305 #define SHN_MIPS_ACOMMON SHN_LORESERVE
309 #define SHN_MIPS_TEXT (SHN_LORESERVE + 1)
313 #define SHN_MIPS_DATA (SHN_LORESERVE + 2)
316 #define SHN_MIPS_SCOMMON (SHN_LORESERVE + 3)
319 #define SHN_MIPS_SUNDEFINED (SHN_LORESERVE + 4)
    [all...]
hppa.h 57 #define SHN_PARISC_ANSI_COMMON SHN_LORESERVE
61 #define SHN_PARISC_HUGE_COMMON (SHN_LORESERVE + 1)
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 51 if (pShndx < llvm::ELF::SHN_LORESERVE) {
104 if (pShndx >= llvm::ELF::SHN_LORESERVE) // including ABS and COMMON
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-elf.c 125 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */
458 not handle objects with more than SHN_LORESERVE sections
469 && eor->shstrndx >= SHN_LORESERVE + 0x100)
748 shnum >= SHN_LORESERVE ? 0 : shnum);
754 if (shstrndx >= SHN_LORESERVE)
856 if (shnum < SHN_LORESERVE)
860 if (shnum - 1 < SHN_LORESERVE)
  /toolchain/binutils/binutils-2.25/bfd/
elfcode.h 199 else if (dst->st_shndx >= (SHN_LORESERVE & 0xffff))
200 dst->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
222 if (tmp >= (SHN_LORESERVE & 0xffff) && tmp < SHN_LORESERVE)
290 if (tmp >= (SHN_LORESERVE & 0xffff))
294 if (tmp >= (SHN_LORESERVE & 0xffff))
630 if (i_ehdrp->e_shnum >= SHN_LORESERVE
723 if (i_shdrp[shindex].sh_link == (SHN_LORESERVE & 0xffff) /* SHN_BEFORE */
724 || i_shdrp[shindex].sh_link == ((SHN_LORESERVE + 1) & 0xffff) /* SHN_AFTER */
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 267 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved;
352 assert(StringTableIndex < ELF::SHN_LORESERVE);
820 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
830 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
    [all...]
  /external/elfutils/libelf/
elf32_updatenull.c 98 if (unlikely (shnum >= SHN_LORESERVE))
188 if (shnum >= SHN_LORESERVE)
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 127 if (NumberOfSections >= ELF::SHN_LORESERVE)
133 if (ShstrtabIndex >= ELF::SHN_LORESERVE)
147 if (shndx >= ELF::SHN_LORESERVE && !Reserved)
153 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
619 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
670 if (NumRegularSections > ELF::SHN_LORESERVE)
    [all...]
  /development/ndk/platforms/android-9/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /external/elfutils/libdwfl/
dwfl_module_getsym.c 110 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF)))
  /external/elfutils/tests/
dwflsyms.c 179 if (shndxp < SHN_LORESERVE)
  /external/syslinux/com32/include/sys/
elfcommon.h 219 #define SHN_LORESERVE 0xff00
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 279 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
elf.h 258 #define SHN_LORESERVE 0xff00

Completed in 1071 milliseconds

1 2 3 4 5 6 7 8 91011