Searched defs:DynRegionInfo (Results 1 – 1 of 1) sorted by relevance
96 struct DynRegionInfo { struct97 DynRegionInfo(const Binary &Owner, const ObjDumper &D) in DynRegionInfo() function99 DynRegionInfo(const Binary &Owner, const ObjDumper &D, const uint8_t *A, in DynRegionInfo() argument104 const uint8_t *Addr = nullptr;106 uint64_t Size = 0;108 uint64_t EntSize = 0;111 const Binary *Obj;113 const ObjDumper *Dumper;115 std::string Context;117 StringRef SizePrintName = "size";[all …]