Searched refs:SymTable (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
H A DELF.h453 const Elf_Shdr &SymTable = **SymTableOrErr; local
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)))
H A DELFObjectFile.h271 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
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);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
H A DELF.h460 const Elf_Shdr &SymTable = **SymTableOrErr; local
461 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
462 SymTable.sh_type != ELF::SHT_DYNSYM)
464 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
H A DELFObjectFile.h272 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
274 if (!SymTable) {
279 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
280 SymTable->sh_type == ELF::SHT_DYNSYM);
290 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
H A DELF.h460 const Elf_Shdr &SymTable = **SymTableOrErr; local
461 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
462 SymTable.sh_type != ELF::SHT_DYNSYM)
464 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
H A DELFObjectFile.h272 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
274 if (!SymTable) {
279 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
280 SymTable->sh_type == ELF::SHT_DYNSYM);
290 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
H A DELF.h470 const Elf_Shdr &SymTable = **SymTableOrErr; local
471 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
472 SymTable.sh_type != ELF::SHT_DYNSYM)
474 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
H A DELFObjectFile.h276 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
278 if (!SymTable) {
283 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
284 SymTable->sh_type == ELF::SHT_DYNSYM);
294 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
H A DELF.h470 const Elf_Shdr &SymTable = **SymTableOrErr; local
471 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
472 SymTable.sh_type != ELF::SHT_DYNSYM)
474 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
H A DELFObjectFile.h276 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
278 if (!SymTable) {
283 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
284 SymTable->sh_type == ELF::SHT_DYNSYM);
294 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
H A DELF.h470 const Elf_Shdr &SymTable = **SymTableOrErr; local
471 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
472 SymTable.sh_type != ELF::SHT_DYNSYM)
474 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
H A DELFObjectFile.h276 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
278 if (!SymTable) {
283 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
284 SymTable->sh_type == ELF::SHT_DYNSYM);
294 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
H A DELF.h470 const Elf_Shdr &SymTable = **SymTableOrErr; local
471 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
472 SymTable.sh_type != ELF::SHT_DYNSYM)
474 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
H A DELFObjectFile.h276 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
278 if (!SymTable) {
283 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
284 SymTable->sh_type == ELF::SHT_DYNSYM);
294 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
H A DELF.h453 const Elf_Shdr &SymTable = **SymTableOrErr; local
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)))
H A DELFObjectFile.h271 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
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);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
H A DELF.h460 const Elf_Shdr &SymTable = **SymTableOrErr; local
461 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
462 SymTable.sh_type != ELF::SHT_DYNSYM)
464 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
H A DELFObjectFile.h272 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
274 if (!SymTable) {
279 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
280 SymTable->sh_type == ELF::SHT_DYNSYM);
290 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
H A DELF.h460 const Elf_Shdr &SymTable = **SymTableOrErr; local
461 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
462 SymTable.sh_type != ELF::SHT_DYNSYM)
464 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
H A DELFObjectFile.h272 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
274 if (!SymTable) {
279 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
280 SymTable->sh_type == ELF::SHT_DYNSYM);
290 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
H A DELF.h470 const Elf_Shdr &SymTable = **SymTableOrErr; local
471 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
472 SymTable.sh_type != ELF::SHT_DYNSYM)
474 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
H A DELFObjectFile.h276 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { argument
278 if (!SymTable) {
283 assert(SymTable->sh_type == ELF::SHT_SYMTAB ||
284 SymTable->sh_type == ELF::SHT_DYNSYM);
294 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
H A DELF.h470 const Elf_Shdr &SymTable = **SymTableOrErr; local
471 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
472 SymTable.sh_type != ELF::SHT_DYNSYM)
474 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
H A DELF.h470 const Elf_Shdr &SymTable = **SymTableOrErr; local
471 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
472 SymTable.sh_type != ELF::SHT_DYNSYM)
474 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
H A DELF.h470 const Elf_Shdr &SymTable = **SymTableOrErr; local
471 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
472 SymTable.sh_type != ELF::SHT_DYNSYM)
474 if (V.size() != (SymTable.sh_size / sizeof(Elf_Sym)))

Completed in 283 milliseconds

12