Searched defs:ElfSymbolTable (Results 1 – 3 of 3) sorted by relevance
28 struct ElfSymbolTable { struct50 bool GetSymbolTable(const std::string &fileName, ElfSymbolTable &symbolTable); argument
30 struct ElfSymbolTable { struct31 uint64_t filePathIndex;32 uint64_t textVaddr;33 uint32_t textOffset;34 uint32_t symEntSize;35 std::string strTable;36 std::string symTable;
114 struct ElfSymbolTable { struct115 uint64_t textVaddr;116 uint32_t textOffset;117 uint32_t symEntSize;118 std::vector<uint8_t> strTable;119 std::vector<uint8_t> symTable;