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

/external/llvm/include/llvm/Object/
H A DELF.h927 const Elf_Shdr *SymbolTableSection = getSection(Symb.d.b); local
932 && SymbolTableSection
934 + SymbolTableSection->sh_offset)
936 + SymbolTableSection->sh_offset
937 + SymbolTableSection->sh_size)))
2574 const Elf_Shdr *SymbolTableSection = getSection(SymbolTableIndex); local
2575 SymbolData.d.a = SymbolTableSection->getEntityCount();
2601 const Elf_Shdr *SymbolTableSection = getSection(DynamicSymbolTableIndex); local
2602 SymbolData.d.a = SymbolTableSection->getEntityCount();

Completed in 177 milliseconds