Searched defs:SymbolEntry (Results 1 – 1 of 1) sorted by relevance
110 struct SymbolEntry { struct111 std::string Name;112 bool Referenced = false;113 uint32_t Index;114 uint8_t n_type;115 uint8_t n_sect;116 uint16_t n_desc;140 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument