Searched defs:ElfSymbolTable (Results 1 – 3 of 3) sorted by relevance
28 struct ElfSymbolTable { struct50 bool GetSymbolTable(const std::string &fileName, ElfSymbolTable &symbolTable); argument
29 struct ElfSymbolTable { struct30 uint64_t filePathIndex;31 uint64_t textVaddr;32 uint32_t textOffset;33 uint32_t symEntSize;34 std::string strTable;35 std::string symTable;
73 struct ElfSymbolTable { struct74 uint64_t textVaddr;75 uint32_t textOffset;99 void SetSymbolInfo(uint32_t filePathId, ElfSymbolTable& symbolInfo, argument