HomeSort by relevance Sort by last modified time
    Searched refs:st_shndx (Results 176 - 199 of 199) sorted by null

1 2 3 4 5 6 78

  /external/elfutils/0.153/src/
elflint.c 664 if (sym->st_shndx != 0)
666 idx, section_name (ebl, idx), "st_shndx");
696 if (sym->st_shndx == SHN_XINDEX)
708 section [%2d] '%s': symbol %zu: XINDEX used for index which would fit in st_shndx (%" PRIu32 ")\n"),
712 else if ((sym->st_shndx >= SHN_LORESERVE
713 // && sym->st_shndx <= SHN_HIRESERVE always true
714 && sym->st_shndx != SHN_ABS
715 && sym->st_shndx != SHN_COMMON)
716 || (sym->st_shndx >= shnum
717 && (sym->st_shndx < SHN_LORESERV
    [all...]
readelf.c     [all...]
  /external/elfutils/0.153/libelf/
abstract.h 141 TYPE_NAME (ElfW2(32, Ext##Half), st_shndx) \
150 TYPE_NAME (ElfW2(64, Ext##Half), st_shndx) \
elf.h 389 Elf32_Section st_shndx; /* Section index */ member in struct:__anon4927
397 Elf64_Section st_shndx; /* Section index */ member in struct:__anon4928
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 283 if (Sym->st_shndx == ELF::SHN_COMMON)
341 if (ESym->st_shndx == ELF::SHN_ABS)
481 uintX_t Index = ESym->st_shndx;
484 Result = !Reserved && (&*toELFShdrIter(Sec) == EF.getSection(ESym->st_shndx));
    [all...]
  /external/ltrace/
ltrace-elf.c 942 if (sym.st_value == 0 || sym.st_shndx == STN_UNDEF
945 || sym.st_shndx >= lte->ehdr.e_shnum)
990 if (secflags[sym.st_shndx] & SHF_EXECINSTR) {
    [all...]
  /external/qemu/include/
elf.h 1229 Elf32_Half st_shndx; member in struct:elf32_sym
1236 Elf64_Half st_shndx; \/* Associated section index *\/ member in struct:elf64_sym
    [all...]
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 309 symbol.st_shndx != 0 && // Skip undefined symbols.
  /external/elfutils/0.153/libasm/
asm_end.c 265 syment.st_shndx = ndx;
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 351 if (SI->st_shndx == Section && SI->st_value == Address &&
ELFDumper.cpp 141 SectionIndex = Symbol->st_shndx;
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 304 Symbol.st_shndx = Index;
  /art/compiler/
elf_writer_quick.cc 669 undef_sym.st_shndx = SHN_UNDEF;
683 sym.st_shndx = it->section_->section_index_;
    [all...]
  /art/runtime/
elf.h 1399 Elf32_Half st_shndx; \/\/ Which section (header table index) it's defined in member in struct:Elf32_Sym
1421 Elf64_Half st_shndx; \/\/ Which section (header tbl index) it's defined in member in struct:Elf64_Sym
    [all...]
elf_file.cc 887 (symbol->st_shndx != result.first->second->st_shndx)) {
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 1415 Elf32_Half st_shndx; \/\/ Which section (header table index) it's defined in member in struct:llvm::ELF::Elf32_Sym
1433 Elf64_Half st_shndx; \/\/ Which section (header tbl index) it's defined in member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 384 Elf32_Section st_shndx; /* Section index */ member in struct:__anon25604
392 Elf64_Section st_shndx; /* Section index */ member in struct:__anon25605
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 384 Elf32_Section st_shndx; /* Section index */ member in struct:__anon27340
392 Elf64_Section st_shndx; /* Section index */ member in struct:__anon27341
    [all...]
  /external/valgrind/main/perf/
tinycc.c 383 Elf32_Section st_shndx; /* Section index */ member in struct:__anon16949
391 Elf64_Section st_shndx; /* Section index */ member in struct:__anon16950
    [all...]
  /bionic/linker/
linker.cpp 432 if (s->st_shndx == SHN_UNDEF) {
719 if (sym->st_shndx != SHN_UNDEF &&
    [all...]
  /art/patchoat/
patchoat.cc 726 Elf32_Word shndx = syms->st_shndx;
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /external/qemu/tcg/
tcg.c     [all...]

Completed in 653 milliseconds

1 2 3 4 5 6 78