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

1 2

  /external/elfutils/libebl/
eblsectionname.c 57 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
60 int idx = section != SHN_XINDEX ? section : xsection;
73 if (section == SHN_XINDEX)
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 47 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */
internal.h 49 #undef SHN_XINDEX
59 #define SHN_XINDEX (-0x1u) /* Section index is held elsewhere */
  /external/elfutils/libdwfl/
dwfl_module_getsym.c 103 if (sym->st_shndx != SHN_XINDEX)
109 && (sym->st_shndx == SHN_XINDEX
relocate.c 179 if (sym->st_shndx != SHN_XINDEX)
271 if (sym->st_shndx != SHN_XINDEX)
  /external/elfutils/libelf/
elf_getshdrstrndx.c 87 if (unlikely (num == SHN_XINDEX))
95 /* Cannot use SHN_XINDEX without section headers. */
156 /* Cannot use SHN_XINDEX without section headers. */
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0)
188 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0)
436 if ((this->shnum_ == 0 || this->shstrndx_ == SHN_XINDEX)
445 if (this->shstrndx_ == SHN_XINDEX)
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-elf.c 126 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */
431 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX)
452 if (eor->shstrndx == SHN_XINDEX)
755 shstrndx = SHN_XINDEX;
  /external/elfutils/libasm/
asm_end.c 266 ndx = SHN_XINDEX;
441 || unlikely (shstrscnndx == SHN_XINDEX))
457 ehdr->e_shstrndx = SHN_XINDEX;
  /external/elfutils/src/
strip.c 867 && scnidx != SHN_XINDEX)
872 else if (scnidx == SHN_XINDEX)
    [all...]
objdump.c 384 sym->st_shndx == SHN_XINDEX
391 (long int) (sym->st_shndx == SHN_XINDEX
unstrip.c 390 if (sym->st_shndx != SHN_XINDEX)
397 if (sym->st_shndx != SHN_XINDEX)
637 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX
806 if (sym->st_shndx != SHN_XINDEX)
    [all...]
ldgeneric.c     [all...]
elfcompress.c 182 ehdr->e_shstrndx = SHN_XINDEX;
    [all...]
i386_ld.c 139 if (sym->st_shndx != SHN_XINDEX)
    [all...]
elflint.c 459 if (ehdr->e_shstrndx == SHN_XINDEX)
702 if (sym->st_shndx == SHN_XINDEX)
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 228 assert(Sym->st_shndx == ELF::SHN_XINDEX);
240 if (Index == ELF::SHN_XINDEX)
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 341 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
356 if (shstrtab == llvm::ELF::SHN_XINDEX)
835 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
850 if (shstrtab == llvm::ELF::SHN_XINDEX)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfcode.h 193 if (dst->st_shndx == (SHN_XINDEX & 0xffff))
227 tmp = SHN_XINDEX & 0xffff;
295 tmp = SHN_XINDEX & 0xffff;
637 if (i_ehdrp->e_shstrndx == (SHN_XINDEX & 0xffff))
    [all...]
  /external/elfutils/tests/
elfstrmerge.c 407 newehdr.e_shstrndx = SHN_XINDEX;
565 SHN_XINDEX. */
  /external/llvm/include/llvm/Support/
ELF.h 637 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
659 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 480 else if (Symbol->isReserved() && SectionIndex != SHN_XINDEX)
483 if (SectionIndex == SHN_XINDEX)
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 315 SHN_XINDEX SectionIndex = 0xffff /* Escape; index stored elsewhere. */
325 {0xffff, "SHN_XINDEX"},
351 SHT_SYMTAB_SHNDX SectionType = 18 /* Section indexes (see SHN_XINDEX). */
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 315 SHN_XINDEX SectionIndex = 0xffff /* Escape; index stored elsewhere. */
325 {0xffff, "SHN_XINDEX"},
351 SHT_SYMTAB_SHNDX SectionType = 18 /* Section indexes (see SHN_XINDEX). */
    [all...]
  /art/runtime/
elf.h     [all...]

Completed in 1011 milliseconds

1 2