HomeSort by relevance Sort by last modified time
    Searched refs:SymTable (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 100 bool SymTable = true; ///< 's' & 'S' modifiers
206 case 's': SymTable = true; break;
207 case 'S': SymTable = false; break;
506 if (TheArchive->writeToDisk(SymTable,TruncateNames,Compression,ErrMsg))
561 if (TheArchive->writeToDisk(SymTable,TruncateNames,Compression,ErrMsg))
586 if (TheArchive->writeToDisk(SymTable,TruncateNames,Compression,ErrMsg))
684 if (TheArchive->writeToDisk(SymTable,TruncateNames,Compression,ErrMsg))
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 255 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const {
257 if (!SymTable) {
262 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
263 SymTable->sh_type == ELF::SHT_DYNSYM);
267 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
369 StringRef SymTable = *EF.getStringTable(StringTableSec);
370 return ESym->getName(SymTable);
ELF.h 464 const Elf_Shdr &SymTable = **SymTableOrErr;
465 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
466 SymTable.sh_type != ELF::SHT_DYNSYM)
468 if (NumSymbols != (SymTable.sh_size / sizeof(Elf_Sym)))
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELF.h 453 const Elf_Shdr &SymTable = **SymTableOrErr;
454 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
455 SymTable.sh_type != ELF::SHT_DYNSYM)
457 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
ELFObjectFile.h 271 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const {
273 if (!SymTable) {
278 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
279 SymTable->sh_type == ELF::SHT_DYNSYM);
289 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELF.h 453 const Elf_Shdr &SymTable = **SymTableOrErr;
454 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
455 SymTable.sh_type != ELF::SHT_DYNSYM)
457 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
ELFObjectFile.h 271 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const {
273 if (!SymTable) {
278 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
279 SymTable->sh_type == ELF::SHT_DYNSYM);
289 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELF.h 453 const Elf_Shdr &SymTable = **SymTableOrErr;
454 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
455 SymTable.sh_type != ELF::SHT_DYNSYM)
457 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
ELFObjectFile.h 271 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const {
273 if (!SymTable) {
278 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
279 SymTable->sh_type == ELF::SHT_DYNSYM);
289 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 453 const Elf_Shdr &SymTable = **SymTableOrErr;
454 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
455 SymTable.sh_type != ELF::SHT_DYNSYM)
457 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
ELFObjectFile.h 271 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const {
273 if (!SymTable) {
278 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
279 SymTable->sh_type == ELF::SHT_DYNSYM);
289 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELF.h 453 const Elf_Shdr &SymTable = **SymTableOrErr;
454 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
455 SymTable.sh_type != ELF::SHT_DYNSYM)
457 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
ELFObjectFile.h 271 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const {
273 if (!SymTable) {
278 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
279 SymTable->sh_type == ELF::SHT_DYNSYM);
289 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELF.h 453 const Elf_Shdr &SymTable = **SymTableOrErr;
454 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
455 SymTable.sh_type != ELF::SHT_DYNSYM)
457 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
ELFObjectFile.h 271 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const {
273 if (!SymTable) {
278 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
279 SymTable->sh_type == ELF::SHT_DYNSYM);
289 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELF.h 453 const Elf_Shdr &SymTable = **SymTableOrErr;
454 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
455 SymTable.sh_type != ELF::SHT_DYNSYM)
457 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
ELFObjectFile.h 271 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const {
273 if (!SymTable) {
278 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
279 SymTable->sh_type == ELF::SHT_DYNSYM);
289 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 453 const Elf_Shdr &SymTable = **SymTableOrErr;
454 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
455 SymTable.sh_type != ELF::SHT_DYNSYM)
457 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
ELFObjectFile.h 271 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const {
273 if (!SymTable) {
278 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
279 SymTable->sh_type == ELF::SHT_DYNSYM);
289 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 1834 milliseconds