Searched defs:symb (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Object/
H A DSymbolicFile.h54 content_iterator(content_type symb) : Current(symb) {} argument
H A DELFObjectFile.h272 const Elf_Sym *symb = getSymbol(Symb); local
274 EF.getSymbolVersion(EF.getSection(Symb.d.b), symb, IsDefault);
718 const Elf_Sym *symb = local
721 EF.getSymbolName(EF.getSection(sec->sh_link), symb);
H A DELF.h404 ELF::Elf64_Word getSymbolTableIndex(const Elf_Sym *symb) const;
406 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
515 ELF::Elf64_Word ELFFile<ELFT>::getSymbolTableIndex(const Elf_Sym *symb) const {
516 if (symb->st_shndx == ELF::SHN_XINDEX)
517 return ExtendedSymbolTable.lookup(symb);
518 return symb->st_shndx;
523 ELFFile<ELFT>::getSection(const Elf_Sym *symb) const {
524 if (symb->st_shndx == ELF::SHN_XINDEX)
525 return getSection(ExtendedSymbolTable.lookup(symb));
526 if (symb
922 getSymbolVersion(const Elf_Shdr *section, const Elf_Sym *symb, bool &IsDefault) const argument
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dsymbol.c86 static int choose_best_symbol(struct symbol *syma, struct symbol *symb) argument
94 b = symb->end - symb->start;
102 b = symb->binding == STB_WEAK;
110 b = symb->binding == STB_GLOBAL;
118 b = prefix_underscores_count(symb->name);
126 nb = strlen(symb->name);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...

Completed in 205 milliseconds