Searched refs:ESym (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFObjectFile.h253 const Elf_Sym *ESym = getSymbol(Symb); local
254 switch (EF.getSymbolTableIndex(ESym)) {
260 Result = ESym->st_value;
267 Result = ESym->st_value;
270 if (Header->e_machine == ELF::EM_ARM && ESym->getType() == ELF::STT_FUNC)
274 Result += EF.getSection(ESym)->sh_addr;
301 const Elf_Sym *ESym = getSymbol(Symb); local
303 switch (ESym->getType()) {
331 const Elf_Sym *ESym = &*EIter; local
335 if (ESym
362 const Elf_Sym *ESym = getSymbol(Symb); local
479 Elf_Sym_Iter ESym = toELFSymIter(Symb); local
[all...]
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp513 const Elf_Sym *ESym = Obj.getSymbol(Symb); local
515 const Elf_Shdr *ESec = EF.getSection(ESym);
538 if (ESym->getType() == ELF::STT_SECTION) {
661 const Elf_Sym *ESym = Obj.getSymbol(Symb); local
663 return ESym->getType() == ELF::STT_OBJECT;

Completed in 126 milliseconds