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

1 2 3 4 5

  /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.27/include/elf/
score.h 53 #define SHN_SCORE_TEXT (SHN_LORESERVE + 1)
54 #define SHN_SCORE_DATA (SHN_LORESERVE + 2)
56 #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 95 #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 310 #define SHN_MIPS_ACOMMON SHN_LORESERVE
314 #define SHN_MIPS_TEXT (SHN_LORESERVE + 1)
318 #define SHN_MIPS_DATA (SHN_LORESERVE + 2)
321 #define SHN_MIPS_SCOMMON (SHN_LORESERVE + 3)
324 #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.27/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.27/bfd/
elfcode.h 200 else if (dst->st_shndx >= (SHN_LORESERVE & 0xffff))
201 dst->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
223 if (tmp >= (SHN_LORESERVE & 0xffff) && tmp < SHN_LORESERVE)
291 if (tmp >= (SHN_LORESERVE & 0xffff))
295 if (tmp >= (SHN_LORESERVE & 0xffff))
628 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...]
  /external/elfutils/libdwfl/
dwfl_module_getsym.c 110 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF)))
dwfl_module_addrsym.c 65 if (shndx >= SHN_LORESERVE)
  /external/elfutils/tests/
dwflsyms.c 179 if (shndxp < SHN_LORESERVE)
elfstrmerge.c 395 if (newstrtabndx < SHN_LORESERVE)
527 && sym.st_shndx < SHN_LORESERVE)
  /external/syslinux/com32/include/sys/
elfcommon.h 219 #define SHN_LORESERVE 0xff00
  /build/soong/cmd/symbol_inject/
elf.go 89 if symbol.Section == elf.SHN_UNDEF || symbol.Section >= elf.SHN_LORESERVE {
  /bionic/libc/kernel/uapi/linux/
elf.h 249 #define SHN_LORESERVE 0xff00

Completed in 346 milliseconds

1 2 3 4 5