Searched defs:SymbolEntry (Results 1 – 3 of 3) 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
74 struct SymbolEntry { struct76 GElf_Addr offset;78 GElf_Word size;
267 SymbolEntry = namedtuple("SymbolEntry", ["ModuleBase", "Offset", "Id", "Arg64", "Size", "Flags", "T… variable