Searched defs:ElfSymbol (Results 1 – 1 of 1) sorted by relevance
49 struct ElfSymbol { struct50 std::string nameStr = "";51 uint32_t name = 0;52 unsigned char info = 0;53 unsigned char other = 0;54 uint16_t shndx = 0;55 uint64_t value = 0;56 uint64_t size = 0;