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;
96 struct ElfSymbolTable { struct97 uint64_t textVaddr;98 uint32_t textOffset;99 uint32_t symEntSize;100 std::vector<uint8_t> strTable;101 std::vector<uint8_t> symTable;