Searched defs:Elf_Sym (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Dmodule.h10 #define Elf_Sym Elf32_Sym macro
/external/kernel-headers/original/asm-x86/
H A Dmodule_32.h10 #define Elf_Sym Elf32_Sym macro
/external/kernel-headers/original/asm-mips/
H A Dmodule.h38 #define Elf_Sym Elf32_Sym macro
53 #define Elf_Sym Elf64_Sym macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp58 typedef typename ELFO::Elf_Sym Elf_Sym; typedef in class:__anon22706::ELFDumper
631 const Elf_Sym *Symbol = Obj->getElfSymbol(SymI);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp47 typedef Elf_Sym_Impl<ELFT> Elf_Sym; typedef in class:__anon22196::DyldELFObject
142 Elf_Sym *sym = const_cast<Elf_Sym*>(
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp188 std::vector<typename object::ELFObjectFile<ELFT>::Elf_Sym> &Syms,
190 typedef typename object::ELFObjectFile<ELFT>::Elf_Sym Elf_Sym; typedef
193 Elf_Sym Symbol;
218 typedef typename object::ELFObjectFile<ELFT>::Elf_Sym Elf_Sym; typedef
223 SHeader.sh_entsize = sizeof(Elf_Sym);
225 std::vector<Elf_Sym> Syms;
228 Elf_Sym Sym;
/external/valgrind/main/VEX/unused/
H A Dlinker.c121 #define Elf_Sym Elf64_Sym macro
136 #define Elf_Sym Elf32_Sym macro
421 Elf_Sym* stab, char* strtab )
431 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
452 Elf_Sym sym = stab[ELF_R_SYM(info)];
547 Elf_Sym* stab, char* strtab )
557 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
587 Elf_Sym sym = stab[ELF_R_SYM(info)];
712 Elf_Sym* stab = NULL;
719 stab = (Elf_Sym*) findElfSectio
[all...]
/external/llvm/include/llvm/Object/
H A DELF.h563 typedef Elf_Sym_Impl<ELFT> Elf_Sym; typedef in class:llvm::object::ELFObjectFile
574 typedef ELFEntityIterator<const Elf_Sym> Elf_Sym_iterator;
593 DenseMap<const Elf_Sym*, ELF::Elf64_Word> ExtendedSymbolTable;
651 const Elf_Sym *Symb,
657 const Elf_Sym *getSymbol(DataRefImpl Symb) const; // FIXME: Should be private?
663 const Elf_Sym *Symb,
670 uint64_t getSymbolIndex(const Elf_Sym *sym) const;
819 ELF::Elf64_Word getSymbolTableIndex(const Elf_Sym *symb) const;
821 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
823 const Elf_Sym *getElfSymbo
[all...]

Completed in 576 milliseconds