Searched defs:ElfSymbolTable (Results 1 – 4 of 4) sorted by relevance
28 struct ElfSymbolTable { struct50 bool GetSymbolTable(const std::string &fileName, ElfSymbolTable &symbolTable); argument
26 struct ElfSymbolTable { struct27 uint64_t filePathIndex;28 uint64_t textVaddr;29 uint32_t textOffset;30 uint32_t symEntSize;31 std::string strTable;32 std::string symTable;
62 struct ElfSymbolTable { struct63 uint64_t textVaddr;87 void SetSymbolInfo(uint32_t filePathId, ElfSymbolTable& symbolInfo, argument