Searched defs:DynRegionInfo (Results 1 – 1 of 1) sorted by relevance
104 struct DynRegionInfo { struct105 DynRegionInfo(const Binary &Owner, const ObjDumper &D) in DynRegionInfo() argument107 DynRegionInfo(const Binary &Owner, const ObjDumper &D, const uint8_t *A, in DynRegionInfo() argument112 const uint8_t *Addr = nullptr;114 uint64_t Size = 0;116 uint64_t EntSize = 0;119 const Binary *Obj;121 const ObjDumper *Dumper;123 std::string Context;125 StringRef SizePrintName = "size";[all …]